|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=METHOD) @Retention(value=RUNTIME) public @interface InjectExternalLink
Annotation for injecting an ILink to a specific page, using the external service.
Use it on an abstract page or component method that returns ILink. If the method has parameters, they'll be included in the 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 |