Package org.jboss.as.jsf.deployment
Class JsfVersionMarker
java.lang.Object
org.jboss.as.jsf.deployment.JsfVersionMarker
- Author:
- Stuart Douglas
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetVersion(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit) static booleanisJsfDisabled(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit) static voidsetVersion(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit, String value)
-
Field Details
-
JSF_4_0
- See Also:
-
WAR_BUNDLES_JSF_IMPL
- See Also:
-
NONE
- See Also:
-
-
Method Details
-
setVersion
public static void setVersion(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit, String value) -
getVersion
-
isJsfDisabled
public static boolean isJsfDisabled(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit)
-