org.jboss.seam.deployment
Class DotPageDotXmlDeploymentHandler
java.lang.Object
org.jboss.seam.deployment.AbstractDeploymentHandler
org.jboss.seam.deployment.DotPageDotXmlDeploymentHandler
- All Implemented Interfaces:
- DeploymentHandler
public class DotPageDotXmlDeploymentHandler
- extends AbstractDeploymentHandler
The DotPageDotXmlDeploymentHandler
process .page.xml files
- Author:
- Pete Muir
NAME
public static final String NAME
- Name under which this
DeploymentHandler
is registered
- See Also:
- Constant Field Values
DotPageDotXmlDeploymentHandler
public DotPageDotXmlDeploymentHandler()
getName
public String getName()
- Description copied from interface:
DeploymentHandler
- A key used to identify the deployment handler
instance
public static DotPageDotXmlDeploymentHandler 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
Copyright © 2013 Seam Framework. All Rights Reserved.