nu.staldal.lsp.framework
Annotation Type PageParameter


@Documented
@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface PageParameter

A field in a EasyService with this annotation set will be automatically passed as a page parameter to the template. The page parameter name is the value argument, or the field name if the value argument is not set. The field must be public.

Author:
Mikael Ståldal

Optional Element Summary
 java.lang.String value
          Page parameter name.
 

value

public abstract java.lang.String value
Page parameter name. Use field name if not set.

Returns:
parameter name
Default:
""