| Package | Description |
|---|---|
| com.sun.enterprise.deployment.archivist | |
| 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 | |
| org.glassfish.web.embed.impl |
| Modifier and Type | Method and Description |
|---|---|
protected ProcessingResult |
Archivist.processAnnotations(RootDeploymentDescriptor bundleDesc,
ModuleScanner scanner,
ReadableArchive archive)
Process annotations in a bundle descriptor, the annoation processing
is dependent on the type of descriptor being passed.
|
ProcessingResult |
Archivist.processAnnotations(T bundleDesc,
ReadableArchive archive)
Process annotations in a bundle descriptor, the annoation processing
is dependent on the type of descriptor being passed.
|
| Modifier and Type | Method and Description |
|---|---|
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,
Class[] classes)
Process a set of classes from the parameter list rather than from the
processing context.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ProcessingResultImpl
Implementation of the ProcessingResult interface
|
| Modifier and Type | Method and Description |
|---|---|
ProcessingResult |
AnnotationProcessorImpl.process(ProcessingContext ctx)
Starts the annotation processing tool passing the processing context which
encapsulate all information necessary for the configuration of the tool.
|
ProcessingResult |
AnnotationProcessorImpl.process(ProcessingContext ctx,
Class[] classes)
Process a set of classes from the parameter list rather than from the
processing context.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessingResultImpl.add(ProcessingResult pr) |
| Modifier and Type | Method and Description |
|---|---|
protected ProcessingResult |
EmbeddedWebArchivist.processAnnotations(RootDeploymentDescriptor bundleDesc,
ModuleScanner scanner,
ReadableArchive archive) |
Copyright © 2017. All rights reserved.