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

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

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

Classes in org.apache.myfaces.orchestra.viewController that implement ViewControllerNameMapper
 class CompositeViewControllerNameMapper
          Each view controller configured with the constructor will be asked to map the given viewId.
 class DefaultViewControllerNameMapper
          Map view-ids to bean names.
 

Methods in org.apache.myfaces.orchestra.viewController that return ViewControllerNameMapper
protected abstract  ViewControllerNameMapper AbstractViewControllerManager.getViewControllerNameMapper()
           
protected  ViewControllerNameMapper DefaultViewControllerManager.getViewControllerNameMapper()
           
 

Constructors in org.apache.myfaces.orchestra.viewController with parameters of type ViewControllerNameMapper
CompositeViewControllerNameMapper(ViewControllerNameMapper[] viewControllerNameMappers)
           
 



Copyright 2007 The Apache Software Foundation. All Rights Reserved.