public interface WebContextFactory
Modifier and Type | Field and Description |
---|---|
static AttachmentKey<WebContextFactory> |
ATTACHMENT
The context factory attachment key
|
static WebContextFactory |
DEFAULT
The default factory.
|
Modifier and Type | Method and Description |
---|---|
org.apache.catalina.core.StandardContext |
createContext(DeploymentUnit deploymentUnit)
Create a new web context.
|
void |
postProcessContext(DeploymentUnit deploymentUnit,
org.apache.catalina.core.StandardContext webContext) |
static final AttachmentKey<WebContextFactory> ATTACHMENT
static final WebContextFactory DEFAULT
org.apache.catalina.core.StandardContext createContext(DeploymentUnit deploymentUnit) throws DeploymentUnitProcessingException
deploymentUnit
- the deployment unitDeploymentUnitProcessingException
void postProcessContext(DeploymentUnit deploymentUnit, org.apache.catalina.core.StandardContext webContext)
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.