Uses of Interface
org.glassfish.apf.ProcessingResult
-
Packages that use ProcessingResult 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 -
-
Uses of ProcessingResult in com.sun.enterprise.deployment.archivist
Methods in com.sun.enterprise.deployment.archivist that return ProcessingResult Modifier and Type Method Description protected ProcessingResultArchivist. processAnnotations(RootDeploymentDescriptor bundleDesc, ModuleScanner scanner, ReadableArchive archive)Process annotations in a bundle descriptor, the annotation processing is dependent on the type of descriptor being passed.ProcessingResultArchivist. processAnnotations(T bundleDesc, ReadableArchive archive)Process annotations in a bundle descriptor, the annotation processing is dependent on the type of descriptor being passed. -
Uses of ProcessingResult in org.glassfish.apf
Methods in org.glassfish.apf that return ProcessingResult Modifier and Type Method Description ProcessingResultAnnotationProcessor. process(ProcessingContext ctx)Starts the annotation processing tool passing the processing context which encapsulate 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. -
Uses of ProcessingResult in org.glassfish.apf.impl
Classes in org.glassfish.apf.impl that implement ProcessingResult Modifier and Type Class Description classProcessingResultImplImplementation of the ProcessingResult interfaceMethods in org.glassfish.apf.impl that return ProcessingResult Modifier and Type Method Description ProcessingResultAnnotationProcessorImpl. process(ProcessingContext ctx)Starts the annotation processing tool passing the processing context which encapsulate 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.Methods in org.glassfish.apf.impl with parameters of type ProcessingResult Modifier and Type Method Description voidProcessingResultImpl. add(ProcessingResult pr) -
Uses of ProcessingResult in org.glassfish.web.embed.impl
Methods in org.glassfish.web.embed.impl that return ProcessingResult Modifier and Type Method Description protected ProcessingResultEmbeddedWebArchivist. processAnnotations(RootDeploymentDescriptor bundleDesc, ModuleScanner scanner, ReadableArchive archive)
-