|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=METHOD) @Retention(value=RUNTIME) public @interface InitView
Mark a method as needing to be invoked by the ViewController.
This method will always be called before any other method is invoked on any backing bean for the current request. It is invoked once for each request.
This annotation will be ignored unless the class is also marked with the ViewController annotation.
See also: org.apache.myfaces.orchestra.viewController.ViewController
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |