public class WebComponentsContext extends org.glassfish.apf.context.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) |
String |
getComponentClassName() |
WebComponentContext[] |
getWebComponentContexts()
Note that, for performance, we don't make a safe copy of array here.
|
public WebComponentsContext(WebComponentDescriptor[] webComps)
public WebComponentsContext(WebComponentContext[] webCompContexts)
public WebComponentContext[] getWebComponentContexts()
public void endElement(ElementType type, AnnotatedElement element)
endElement in interface org.glassfish.apf.AnnotatedElementHandlerendElement in class org.glassfish.apf.context.AnnotationContextpublic String getComponentClassName()
getComponentClassName in interface ComponentContextCopyright © 2013. All Rights Reserved.