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

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

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

Classes in org.apache.myfaces.orchestra.viewController that implement ViewControllerNameMapper
 class AnnotationsViewControllerNameMapper
          Lookup a bean configured using the ViewController annotation which is responsible for the given viewId.
 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 PlainAnnotationsViewControllerManager.getViewControllerNameMapper()
           
protected  ViewControllerNameMapper DefaultViewControllerManager.getViewControllerNameMapper()
           
protected abstract  ViewControllerNameMapper AbstractViewControllerManager.getViewControllerNameMapper()
           
protected  ViewControllerNameMapper AnnotationsViewControllerManager.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.