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
          The abstract basis class you have to use as basis class for any custom view controller executor.
 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 abstract  ViewControllerExecutor AbstractViewControllerManager.getViewControllerExecutor()
           
protected  ViewControllerExecutor DefaultViewControllerManager.getViewControllerExecutor()
           
 

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



Copyright 2007 The Apache Software Foundation. All Rights Reserved.