Uses of Interface
org.glassfish.apf.AnnotatedElementHandler
-
Packages that use AnnotatedElementHandler Package Description org.glassfish.apf Provides the classes necessary to process J2SE 1.5 annotations in the context of the J2EE application server.org.glassfish.apf.context -
-
Uses of AnnotatedElementHandler in org.glassfish.apf
Methods in org.glassfish.apf with type parameters of type AnnotatedElementHandler Modifier and Type Method Description <U extends AnnotatedElementHandler>
UProcessingContext. getHandler(Class<U> handlerType)Return the top handler casted to the requested handler typeMethods in org.glassfish.apf that return AnnotatedElementHandler Modifier and Type Method Description AnnotatedElementHandlerProcessingContext. getHandler()Return the current handler (if any) receving all the annotated elements start and stop events.AnnotatedElementHandlerProcessingContext. popHandler()Removes the top handlerMethods in org.glassfish.apf with parameters of type AnnotatedElementHandler Modifier and Type Method Description voidProcessingContext. pushHandler(AnnotatedElementHandler handler)Push a new handler on the stack of handlers. -
Uses of AnnotatedElementHandler in org.glassfish.apf.context
Classes in org.glassfish.apf.context that implement AnnotatedElementHandler Modifier and Type Class Description classAnnotationContextConvenient superclass implementation of Context objects responsible for holding references to the DOL objects
-