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 AbstractViewControllerManager
           
 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.

 

Methods in org.apache.myfaces.orchestra.viewController that return ViewControllerManager
static ViewControllerManager _ViewControllerUtils.getViewControllerManager(javax.faces.context.FacesContext context)
           
 



Copyright 2007 The Apache Software Foundation. All Rights Reserved.