|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ProcessingContext | |
|---|---|
| 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 | |
|---|---|
ProcessingContext |
AnnotationProcessor.createContext()
Creates a new empty ProcessingContext instance which can be configured before invoking the process() method. |
ProcessingContext |
AnnotationInfo.getProcessingContext()
|
| Methods in org.glassfish.apf with parameters of type ProcessingContext | |
|---|---|
ProcessingResult |
AnnotationProcessor.process(ProcessingContext ctx)
Starts the annotation processing tool passing the processing context which encapuslate all information necessary for the configuration of the tool. |
ProcessingResult |
AnnotationProcessor.process(ProcessingContext ctx,
java.lang.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 | |
|---|---|
AnnotationInfo(ProcessingContext context,
java.lang.reflect.AnnotatedElement element,
java.lang.annotation.Annotation annotation,
java.lang.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 | |
|---|---|
ProcessingContext |
AnnotationContext.getProcessingContext()
|
| Methods in org.glassfish.apf.context with parameters of type ProcessingContext | |
|---|---|
void |
AnnotationContext.setProcessingContext(ProcessingContext processingContext)
|
| Uses of ProcessingContext in org.glassfish.apf.impl |
|---|
| Methods in org.glassfish.apf.impl that return ProcessingContext | |
|---|---|
ProcessingContext |
AnnotationProcessorImpl.createContext()
|
| Methods in org.glassfish.apf.impl with parameters of type ProcessingContext | |
|---|---|
ProcessingResult |
AnnotationProcessorImpl.process(ProcessingContext ctx)
Starts the annotation processing tool passing the processing context which encapuslate all information necessary for the configuration of the tool. |
ProcessingResult |
AnnotationProcessorImpl.process(ProcessingContext ctx,
java.lang.Class[] classes)
Process a set of classes from the parameter list rather than from the processing context. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||