Uses of Interface
org.glassfish.apf.ProcessingContext
-
Packages that use ProcessingContext 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.context org.glassfish.apf.impl -
-
Uses of ProcessingContext in org.glassfish.apf
Methods in org.glassfish.apf that return ProcessingContext Modifier and Type Method Description ProcessingContextAnnotationProcessor. createContext()Creates a new empty ProcessingContext instance which can be configured before invoking the process() method.ProcessingContextAnnotationInfo. getProcessingContext()Methods in org.glassfish.apf with parameters of type ProcessingContext Modifier and Type Method Description ProcessingResultAnnotationProcessor. process(ProcessingContext ctx)Starts the annotation processing tool passing the processing context which encapuslate all information necessary for the configuration of the tool.ProcessingResultAnnotationProcessor. process(ProcessingContext ctx, Class[] classes)Process a set of classes from the parameter list rather than from the processing context.Constructors in org.glassfish.apf with parameters of type ProcessingContext Constructor Description AnnotationInfo(ProcessingContext context, AnnotatedElement element, Annotation annotation, ElementType type)Creates a new instance of AnnotationInfo with all the information necessary to process an annotation. -
Uses of ProcessingContext in org.glassfish.apf.context
Methods in org.glassfish.apf.context that return ProcessingContext Modifier and Type Method Description ProcessingContextAnnotationContext. getProcessingContext()Methods in org.glassfish.apf.context with parameters of type ProcessingContext Modifier and Type Method Description voidAnnotationContext. setProcessingContext(ProcessingContext processingContext) -
Uses of ProcessingContext in org.glassfish.apf.impl
Methods in org.glassfish.apf.impl that return ProcessingContext Modifier and Type Method Description ProcessingContextAnnotationProcessorImpl. createContext()Methods in org.glassfish.apf.impl with parameters of type ProcessingContext Modifier and Type Method Description ProcessingResultAnnotationProcessorImpl. process(ProcessingContext ctx)Starts the annotation processing tool passing the processing context which encapuslate all information necessary for the configuration of the tool.ProcessingResultAnnotationProcessorImpl. process(ProcessingContext ctx, Class[] classes)Process a set of classes from the parameter list rather than from the processing context.
-