public abstract class AbstractCommonAttributeHandler extends AbstractHandler
ejbProvider, localStrings, logger| Constructor and Description |
|---|
AbstractCommonAttributeHandler() |
| Modifier and Type | Method and Description |
|---|---|
org.glassfish.apf.HandlerProcessingResult |
processAnnotation(org.glassfish.apf.AnnotationInfo ainfo)
Process a particular annotation which type is the same as the
one returned by @see getAnnotationType().
|
protected abstract org.glassfish.apf.HandlerProcessingResult |
processAnnotation(org.glassfish.apf.AnnotationInfo ainfo,
EjbContext[] ejbContexts)
Process Annotation with given EjbContexts.
|
protected abstract org.glassfish.apf.HandlerProcessingResult |
processAnnotation(org.glassfish.apf.AnnotationInfo ainfo,
WebBundleContext webBundleContext)
Process Annotation with given WebBundleContext.
|
protected abstract org.glassfish.apf.HandlerProcessingResult |
processAnnotation(org.glassfish.apf.AnnotationInfo ainfo,
WebComponentContext[] webCompContexts)
Process Annotation with given WebCompContexts.
|
protected boolean |
supportTypeInheritance()
This indicates whether the annotation type should be processed for
type level in super-class.
|
getAnnotationType, getConnectorAnnotationTypes, getDefaultFailedResult, getDefaultProcessedResult, getEjbAndWebAnnotationTypes, getEjbAnnotationTypes, getInjectionMethodPropertyName, getInvalidAnnotatedElementHandlerResult, getOverallProcessingResult, getTypeDependencies, getWebAnnotationTypes, log, validateInjectionMethodprotected abstract org.glassfish.apf.HandlerProcessingResult processAnnotation(org.glassfish.apf.AnnotationInfo ainfo,
EjbContext[] ejbContexts)
throws org.glassfish.apf.AnnotationProcessorException
ainfo - ejbContexts - org.glassfish.apf.AnnotationProcessorExceptionprotected abstract org.glassfish.apf.HandlerProcessingResult processAnnotation(org.glassfish.apf.AnnotationInfo ainfo,
WebComponentContext[] webCompContexts)
throws org.glassfish.apf.AnnotationProcessorException
ainfo - webCompContexts - org.glassfish.apf.AnnotationProcessorExceptionprotected abstract org.glassfish.apf.HandlerProcessingResult processAnnotation(org.glassfish.apf.AnnotationInfo ainfo,
WebBundleContext webBundleContext)
throws org.glassfish.apf.AnnotationProcessorException
ainfo - webBundleContext - org.glassfish.apf.AnnotationProcessorExceptionpublic org.glassfish.apf.HandlerProcessingResult processAnnotation(org.glassfish.apf.AnnotationInfo ainfo)
throws org.glassfish.apf.AnnotationProcessorException
ainfo - the annotation informationorg.glassfish.apf.AnnotationProcessorExceptionprotected boolean supportTypeInheritance()
Copyright © 2013. All Rights Reserved.