Uses of Interface
org.glassfish.apf.AnnotatedElementHandler

Packages that use AnnotatedElementHandler
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
<U extends AnnotatedElementHandler>
U
ProcessingContext.getHandler(Class<U> handlerType)
          Return the top handler casted to the requested handler type
 

Methods in org.glassfish.apf that return AnnotatedElementHandler
 AnnotatedElementHandler ProcessingContext.getHandler()
          Return the current handler (if any) receving all the annotated elements start and stop events.
 AnnotatedElementHandler ProcessingContext.popHandler()
          Removes the top handler
 

Methods in org.glassfish.apf with parameters of type AnnotatedElementHandler
 void ProcessingContext.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
 class AnnotationContext
          Convenient superclass implementation of Context objects responsible for holding references to the DOL objects
 



Copyright © 2012 GlassFish Community. All Rights Reserved.