Uses of Enum Class
org.glassfish.apf.ResultType
Packages that use ResultType
Package
Description
Provides the classes necessary to process J2SE 1.5 annotations in the context
of the J2EE application server.
-
Uses of ResultType in org.glassfish.apf
Methods in org.glassfish.apf that return ResultTypeModifier and TypeMethodDescriptionHandlerProcessingResult.getOverallResult()ProcessingResult.getOverallResult()static ResultTypeReturns the enum constant of this class with the specified name.static ResultType[]ResultType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.glassfish.apf that return types with arguments of type ResultTypeModifier and TypeMethodDescriptionMap<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 ResultTypeModifier and TypeMethodDescriptionHandlerProcessingResultImpl.getOverallResult()ProcessingResultImpl.getOverallResult()Methods in org.glassfish.apf.impl that return types with arguments of type ResultTypeModifier and TypeMethodDescriptionMap<Class<? extends Annotation>,ResultType> HandlerProcessingResultImpl.processedAnnotations()Methods in org.glassfish.apf.impl with parameters of type ResultTypeModifier and TypeMethodDescriptionvoidHandlerProcessingResultImpl.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 ResultTypeModifierConstructorDescriptionHandlerProcessingResultImpl(Map<Class<? extends Annotation>, ResultType> results) Creates a new instance of HandlerProcessingResultImpl