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, using a dirSubdirPage style format.
 

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

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



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