Uses of Package
org.apache.myfaces.orchestra.viewController

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

Classes in org.apache.myfaces.orchestra.viewController used by org.apache.myfaces.orchestra.viewController
AbstractAnnotationsViewControllerManager
          A ViewControllerManager implementation which uses annotations on backing beans to determine the beans responsible for a given view and execute the appropriate annotated methods.
AbstractViewControllerExecutor
          An implementation of ViewControllerExecutor that can be subclassed to customise the mapping of lifecycle events to bean methods.
AbstractViewControllerManager
          A partial implementation of the ViewControllerManager interface which allows subclasses to just implement two simple abstract methods in order to provide a fully functional ViewControllerManager implementation.
ViewControllerExecutor
          Find the appropriate method to invoke on a bean for each view lifecycle event.
ViewControllerManager
          Route per-view lifecycle events to the correct user methods.
ViewControllerNameMapper
          Convert the identifier of a view to the name of a bean that should handle lifecycle events for that view.
 



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