org.jboss.seam.deployment
Interface DeploymentHandler
- All Known Implementing Classes:
- AbstractDeploymentHandler, ComponentDeploymentHandler, GroovyDeploymentHandler, NamespaceDeploymentHandler
public interface DeploymentHandler
A deployment handler is responsible for processing found resources
All deployment handlers should specify a unique name under which they
will be registered with the DeploymentStrategy
- Author:
- Pete Muir
handle
void handle(String name,
ClassLoader classLoader)
- Handle a resource
- Parameters:
name
- The path to the resourceclassLoader
- The ClassLoader on which the resource was found