org.apache.myfaces.orchestra.viewController
Class AnnotationsViewControllerNameMapper

java.lang.Object
  extended by org.apache.myfaces.orchestra.viewController.AnnotationsViewControllerNameMapper
All Implemented Interfaces:
ViewControllerNameMapper

public class AnnotationsViewControllerNameMapper
extends Object
implements ViewControllerNameMapper

Lookup a bean configured using the ViewController annotation which is responsible for the given viewId.

See Also:
ViewController

Constructor Summary
AnnotationsViewControllerNameMapper(AnnotationInfoManager annotationInfoManager)
           
 
Method Summary
 String mapViewId(String viewId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotationsViewControllerNameMapper

public AnnotationsViewControllerNameMapper(AnnotationInfoManager annotationInfoManager)
Method Detail

mapViewId

public String mapViewId(String viewId)
Specified by:
mapViewId in interface ViewControllerNameMapper


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