org.jboss.seam.deployment
Class NamespaceDeploymentHandler
java.lang.Object
org.jboss.seam.deployment.AbstractDeploymentHandler
org.jboss.seam.deployment.NamespaceDeploymentHandler
- All Implemented Interfaces:
- DeploymentHandler
public class NamespaceDeploymentHandler
- extends AbstractDeploymentHandler
A deployment handler for namespaces
- Author:
- Pete Muir
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NAME
public static final String NAME
- See Also:
- Constant Field Values
NamespaceDeploymentHandler
public NamespaceDeploymentHandler()
getPackages
public Set<Package> getPackages()
- Returns packages with @Namespace declarations
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