|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.kernel.plugins.annotations.CommonAnnotationAdapter<AnnotationPlugin<?,?>,MetaDataVisitor>
org.jboss.kernel.plugins.annotations.AbstractBeanAnnotationAdapter
public class AbstractBeanAnnotationAdapter
Abstract bean annotation handler.
Field Summary |
---|
Fields inherited from class org.jboss.kernel.plugins.annotations.CommonAnnotationAdapter |
---|
log |
Constructor Summary | |
---|---|
AbstractBeanAnnotationAdapter()
|
Method Summary | |
---|---|
void |
applyAnnotations(MetaDataVisitor visitor)
Apply the annotations. |
protected void |
applyPlugin(AnnotationPlugin plugin,
org.jboss.reflect.spi.AnnotatedInfo info,
org.jboss.metadata.spi.MetaData retrieval,
MetaDataVisitor handle)
Apply plugin. |
void |
cleanAnnotations(MetaDataVisitor visitor)
Clean the annotations. |
protected void |
cleanPlugin(AnnotationPlugin plugin,
org.jboss.reflect.spi.AnnotatedInfo info,
org.jboss.metadata.spi.MetaData retrieval,
MetaDataVisitor handle)
Clean plugin. |
protected Object |
getName(MetaDataVisitor handle)
Get the name from handle. |
protected void |
handleAnnotations(MetaDataVisitor visitor,
boolean isApplyPhase)
Handle apply or cleanup of annotations. |
Methods inherited from class org.jboss.kernel.plugins.annotations.CommonAnnotationAdapter |
---|
addAnnotationPlugin, getPlugins, getStaticMethods, handleAnnotations, handleMethod, removeAnnotationPlugin |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractBeanAnnotationAdapter()
Method Detail |
---|
public void applyAnnotations(MetaDataVisitor visitor) throws Throwable
BeanAnnotationAdapter
applyAnnotations
in interface BeanAnnotationAdapter
visitor
- the visitor
Throwable
- for any errorpublic void cleanAnnotations(MetaDataVisitor visitor) throws Throwable
BeanAnnotationAdapter
cleanAnnotations
in interface BeanAnnotationAdapter
visitor
- the visitor
Throwable
- for any errorprotected void handleAnnotations(MetaDataVisitor visitor, boolean isApplyPhase) throws Throwable
visitor
- the metadata visitorisApplyPhase
- is this apply phase
Throwable
- for any errorprotected void applyPlugin(AnnotationPlugin plugin, org.jboss.reflect.spi.AnnotatedInfo info, org.jboss.metadata.spi.MetaData retrieval, MetaDataVisitor handle) throws Throwable
CommonAnnotationAdapter
applyPlugin
in class CommonAnnotationAdapter<AnnotationPlugin<?,?>,MetaDataVisitor>
plugin
- the plugininfo
- the bean inforetrieval
- the metadatahandle
- the handle
Throwable
- for any errorprotected void cleanPlugin(AnnotationPlugin plugin, org.jboss.reflect.spi.AnnotatedInfo info, org.jboss.metadata.spi.MetaData retrieval, MetaDataVisitor handle) throws Throwable
CommonAnnotationAdapter
cleanPlugin
in class CommonAnnotationAdapter<AnnotationPlugin<?,?>,MetaDataVisitor>
plugin
- the plugininfo
- the bean inforetrieval
- the metadatahandle
- the handle
Throwable
- for any errorprotected Object getName(MetaDataVisitor handle)
CommonAnnotationAdapter
getName
in class CommonAnnotationAdapter<AnnotationPlugin<?,?>,MetaDataVisitor>
handle
- the handle
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |