public class WebComponentsContext extends AnnotationContext implements ComponentContext
| Constructor and Description |
|---|
WebComponentsContext(WebComponentContext[] webCompContexts)
Create a new instance of WebComponentContext.
|
WebComponentsContext(WebComponentDescriptor[] webComps) |
| Modifier and Type | Method and Description |
|---|---|
void |
endElement(ElementType type,
AnnotatedElement element)
After annotations for an annotated element are processed, the
endElement is called with the annotated element value and its type
|
String |
getComponentClassName() |
WebComponentContext[] |
getWebComponentContexts()
Note that, for performance, we don't make a safe copy of array here.
|
getProcessingContext, setProcessingContext, startElementpublic WebComponentsContext(WebComponentDescriptor[] webComps)
public WebComponentsContext(WebComponentContext[] webCompContexts)
public WebComponentContext[] getWebComponentContexts()
public void endElement(ElementType type, AnnotatedElement element)
AnnotatedElementHandlerendElement in interface AnnotatedElementHandlerendElement in class AnnotationContexttype - the annotated element type (class, field, method...)element - the annotated element we are done visiting.public String getComponentClassName()
getComponentClassName in interface ComponentContextCopyright © 2019. All rights reserved.