org.apache.myfaces.orchestra.viewController.annotations
Annotation Type PreRenderView


@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



Copyright © 2008 The Apache Software Foundation. All Rights Reserved.