|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value=METHOD) @Retention(value=RUNTIME) @Documented public @interface PageAttached
Method annotation used for methods that should be invoked when the page is first attached to a request. This is useful for initializations that should occur on each request that involves the page. Often, such initializations will be balanced by cleanups when the page is detached.
PageAttached methods should take no parameters and return void. They must either have this annotation, or be named "pageAttached".
PageDetached
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||