|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.glassfish.apf.context.AnnotationContext
public class AnnotationContext
Convenient superclass implementation of Context objects responsible for holding references to the DOL objects
| Constructor Summary | |
|---|---|
AnnotationContext()
Creates a new instance of AnnotationContext |
|
| Method Summary | |
|---|---|
void |
endElement(java.lang.annotation.ElementType type,
java.lang.reflect.AnnotatedElement element)
After annotations for an annotated element are processed, the endElement is called with the annotated element value and its type |
ProcessingContext |
getProcessingContext()
|
void |
setProcessingContext(ProcessingContext processingContext)
|
void |
startElement(java.lang.annotation.ElementType type,
java.lang.reflect.AnnotatedElement element)
Before annotations for an annotated element are processed, the startElement is called with the annotated element value and its type |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AnnotationContext()
| Method Detail |
|---|
public void setProcessingContext(ProcessingContext processingContext)
public ProcessingContext getProcessingContext()
public void startElement(java.lang.annotation.ElementType type,
java.lang.reflect.AnnotatedElement element)
throws AnnotationProcessorException
AnnotatedElementHandler
startElement in interface AnnotatedElementHandlertype - the annotated element type (class, field, method...)element - the annotated element we are starting to visit.
AnnotationProcessorException
public void endElement(java.lang.annotation.ElementType type,
java.lang.reflect.AnnotatedElement element)
throws AnnotationProcessorException
AnnotatedElementHandler
endElement in interface AnnotatedElementHandlertype - the annotated element type (class, field, method...)element - the annotated element we are done visiting.
AnnotationProcessorException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||