com.fatwire.gst.foundation.controller.annotation
Annotation Type Mapping


@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface Mapping

Annotation to help to retrieve Template and CSElement mapping values.

Author:
Dolf.Dijkstra

Required Element Summary
 String value
           
 
Optional Element Summary
 Mapping.Match match
           
 

Element Detail

value

public abstract String value
Returns:
the mapping key name

match

public abstract Mapping.Match match
Returns:
the match argument from render:lookup tag
Default:
com.fatwire.gst.foundation.controller.annotation.Mapping.Match.all


Copyright © 2010-2013 Oracle Corporation. All Rights Reserved.