Package org.jboss.as.jsf.deployment
Class JSFVersionProcessor
- java.lang.Object
-
- org.jboss.as.jsf.deployment.JSFVersionProcessor
-
- All Implemented Interfaces:
org.jboss.as.server.deployment.DeploymentUnitProcessor
public class JSFVersionProcessor extends Object implements org.jboss.as.server.deployment.DeploymentUnitProcessor
Determines the Jakarta Server Faces version that will be used by a deployment, and if Jakarta Server Faces should be used at all- Author:
- Stuart Douglas, Stan Silvert
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSF_CONFIG_NAME_PARAMstatic StringWAR_BUNDLES_JSF_IMPL_PARAM
-
Constructor Summary
Constructors Constructor Description JSFVersionProcessor(String jsfSlot)Create the Jakarta Server Faces VersionProcessor and set the default Jakarta Server Faces implementation slot.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddeploy(org.jboss.as.server.deployment.DeploymentPhaseContext phaseContext)
-
-
-
Field Detail
-
JSF_CONFIG_NAME_PARAM
public static final String JSF_CONFIG_NAME_PARAM
- See Also:
- Constant Field Values
-
WAR_BUNDLES_JSF_IMPL_PARAM
public static final String WAR_BUNDLES_JSF_IMPL_PARAM
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
JSFVersionProcessor
public JSFVersionProcessor(String jsfSlot)
Create the Jakarta Server Faces VersionProcessor and set the default Jakarta Server Faces implementation slot.- Parameters:
jsfSlot- The model for the Jakarta Server Faces subsystem.
-
-
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
-
-