org.jboss.seam.bpm
Class PageflowDeploymentHandler

java.lang.Object
  extended by org.jboss.seam.deployment.AbstractDeploymentHandler
      extended by org.jboss.seam.bpm.PageflowDeploymentHandler
All Implemented Interfaces:
DeploymentHandler

public class PageflowDeploymentHandler
extends AbstractDeploymentHandler


Field Summary
static String NAME
           
 
Constructor Summary
PageflowDeploymentHandler()
           
 
Method Summary
 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)
           
 
Methods inherited from class org.jboss.seam.deployment.AbstractDeploymentHandler
getResources, setResources, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

NAME

public static final String NAME
See Also:
Constant Field Values
Constructor Detail

PageflowDeploymentHandler

public PageflowDeploymentHandler()
Method Detail

getName

public String getName()
Description copied from interface: DeploymentHandler
A key used to identify the deployment handler


postProcess

public void postProcess(ClassLoader classLoader)
Specified by:
postProcess in interface DeploymentHandler
Overrides:
postProcess in class AbstractDeploymentHandler

getMetadata

public DeploymentMetadata getMetadata()
Description copied from interface: DeploymentHandler
Get DeploymentHandlerMetadata for resources this deployment handler is interested in processing. If a deployment handler is interested in a number of files it should define multiple pieces of metadata