|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=METHOD) @Retention(value=RUNTIME) public @interface InjectPageLink
Annotation for injecting an ILink to a specific page, using the page service.
Use it on an abstract, parameterless page or component method that returns ILink.
Required Element Summary | |
---|---|
String |
value
The name of the page for which to inject the ILink. |
Optional Element Summary | |
---|---|
boolean |
currentNamespace
Set to true if the page is to be found on the current namespace. |
Element Detail |
---|
public abstract String value
public abstract boolean currentNamespace
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |