|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@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
.
Optional Element Summary | |
---|---|
java.lang.String |
value
Page parameter name. |
public abstract java.lang.String value
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |