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 -
Constructor Summary
ConstructorsConstructorDescriptionJSFVersionProcessor(String jsfSlot) Create the Jakarta Server Faces VersionProcessor and set the default Jakarta Server Faces implementation slot. -
Method Summary
Modifier and TypeMethodDescriptionvoiddeploy(org.jboss.as.server.deployment.DeploymentPhaseContext phaseContext) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jboss.as.server.deployment.DeploymentUnitProcessor
undeploy
-
Field Details
-
JSF_CONFIG_NAME_PARAM
- See Also:
-
WAR_BUNDLES_JSF_IMPL_PARAM
- See Also:
-
-
Constructor Details
-
JSFVersionProcessor
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 Details
-
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
-