A C G I M O P S V

A

AbstractAnnotationsViewControllerManager - Class in org.apache.myfaces.orchestra.viewController
A ViewControllerManager implementation which uses annotations on backing beans to determine the beans responsible for a given view and execute the appropriate annotated methods.
AbstractAnnotationsViewControllerManager() - Constructor for class org.apache.myfaces.orchestra.viewController.AbstractAnnotationsViewControllerManager
 
addAnnotationsInfo(AnnotationInfo) - Method in class org.apache.myfaces.orchestra.annotation.AnnotationInfoManager
 
AnnotationInfo - Class in org.apache.myfaces.orchestra.annotation
Holds information extracted out of a single bean using its annotations.
AnnotationInfo(String, Class<?>) - Constructor for class org.apache.myfaces.orchestra.annotation.AnnotationInfo
 
AnnotationInfoManager - Class in org.apache.myfaces.orchestra.annotation
Inspects a class for Orchestra annotations, and if found then caches this information for later access.
AnnotationInfoManager() - Constructor for class org.apache.myfaces.orchestra.annotation.AnnotationInfoManager
 
AnnotationsInfoInitializer - Class in org.apache.myfaces.orchestra.annotation.spring
Parse all configured spring beans and extract Orchestra annotations out of them.
AnnotationsInfoInitializer() - Constructor for class org.apache.myfaces.orchestra.annotation.spring.AnnotationsInfoInitializer
 
AnnotationsViewControllerExecutor - Class in org.apache.myfaces.orchestra.viewController
Execute the various viewController events on the viewController by calling the corresponding annotated method.
AnnotationsViewControllerExecutor(AnnotationInfoManager) - Constructor for class org.apache.myfaces.orchestra.viewController.AnnotationsViewControllerExecutor
 
AnnotationsViewControllerManager - Class in org.apache.myfaces.orchestra.viewController
A ViewControllerManager implementation which uses annotations on backing beans to determine the beans responsible for a given view and execute the appropriate annotated methods.
AnnotationsViewControllerManager() - Constructor for class org.apache.myfaces.orchestra.viewController.AnnotationsViewControllerManager
 
AnnotationsViewControllerNameMapper - Class in org.apache.myfaces.orchestra.viewController
Lookup a bean configured using the ViewController annotation which is responsible for the given viewId.
AnnotationsViewControllerNameMapper(AnnotationInfoManager) - Constructor for class org.apache.myfaces.orchestra.viewController.AnnotationsViewControllerNameMapper
 
assertConversationState(String) - Method in class org.apache.myfaces.orchestra.viewController.AbstractAnnotationsViewControllerManager
 

C

ConversationName - Annotation Type in org.apache.myfaces.orchestra.conversation.annotations
An annotation that can be attached to a class in order to set the orchestra conversation-name that this bean lives in.
ConversationRequire - Annotation Type in org.apache.myfaces.orchestra.conversation.annotations
Can be used to prevent access to a view where the expected bean state (ie conversation) does not exist, and redirect instead to another view.

G

getAnnotationInfoByBeanName(String) - Method in class org.apache.myfaces.orchestra.annotation.AnnotationInfoManager
 
getAnnotationInfoByViewId(String) - Method in class org.apache.myfaces.orchestra.annotation.AnnotationInfoManager
 
getAnnotationInfoManager() - Method in class org.apache.myfaces.orchestra.viewController.AbstractAnnotationsViewControllerManager
 
getBeanClass() - Method in class org.apache.myfaces.orchestra.annotation.AnnotationInfo
 
getBeanName() - Method in class org.apache.myfaces.orchestra.annotation.AnnotationInfo
 
getConversationName() - Method in class org.apache.myfaces.orchestra.annotation.AnnotationInfo
 
getConversationRequire() - Method in class org.apache.myfaces.orchestra.annotation.AnnotationInfo
 
getInitViewMethod() - Method in class org.apache.myfaces.orchestra.annotation.AnnotationInfo
 
getOrder() - Method in class org.apache.myfaces.orchestra.annotation.spring.AnnotationsInfoInitializer
Implement the Spring Ordered interface.
getPreProcessMethod() - Method in class org.apache.myfaces.orchestra.annotation.AnnotationInfo
 
getPreRenderViewMethod() - Method in class org.apache.myfaces.orchestra.annotation.AnnotationInfo
 
getViewController() - Method in class org.apache.myfaces.orchestra.annotation.AnnotationInfo
 
getViewControllerExecutor() - Method in class org.apache.myfaces.orchestra.viewController.AnnotationsViewControllerManager
 
getViewControllerExecutor() - Method in class org.apache.myfaces.orchestra.viewController.PlainAnnotationsViewControllerManager
 
getViewControllerNameMapper() - Method in class org.apache.myfaces.orchestra.viewController.AnnotationsViewControllerManager
 
getViewControllerNameMapper() - Method in class org.apache.myfaces.orchestra.viewController.PlainAnnotationsViewControllerManager
 

I

initManager() - Method in class org.apache.myfaces.orchestra.viewController.AbstractAnnotationsViewControllerManager
 
initManager() - Method in class org.apache.myfaces.orchestra.viewController.AnnotationsViewControllerManager
 
initManager() - Method in class org.apache.myfaces.orchestra.viewController.PlainAnnotationsViewControllerManager
 
InitView - Annotation Type in org.apache.myfaces.orchestra.viewController.annotations
Mark a method as needing to be invoked by the ViewController.
invokeInitView(String, Object) - Method in class org.apache.myfaces.orchestra.viewController.AnnotationsViewControllerExecutor
 
invokeMethod(Object, Method) - Method in class org.apache.myfaces.orchestra.viewController.AnnotationsViewControllerExecutor
 
invokePreProcess(String, Object) - Method in class org.apache.myfaces.orchestra.viewController.AnnotationsViewControllerExecutor
 
invokePreRenderView(String, Object) - Method in class org.apache.myfaces.orchestra.viewController.AnnotationsViewControllerExecutor
 

M

mapViewId(String) - Method in class org.apache.myfaces.orchestra.viewController.AnnotationsViewControllerNameMapper
 

O

org.apache.myfaces.orchestra.annotation - package org.apache.myfaces.orchestra.annotation
 
org.apache.myfaces.orchestra.annotation.spring - package org.apache.myfaces.orchestra.annotation.spring
 
org.apache.myfaces.orchestra.conversation.annotations - package org.apache.myfaces.orchestra.conversation.annotations
 
org.apache.myfaces.orchestra.viewController - package org.apache.myfaces.orchestra.viewController
 
org.apache.myfaces.orchestra.viewController.annotations - package org.apache.myfaces.orchestra.viewController.annotations
 

P

PlainAnnotationsViewControllerManager - Class in org.apache.myfaces.orchestra.viewController
A ViewControllerManager implementation which uses annotations on backing beans to determine the beans responsible for a given view and execute the appropriate annotated methods.
PlainAnnotationsViewControllerManager() - Constructor for class org.apache.myfaces.orchestra.viewController.PlainAnnotationsViewControllerManager
 
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.apache.myfaces.orchestra.annotation.spring.AnnotationsInfoInitializer
For each bean in the beanFactory, load the appropriate Class object and pass it to the annotationInfoManager object for inspection.
PreProcess - Annotation Type in org.apache.myfaces.orchestra.viewController.annotations
Marks a method as needing to be invoked by the ViewController.
PreRenderView - Annotation Type in org.apache.myfaces.orchestra.viewController.annotations
Marks a method as needing to be invoked by the ViewController.
processBeanAnnotations(String, Class<?>) - Method in class org.apache.myfaces.orchestra.annotation.AnnotationInfoManager
Inspect the provided class for annotations, and if found then cache the info keyed by the specified beanName.

S

setAnnotationInfoManager(AnnotationInfoManager) - Method in class org.apache.myfaces.orchestra.annotation.spring.AnnotationsInfoInitializer
Inject the object that actually inspects each Class for Orchestra annotations.
setAnnotationInfoManager(AnnotationInfoManager) - Method in class org.apache.myfaces.orchestra.viewController.AbstractAnnotationsViewControllerManager
 
setConversationName(ConversationName) - Method in class org.apache.myfaces.orchestra.annotation.AnnotationInfo
 
setConversationRequire(ConversationRequire) - Method in class org.apache.myfaces.orchestra.annotation.AnnotationInfo
 
setInitViewMethod(Method) - Method in class org.apache.myfaces.orchestra.annotation.AnnotationInfo
 
setOrder(int) - Method in class org.apache.myfaces.orchestra.annotation.spring.AnnotationsInfoInitializer
 
setPreProcessMethod(Method) - Method in class org.apache.myfaces.orchestra.annotation.AnnotationInfo
 
setPreRenderViewMethod(Method) - Method in class org.apache.myfaces.orchestra.annotation.AnnotationInfo
 
setViewController(ViewController) - Method in class org.apache.myfaces.orchestra.annotation.AnnotationInfo
 

V

ViewController - Annotation Type in org.apache.myfaces.orchestra.viewController.annotations
Defines a class as ViewController to receive ViewController events for the given viewId(s).

A C G I M O P S V

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