Uses of Interface
org.glassfish.apf.HandlerProcessingResult
-
Packages that use HandlerProcessingResult 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.impl -
-
Uses of HandlerProcessingResult in org.glassfish.apf
Methods in org.glassfish.apf that return HandlerProcessingResult Modifier and Type Method Description HandlerProcessingResultAnnotationHandler. 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 Modifier and Type Method Description Map<AnnotatedElement,HandlerProcessingResult>ProcessingResult. getResults() -
Uses of HandlerProcessingResult in org.glassfish.apf.impl
Classes in org.glassfish.apf.impl that implement HandlerProcessingResult Modifier and Type Class Description classHandlerProcessingResultImplMethods in org.glassfish.apf.impl that return types with arguments of type HandlerProcessingResult Modifier and Type Method Description Map<AnnotatedElement,HandlerProcessingResult>ProcessingResultImpl. getResults()Methods in org.glassfish.apf.impl with parameters of type HandlerProcessingResult Modifier and Type Method Description voidProcessingResultImpl. add(AnnotatedElement element, HandlerProcessingResult elementResult)voidHandlerProcessingResultImpl. addAll(HandlerProcessingResult result)
-