Package org.jboss.as.jsf.deployment
Class JSFAnnotationProcessor
java.lang.Object
org.jboss.as.jsf.deployment.JSFAnnotationProcessor
- All Implemented Interfaces:
org.jboss.as.server.deployment.DeploymentUnitProcessor
public class JSFAnnotationProcessor
extends Object
implements org.jboss.as.server.deployment.DeploymentUnitProcessor
DeploymentUnitProcessor implementation responsible for extracting Jakarta Server Faces annotations from a deployment and attaching them
to the deployment unit to eventually be added to the jakarta.servlet.ServletContext.- Author:
- John Bailey
-
Field Summary
Fields -
Constructor Summary
Constructors -
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
-
FACES_ANNOTATIONS_SC_ATTR
- See Also:
-
-
Constructor Details
-
JSFAnnotationProcessor
public JSFAnnotationProcessor()
-
-
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
-