Uses of Class
org.apache.myfaces.orchestra.annotation.AnnotationInfoManager

Packages that use AnnotationInfoManager
org.apache.myfaces.orchestra.annotation.spring   
org.apache.myfaces.orchestra.viewController   
 

Uses of AnnotationInfoManager in org.apache.myfaces.orchestra.annotation.spring
 

Methods in org.apache.myfaces.orchestra.annotation.spring with parameters of type AnnotationInfoManager
 void AnnotationsInfoInitializer.setAnnotationInfoManager(AnnotationInfoManager annotationInfoManager)
          Inject the object that actually inspects each Class for Orchestra annotations.
 

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

Methods in org.apache.myfaces.orchestra.viewController that return AnnotationInfoManager
 AnnotationInfoManager AbstractAnnotationsViewControllerManager.getAnnotationInfoManager()
           
 

Methods in org.apache.myfaces.orchestra.viewController with parameters of type AnnotationInfoManager
 void AbstractAnnotationsViewControllerManager.setAnnotationInfoManager(AnnotationInfoManager annotationInfoManager)
           
 

Constructors in org.apache.myfaces.orchestra.viewController with parameters of type AnnotationInfoManager
AnnotationsViewControllerExecutor(AnnotationInfoManager annotationInfoManager)
           
AnnotationsViewControllerNameMapper(AnnotationInfoManager annotationInfoManager)
           
 



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