Uses of Interface
org.glassfish.apf.ProcessingContext
Packages that use ProcessingContext
Package
Description
Provides the classes necessary to process J2SE 1.5 annotations in the context
of the J2EE application server.
-
Uses of ProcessingContext in org.glassfish.apf
Methods in org.glassfish.apf that return ProcessingContextModifier and TypeMethodDescriptionAnnotationProcessor.createContext()Creates a new empty ProcessingContext instance which can be configured before invoking the process() method.AnnotationInfo.getProcessingContext()Methods in org.glassfish.apf with parameters of type ProcessingContextModifier and TypeMethodDescriptionAnnotationProcessor.process(ProcessingContext ctx) Starts the annotation processing tool passing the processing context which encapuslate all information necessary for the configuration of the tool.AnnotationProcessor.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 ProcessingContextModifierConstructorDescriptionAnnotationInfo(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 ProcessingContextMethods in org.glassfish.apf.context with parameters of type ProcessingContextModifier and TypeMethodDescriptionvoidAnnotationContext.setProcessingContext(ProcessingContext processingContext) -
Uses of ProcessingContext in org.glassfish.apf.impl
Methods in org.glassfish.apf.impl that return ProcessingContextMethods in org.glassfish.apf.impl with parameters of type ProcessingContextModifier and TypeMethodDescriptionAnnotationProcessorImpl.process(ProcessingContext ctx) Starts the annotation processing tool passing the processing context which encapuslate all information necessary for the configuration of the tool.AnnotationProcessorImpl.process(ProcessingContext ctx, Class<?>[] classes) Process a set of classes from the parameter list rather than from the processing context.