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
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.