|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=METHOD) @Retention(value=RUNTIME) public @interface UIUrlParameter
Valid for a page property, this defines an URL parameter that is to be filled in when the page is accessed. When the page is constructed the framework will scan for properties having this annotation. It will then inject the value obtained from the URL parameter specified in this property into the page.
Optional Element Summary | |
---|---|
java.lang.Class<?> |
entity
When set this defines that the given parameter is the primary key for this entity. |
boolean |
mandatory
By default all parameters defined are mandatory. |
java.lang.String |
name
The name of the URL parameter to look for. |
public abstract java.lang.String name
public abstract boolean mandatory
public abstract java.lang.Class<?> entity
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |