org.apache.myfaces.orchestra.viewController
Class AnnotationsViewControllerNameMapper

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

public class AnnotationsViewControllerNameMapper
extends java.lang.Object
implements org.apache.myfaces.orchestra.viewController.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
 java.lang.String mapViewId(java.lang.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 java.lang.String mapViewId(java.lang.String viewId)
Specified by:
mapViewId in interface org.apache.myfaces.orchestra.viewController.ViewControllerNameMapper


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