Uses of Class
org.apache.myfaces.orchestra.viewController.AbstractViewControllerExecutor

Packages that use AbstractViewControllerExecutor
org.apache.myfaces.orchestra.viewController Provide lifecycle callbacks (on view creation, pre-render, etc) for managed beans. 
 

Uses of AbstractViewControllerExecutor in org.apache.myfaces.orchestra.viewController
 

Subclasses of AbstractViewControllerExecutor in org.apache.myfaces.orchestra.viewController
 class AnnotationsViewControllerExecutor
          Execute the various viewController events on the viewController by calling the corresponding annotated method.
 class InterfaceViewControllerExecutor
          Invokes ViewController events using the ViewController interface.
 class ReflectiveViewControllerExecutor
          Invokes ViewController events using reflection.
 



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