Uses of Class
org.glassfish.apf.ResultType
-
Packages that use ResultType 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 ResultType in org.glassfish.apf
Methods in org.glassfish.apf that return ResultType Modifier and Type Method Description ResultTypeHandlerProcessingResult. getOverallResult()ResultTypeProcessingResult. getOverallResult()static ResultTypeResultType. 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.Methods in org.glassfish.apf that return types with arguments of type ResultType Modifier and Type Method 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. -
Uses of ResultType in org.glassfish.apf.impl
Methods in org.glassfish.apf.impl that return ResultType Modifier and Type Method Description ResultTypeHandlerProcessingResultImpl. getOverallResult()ResultTypeProcessingResultImpl. getOverallResult()Methods in org.glassfish.apf.impl that return types with arguments of type ResultType Modifier and Type Method Description Map<Class<? extends Annotation>,ResultType>HandlerProcessingResultImpl. processedAnnotations()Methods in org.glassfish.apf.impl with parameters of type ResultType Modifier and Type Method Description voidHandlerProcessingResultImpl. addResult(Class<? extends Annotation> annotationType, ResultType result)static HandlerProcessingResultImplHandlerProcessingResultImpl. getDefaultResult(Class<? extends Annotation> annotationType, ResultType result)Constructor parameters in org.glassfish.apf.impl with type arguments of type ResultType Constructor Description HandlerProcessingResultImpl(Map<Class<? extends Annotation>,ResultType> results)Creates a new instance of HandlerProcessingResultImpl
-