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

Packages that use AbstractViewControllerManager
org.apache.myfaces.orchestra.viewController   
 

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

Subclasses of AbstractViewControllerManager in org.apache.myfaces.orchestra.viewController
 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 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.
 



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