public abstract class AbstractAttributeHandler
extends com.sun.enterprise.deployment.annotation.handlers.AbstractHandler
| Modifier and Type | Field and Description |
|---|---|
protected static com.sun.enterprise.util.LocalStringManagerImpl |
localStrings |
| Constructor and Description |
|---|
AbstractAttributeHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
isDelegatee()
This indicates whether the annotation can be processed by delegation
from the another annotation.
|
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,
com.sun.enterprise.deployment.annotation.context.EjbContext[] ejbContexts)
Process Annotation with given EjbContexts.
|
protected org.glassfish.apf.HandlerProcessingResult |
processAnnotation(org.glassfish.apf.AnnotationInfo ainfo,
com.sun.enterprise.deployment.annotation.context.EjbInterceptorContext ejbInterceptorContext)
Process Annotation with given InteceptorContext.
|
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 static final com.sun.enterprise.util.LocalStringManagerImpl localStrings
protected abstract org.glassfish.apf.HandlerProcessingResult processAnnotation(org.glassfish.apf.AnnotationInfo ainfo,
com.sun.enterprise.deployment.annotation.context.EjbContext[] ejbContexts)
throws org.glassfish.apf.AnnotationProcessorException
ainfo - ejbContexts - org.glassfish.apf.AnnotationProcessorExceptionprotected org.glassfish.apf.HandlerProcessingResult processAnnotation(org.glassfish.apf.AnnotationInfo ainfo,
com.sun.enterprise.deployment.annotation.context.EjbInterceptorContext ejbInterceptorContext)
throws org.glassfish.apf.AnnotationProcessorException
ainfo - ejbInterceptorContext - 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 isDelegatee()
protected boolean supportTypeInheritance()
Copyright © 2015. All rights reserved.