| 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 |
| Modifier and Type | Method and Description |
|---|---|
<U extends AnnotatedElementHandler> |
ProcessingContext.getHandler(Class<U> handlerType)
Return the top handler casted to the requested handler type
|
| Modifier and Type | Method and Description |
|---|---|
AnnotatedElementHandler |
ProcessingContext.getHandler()
Return the current handler (if any) receving all the annotated elements
start and stop events.
|
AnnotatedElementHandler |
ProcessingContext.popHandler()
Removes the top handler
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessingContext.pushHandler(AnnotatedElementHandler handler)
Push a new handler on the stack of handlers.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AnnotationContext
Convenient superclass implementation of Context objects responsible
for holding references to the DOL objects
|
Copyright © 2019. All rights reserved.