org.jboss.seam.deployment
public class ComponentsXmlDeploymentHandler extends AbstractDeploymentHandler
ComponentsXmlDeploymentHandler components.xml and .component.xml files| Modifier and Type | Field and Description |
|---|---|
static String |
NAME
Name under which this
DeploymentHandler is registered |
| Constructor and Description |
|---|
ComponentsXmlDeploymentHandler() |
| Modifier and Type | Method and Description |
|---|---|
DeploymentMetadata |
getMetadata()
Get DeploymentHandlerMetadata for resources this deployment handler is
interested in processing.
|
String |
getName()
A key used to identify the deployment handler
|
void |
postProcess(ClassLoader classLoader) |
getResources, setResources, toStringpublic static final String NAME
DeploymentHandler is registeredpublic String getName()
DeploymentHandlerpublic DeploymentMetadata getMetadata()
DeploymentHandlerpublic void postProcess(ClassLoader classLoader)
postProcess in interface DeploymentHandlerpostProcess in class AbstractDeploymentHandlerCopyright © 2015 Seam Framework. All Rights Reserved.