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


@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



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