| 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 |
| Modifier and Type | Method and Description |
|---|---|
ResultType |
ProcessingResult.getOverallResult() |
ResultType |
HandlerProcessingResult.getOverallResult() |
static ResultType |
ResultType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResultType[] |
ResultType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Map<Class<? extends Annotation>,ResultType> |
HandlerProcessingResult.processedAnnotations()
Returns a map of annotation types processed by this handler as keys
and a ResultType as a value to communicate the result of the annotation
processing for each processed annotation types.
|
| Modifier and Type | Method and Description |
|---|---|
ResultType |
HandlerProcessingResultImpl.getOverallResult() |
ResultType |
ProcessingResultImpl.getOverallResult() |
| Modifier and Type | Method and Description |
|---|---|
Map<Class<? extends Annotation>,ResultType> |
HandlerProcessingResultImpl.processedAnnotations() |
| Modifier and Type | Method and Description |
|---|---|
void |
HandlerProcessingResultImpl.addResult(Class<? extends Annotation> annotationType,
ResultType result) |
static HandlerProcessingResultImpl |
HandlerProcessingResultImpl.getDefaultResult(Class<? extends Annotation> annotationType,
ResultType result) |
| Constructor and Description |
|---|
HandlerProcessingResultImpl(Map<Class<? extends Annotation>,ResultType> results)
Creates a new instance of HandlerProcessingResultImpl
|
Copyright © 2019. All rights reserved.