|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | |
|---|---|
java.util.Map<java.lang.reflect.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 | |
|---|---|
java.util.Map<java.lang.reflect.AnnotatedElement,HandlerProcessingResult> |
ProcessingResultImpl.getResults()
|
| Methods in org.glassfish.apf.impl with parameters of type HandlerProcessingResult | |
|---|---|
void |
ProcessingResultImpl.add(java.lang.reflect.AnnotatedElement element,
HandlerProcessingResult elementResult)
|
void |
HandlerProcessingResultImpl.addAll(HandlerProcessingResult result)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||