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

Method Summary
 void handle(String name, ClassLoader classLoader)
          Handle a resource
 

Method Detail

handle

void handle(String name,
            ClassLoader classLoader)
Handle a resource

Parameters:
name - The path to the resource
classLoader - The ClassLoader on which the resource was found