|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=METHOD) @Retention(value=RUNTIME) public @interface PreRenderView
Marks a method as needing to be invoked by the ViewController.
This method will be invoked just before starting to render output to the user.
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 |