Class WarStructureDeploymentProcessor
- java.lang.Object
-
- org.wildfly.extension.undertow.deployment.WarStructureDeploymentProcessor
-
- All Implemented Interfaces:
org.jboss.as.server.deployment.DeploymentUnitProcessor
public class WarStructureDeploymentProcessor extends Object implements org.jboss.as.server.deployment.DeploymentUnitProcessor
Create and mount classpath entries in the .war deployment.- Author:
- Emanuel Muckenhuber, Thomas.Diesler@jboss.com
-
-
Field Summary
Fields Modifier and Type Field Description static org.jboss.vfs.VirtualFileFilterDEFAULT_WEB_INF_LIB_FILTERstatic StringMETA_INFstatic StringWEB_INF_CLASSESstatic StringWEB_INF_LIB
-
Constructor Summary
Constructors Constructor Description WarStructureDeploymentProcessor(SharedTldsMetaDataBuilder sharedTldsMetaData)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddeploy(org.jboss.as.server.deployment.DeploymentPhaseContext phaseContext)
-
-
-
Field Detail
-
WEB_INF_LIB
public static final String WEB_INF_LIB
- See Also:
- Constant Field Values
-
WEB_INF_CLASSES
public static final String WEB_INF_CLASSES
- See Also:
- Constant Field Values
-
META_INF
public static final String META_INF
- See Also:
- Constant Field Values
-
DEFAULT_WEB_INF_LIB_FILTER
public static final org.jboss.vfs.VirtualFileFilter DEFAULT_WEB_INF_LIB_FILTER
-
-
Constructor Detail
-
WarStructureDeploymentProcessor
public WarStructureDeploymentProcessor(SharedTldsMetaDataBuilder sharedTldsMetaData)
-
-
Method Detail
-
deploy
public void deploy(org.jboss.as.server.deployment.DeploymentPhaseContext phaseContext) throws org.jboss.as.server.deployment.DeploymentUnitProcessingException- Specified by:
deployin interfaceorg.jboss.as.server.deployment.DeploymentUnitProcessor- Throws:
org.jboss.as.server.deployment.DeploymentUnitProcessingException
-
-