Uses of Class
org.glassfish.apf.ResultType

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(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
 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
 ResultType ProcessingResultImpl.getOverallResult()
           
 ResultType HandlerProcessingResultImpl.getOverallResult()
           
 

Methods in org.glassfish.apf.impl that return types with arguments of type ResultType
 Map<Class<? extends Annotation>,ResultType> HandlerProcessingResultImpl.processedAnnotations()
           
 

Methods in org.glassfish.apf.impl with parameters of type ResultType
 void HandlerProcessingResultImpl.addResult(Class<? extends Annotation> annotationType, ResultType result)
           
static HandlerProcessingResultImpl HandlerProcessingResultImpl.getDefaultResult(Class<? extends Annotation> annotationType, ResultType result)
           
 

Constructor parameters in org.glassfish.apf.impl with type arguments of type ResultType
HandlerProcessingResultImpl(Map<Class<? extends Annotation>,ResultType> results)
          Creates a new instance of HandlerProcessingResultImpl
 



Copyright © 2012 GlassFish Community. All Rights Reserved.