Class UndertowDeploymentProcessor
- java.lang.Object
-
- org.wildfly.extension.undertow.deployment.UndertowDeploymentProcessor
-
- All Implemented Interfaces:
Function<SessionManagerFactoryConfiguration,io.undertow.servlet.api.SessionManagerFactory>,org.jboss.as.server.deployment.DeploymentUnitProcessor
public class UndertowDeploymentProcessor extends Object implements org.jboss.as.server.deployment.DeploymentUnitProcessor, Function<SessionManagerFactoryConfiguration,io.undertow.servlet.api.SessionManagerFactory>
- Author:
- Richard Opalka
-
-
Field Summary
Fields Modifier and Type Field Description static StringNEW_URI_PREFIXstatic StringOLD_URI_PREFIX
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.undertow.servlet.api.SessionManagerFactoryapply(SessionManagerFactoryConfiguration configuration)voiddeploy(org.jboss.as.server.deployment.DeploymentPhaseContext phaseContext)voidundeploy(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit)
-
-
-
Field Detail
-
OLD_URI_PREFIX
public static final String OLD_URI_PREFIX
- See Also:
- Constant Field Values
-
NEW_URI_PREFIX
public static final String NEW_URI_PREFIX
- See Also:
- Constant Field Values
-
-
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
-
apply
public io.undertow.servlet.api.SessionManagerFactory apply(SessionManagerFactoryConfiguration configuration)
- Specified by:
applyin interfaceFunction<SessionManagerFactoryConfiguration,io.undertow.servlet.api.SessionManagerFactory>
-
undeploy
public void undeploy(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit)
- Specified by:
undeployin interfaceorg.jboss.as.server.deployment.DeploymentUnitProcessor
-
-