org.jboss.seam.deployment
Class ComponentsXmlDeploymentHandler
java.lang.Object
org.jboss.seam.deployment.AbstractDeploymentHandler
org.jboss.seam.deployment.ComponentsXmlDeploymentHandler
- All Implemented Interfaces:
- DeploymentHandler
public class ComponentsXmlDeploymentHandler
- extends AbstractDeploymentHandler
The ComponentsXmlDeploymentHandler
components.xml and .component.xml files
- Author:
- Pete Muir
NAME
public static final String NAME
- Name under which this
DeploymentHandler
is registered
- See Also:
- Constant Field Values
ComponentsXmlDeploymentHandler
public ComponentsXmlDeploymentHandler()
getResources
public Set<String> getResources()
- Get paths to components.xml files
handle
public void handle(String name,
ClassLoader classLoader)
- Description copied from interface:
DeploymentHandler
- Handle a resource
- Parameters:
name
- The path to the resourceclassLoader
- The ClassLoader on which the resource was found- See Also:
DeploymentHandler.handle(String, ClassLoader)
getName
public String getName()
- Description copied from interface:
DeploymentHandler
- A key used to identify the deployment handler