public class JSFVersionProcessor extends Object implements org.jboss.as.server.deployment.DeploymentUnitProcessor
Modifier and Type | Field and Description |
---|---|
static String |
JSF_CONFIG_NAME_PARAM |
static String |
WAR_BUNDLES_JSF_IMPL_PARAM |
Constructor and Description |
---|
JSFVersionProcessor(org.jboss.dmr.ModelNode model)
Create the JSFVersionProcessor and set the default JSF implementation slot.
|
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 JSF_CONFIG_NAME_PARAM
public static final String WAR_BUNDLES_JSF_IMPL_PARAM
public JSFVersionProcessor(org.jboss.dmr.ModelNode model)
model
- The model for the JSF subsystem.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 © 2016 JBoss by Red Hat. All rights reserved.