public class WarStructureDeploymentProcessor extends Object implements org.jboss.as.server.deployment.DeploymentUnitProcessor
Modifier and Type | Field and Description |
---|---|
static org.jboss.vfs.VirtualFileFilter |
DEFAULT_WEB_INF_LIB_FILTER |
static String |
META_INF |
static String |
WEB_INF_CLASSES |
static String |
WEB_INF_LIB |
Constructor and Description |
---|
WarStructureDeploymentProcessor(SharedTldsMetaDataBuilder sharedTldsMetaData) |
Modifier and Type | Method and Description |
---|---|
void |
deploy(org.jboss.as.server.deployment.DeploymentPhaseContext phaseContext) |
void |
undeploy(org.jboss.as.server.deployment.DeploymentUnit context) |
public static final String WEB_INF_LIB
public static final String WEB_INF_CLASSES
public static final String META_INF
public static final org.jboss.vfs.VirtualFileFilter DEFAULT_WEB_INF_LIB_FILTER
public WarStructureDeploymentProcessor(SharedTldsMetaDataBuilder sharedTldsMetaData)
public void deploy(org.jboss.as.server.deployment.DeploymentPhaseContext phaseContext) throws org.jboss.as.server.deployment.DeploymentUnitProcessingException
deploy
in interface org.jboss.as.server.deployment.DeploymentUnitProcessor
org.jboss.as.server.deployment.DeploymentUnitProcessingException
public void undeploy(org.jboss.as.server.deployment.DeploymentUnit context)
undeploy
in interface org.jboss.as.server.deployment.DeploymentUnitProcessor
Copyright © 2017 JBoss by Red Hat. All rights reserved.