org.apache.myfaces.orchestra.annotation
Class AnnotationInfo
java.lang.Object
org.apache.myfaces.orchestra.annotation.AnnotationInfo
public class AnnotationInfo
- extends java.lang.Object
Holds information extracted out of a single bean using its annotations.
Constructor Summary |
AnnotationInfo(java.lang.String beanName,
java.lang.Class<?> beanClass)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnnotationInfo
public AnnotationInfo(java.lang.String beanName,
java.lang.Class<?> beanClass)
getBeanName
public java.lang.String getBeanName()
getBeanClass
public java.lang.Class<?> getBeanClass()
getConversationName
public ConversationName getConversationName()
setConversationName
public void setConversationName(ConversationName conversationName)
getConversationRequire
public ConversationRequire getConversationRequire()
setConversationRequire
public void setConversationRequire(ConversationRequire conversationRequire)
getViewController
public ViewController getViewController()
setViewController
public void setViewController(ViewController viewController)
getInitViewMethod
public java.lang.reflect.Method getInitViewMethod()
setInitViewMethod
public void setInitViewMethod(java.lang.reflect.Method initViewMethod)
getPreProcessMethod
public java.lang.reflect.Method getPreProcessMethod()
setPreProcessMethod
public void setPreProcessMethod(java.lang.reflect.Method preProcessMethod)
getPreRenderViewMethod
public java.lang.reflect.Method getPreRenderViewMethod()
setPreRenderViewMethod
public void setPreRenderViewMethod(java.lang.reflect.Method preRenderViewMethod)
Copyright © 2009 The Apache Software Foundation. All Rights Reserved.