|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value={METHOD,TYPE}) @Retention(value=RUNTIME) @Documented @InterceptorBinding public @interface PageParameter
This annotation can be used as interceptor for JSF action methods or
as simple annotation at View-Configs annotated with Page
or
sub-classes of such classes. These parameters have to be added for a navigation
Required Element Summary | |
---|---|
String |
key
Key of the parameter |
String |
value
Value or EL-Expression of the parameter |
Element Detail |
---|
public abstract String key
public abstract String value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |