Uses of Interface
org.apache.myfaces.orchestra.viewController.ViewControllerExecutor

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

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

Classes in org.apache.myfaces.orchestra.viewController that implement ViewControllerExecutor
 class AbstractViewControllerExecutor
          An implementation of ViewControllerExecutor that can be subclassed to customise the mapping of lifecycle events to bean methods.
 class AnnotationsViewControllerExecutor
          Execute the various viewController events on the viewController by calling the corresponding annotated method.
 class CompositeViewControllerExecutor
          Each executor configured with the constructor will be asked to execute the requested method on the bean.
 class InterfaceViewControllerExecutor
          Invokes ViewController events using the ViewController interface.
 class ReflectiveViewControllerExecutor
          Invokes ViewController events using reflection.
 

Methods in org.apache.myfaces.orchestra.viewController that return ViewControllerExecutor
protected  ViewControllerExecutor PlainAnnotationsViewControllerManager.getViewControllerExecutor()
           
protected  ViewControllerExecutor DefaultViewControllerManager.getViewControllerExecutor()
           
protected abstract  ViewControllerExecutor AbstractViewControllerManager.getViewControllerExecutor()
           
protected  ViewControllerExecutor AnnotationsViewControllerManager.getViewControllerExecutor()
           
 

Constructors in org.apache.myfaces.orchestra.viewController with parameters of type ViewControllerExecutor
CompositeViewControllerExecutor(ViewControllerExecutor[] viewControllerExecutors)
           
 



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