org.jboss.seam.deployment
Class PagesDotXmlDeploymentHandler

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

public class PagesDotXmlDeploymentHandler
extends AbstractDeploymentHandler

The PagesDotXmlDeploymentHandler process pages.xml files Its only purpose is to make sure pages.xml gets updated by hot deploy

Author:
Stuart Douglas

Field Summary
static String NAME
          Name under which this DeploymentHandler is registered
 
Constructor Summary
PagesDotXmlDeploymentHandler()
           
 
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
static PagesDotXmlDeploymentHandler instance()
           
 
Methods inherited from class org.jboss.seam.deployment.AbstractDeploymentHandler
getResources, postProcess, 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
Name under which this DeploymentHandler is registered

See Also:
Constant Field Values
Constructor Detail

PagesDotXmlDeploymentHandler

public PagesDotXmlDeploymentHandler()
Method Detail

getName

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


instance

public static PagesDotXmlDeploymentHandler instance()

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