|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value=METHOD) @Retention(value=RUNTIME) @Documented public @interface PageLoaded
Method annotation used for methods that should be invoked once the page is fully loaded. This is useful for one-time component initializations that can't be done at instantance initialzation time, such as refrerences to embedded components or blocks.
PageLoaded methods should take no parameters and return void. They must either have this annotation, or be named "pageLoaded".
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||