Uses of Interface
org.glassfish.apf.HandlerProcessingResult

Packages that use HandlerProcessingResult
org.glassfish.apf Provides the classes necessary to process J2SE 1.5 annotations in the context of the J2EE application server. 
org.glassfish.apf.impl   
 

Uses of HandlerProcessingResult in org.glassfish.apf
 

Methods in org.glassfish.apf that return HandlerProcessingResult
 HandlerProcessingResult AnnotationHandler.processAnnotation(AnnotationInfo element)
          Process a particular annotation which type is the same as the one returned by @see getAnnotationType().
 

Methods in org.glassfish.apf that return types with arguments of type HandlerProcessingResult
 Map<AnnotatedElement,HandlerProcessingResult> ProcessingResult.getResults()
           
 

Uses of HandlerProcessingResult in org.glassfish.apf.impl
 

Classes in org.glassfish.apf.impl that implement HandlerProcessingResult
 class HandlerProcessingResultImpl
           
 

Methods in org.glassfish.apf.impl that return types with arguments of type HandlerProcessingResult
 Map<AnnotatedElement,HandlerProcessingResult> ProcessingResultImpl.getResults()
           
 

Methods in org.glassfish.apf.impl with parameters of type HandlerProcessingResult
 void ProcessingResultImpl.add(AnnotatedElement element, HandlerProcessingResult elementResult)
           
 void HandlerProcessingResultImpl.addAll(HandlerProcessingResult result)
           
 



Copyright © 2012 GlassFish Community. All Rights Reserved.