|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ResultType | |
|---|---|
| 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 ResultType in org.glassfish.apf |
|---|
| Methods in org.glassfish.apf that return ResultType | |
|---|---|
ResultType |
HandlerProcessingResult.getOverallResult()
|
ResultType |
ProcessingResult.getOverallResult()
|
static ResultType |
ResultType.valueOf(java.lang.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. |
| Methods in org.glassfish.apf that return types with arguments of type ResultType | |
|---|---|
java.util.Map<java.lang.Class<? extends java.lang.annotation.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. |
| Uses of ResultType in org.glassfish.apf.impl |
|---|
| Methods in org.glassfish.apf.impl that return ResultType | |
|---|---|
ResultType |
ProcessingResultImpl.getOverallResult()
|
ResultType |
HandlerProcessingResultImpl.getOverallResult()
|
| Methods in org.glassfish.apf.impl that return types with arguments of type ResultType | |
|---|---|
java.util.Map<java.lang.Class<? extends java.lang.annotation.Annotation>,ResultType> |
HandlerProcessingResultImpl.processedAnnotations()
|
| Methods in org.glassfish.apf.impl with parameters of type ResultType | |
|---|---|
void |
HandlerProcessingResultImpl.addResult(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType,
ResultType result)
|
static HandlerProcessingResultImpl |
HandlerProcessingResultImpl.getDefaultResult(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType,
ResultType result)
|
| Constructor parameters in org.glassfish.apf.impl with type arguments of type ResultType | |
|---|---|
HandlerProcessingResultImpl(java.util.Map<java.lang.Class<? extends java.lang.annotation.Annotation>,ResultType> results)
Creates a new instance of HandlerProcessingResultImpl |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||