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

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

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

Classes in org.apache.myfaces.orchestra.viewController that implement ViewControllerManager
 class 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.
 class 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.
 class AnnotationsViewControllerManager
          A ViewControllerManager implementation which uses annotations on backing beans to determine the beans responsible for a given view and execute the appropriate annotated methods.
 class DefaultViewControllerManager
          A ViewControllerManager which uses the DefaultViewControllerNameMapper to map view-ids to bean names and the ReflectiveViewControllerExecutor to invoke view controller events on beans.
 class PlainAnnotationsViewControllerManager
          A ViewControllerManager implementation which uses annotations on backing beans to determine the beans responsible for a given view and execute the appropriate annotated methods.
 

Methods in org.apache.myfaces.orchestra.viewController that return ViewControllerManager
static ViewControllerManager ViewControllerManagerFactory.getInstance()
          Returns the singleton ViewControllerManager object.
 



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