public class WebComponentContext extends ResourceContainerContextImpl
componentClassName, descriptor
Constructor and Description |
---|
WebComponentContext(WebComponentDescriptor wComp) |
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
|
WebComponentDescriptor |
getDescriptor() |
void |
setDescriptor(WebComponentDescriptor webComp) |
addEjbReferenceDescriptor, addEntityManagerFactoryReferenceDescriptor, addEntityManagerReferenceDescriptor, addEnvEntryDescriptor, addManagedBean, addMessageDestinationReferenceDescriptor, addPostConstructDescriptor, addPreDestroyDescriptor, addResourceDescriptor, addResourceEnvReferenceDescriptor, addResourceReferenceDescriptor, getAdministeredObjectDefinitionContainer, getAppFromDescriptor, getComponentClassName, getConnectionFactoryDefinitionContainer, getDataSourceDefinitionContainer, getEjbReference, getEjbReferenceContainer, getEmfRefContainer, getEmRefContainer, getEntityManagerFactoryReference, getEntityManagerReference, getEnvEntry, getEnvEntryContainer, getHandlerChainContainers, getJMSConnectionFactoryDefinitionContainer, getJMSDestinationDefinitionContainer, getMailSessionContainer, getMessageDestinationReference, getMessageDestinationReferenceContainer, getPostConstruct, getPostConstructContainer, getPreDestroy, getPreDestroyContainer, getResourceDescriptors, getResourceEnvReference, getResourceEnvReferenceContainer, getResourceReference, getResourceReferenceContainer, getServiceRefContainers
getProcessingContext, setProcessingContext, startElement
public WebComponentContext(WebComponentDescriptor wComp)
public WebComponentDescriptor getDescriptor()
public void setDescriptor(WebComponentDescriptor webComp)
public void endElement(ElementType type, AnnotatedElement element)
AnnotatedElementHandler
endElement
in interface AnnotatedElementHandler
endElement
in class AnnotationContext
type
- the annotated element type (class, field, method...)element
- the annotated element we are done visiting.Copyright © 2019. All rights reserved.