|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=TYPE) @Retention(value=RUNTIME) public static @interface Jpf.FacesBacking
A class-level annotation that denotes a JavaServer Faces backing bean. An instance of this class will be
created whenever a corresponding JSF path is requested (e.g., an instance of foo.MyPage will be created for the
webapp-relative path "/foo/MyPage.faces"). The instance will be released (removed from the user session) when
a non-matching path is requested. Faces backing beans can hold component references and event/command handlers.
The bean instance can be databound to with a JSF-style expression like #{backing.myComponent}
.
Jpf.CommandHandler
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |