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

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

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

Subclasses of AbstractViewControllerManager in org.apache.myfaces.orchestra.viewController
 class DefaultViewControllerManager
          

The default ViewControllerManager which uses the DefaultViewControllerNameMapper to map view-ids to bean names and the ReflectiveViewControllerExecutor to invoke view controller events on your beans.

 



Copyright 2007 The Apache Software Foundation. All Rights Reserved.