@Service public class AroundConstructHandler extends AbstractAttributeHandler
localStrings| Constructor and Description |
|---|
AroundConstructHandler() |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends Annotation>[] |
getTypeDependencies() |
protected boolean |
isDelegatee()
This indicates whether the annotation can be processed by delegation
from the another annotation.
|
protected 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.
|
processAnnotation, supportTypeInheritancegetAnnotationType, getConnectorAnnotationTypes, getDefaultFailedResult, getDefaultProcessedResult, getEjbAndWebAnnotationTypes, getEjbAnnotationTypes, getInjectionMethodPropertyName, getInvalidAnnotatedElementHandlerResult, getOverallProcessingResult, getWebAnnotationTypes, log, validateInjectionMethodprotected org.glassfish.apf.HandlerProcessingResult processAnnotation(org.glassfish.apf.AnnotationInfo ainfo,
com.sun.enterprise.deployment.annotation.context.EjbContext[] ejbContexts)
throws org.glassfish.apf.AnnotationProcessorException
AbstractAttributeHandlerprocessAnnotation in class AbstractAttributeHandlerorg.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
AbstractAttributeHandlerprocessAnnotation in class AbstractAttributeHandlerorg.glassfish.apf.AnnotationProcessorExceptionpublic Class<? extends Annotation>[] getTypeDependencies()
getTypeDependencies in interface org.glassfish.apf.AnnotationHandlergetTypeDependencies in class com.sun.enterprise.deployment.annotation.handlers.AbstractHandlerprotected boolean isDelegatee()
AbstractAttributeHandlerisDelegatee in class AbstractAttributeHandlerCopyright © 2018 Eclipse Foundation. All rights reserved.