public class WebModuleContextConfig extends ContextConfig
ContextConfig.ContextErrorHandler| Modifier and Type | Field and Description |
|---|---|
static int |
APPLICATION_LISTENERS |
static int |
APPLICATION_PARAMETERS |
static int |
CHILDREN |
static int |
EJBS |
static int |
ENVIRONMENTS |
static int |
ERROR_PAGES |
static int |
FILTER_DEFS |
static int |
FILTER_MAPS |
static int |
LOCAL_EJBS |
static int |
MESSAGE_DESTINATION_REFS |
static int |
MESSAGE_DESTINATIONS |
static int |
MIME_MAPPINGS |
protected static ResourceBundle |
rb |
static int |
RESOURCES |
protected org.glassfish.hk2.api.ServiceLocator |
services |
static int |
SERVLET_MAPPINGS |
authenticators, context, contextDigester, customAuthenticators, defaultContextXml, defaultWebXml, ok, parseException, webDigester, webRuleSet| Constructor and Description |
|---|
WebModuleContextConfig(org.glassfish.hk2.api.ServiceLocator services)
Customized
ContextConfig which use the DOL for deployment. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
authenticatorConfig()
Always sets up an Authenticator regardless of any security constraints.
|
protected void |
configureResource() |
protected void |
defaultConfig()
Process the default configuration file, if it exists.
|
WebBundleDescriptorImpl |
getDescriptor()
Return the WebBundleDescriptor
|
void |
setDescriptor(WebBundleDescriptorImpl wbd)
Set the DOL object associated with this class.
|
protected void |
start()
Process a "start" event for this Context - in background
|
protected void |
stop()
Process a "stop" event for this Context.
|
applicationConfig, contextConfig, createContextDigester, createWebDigester, createWebXmlDigester, fixDocBase, getBaseDir, getDebug, getDefaultContextXml, getDefaultWebXml, init, lifecycleEvent, managerConfig, processContextConfig, setClassLoader, setCustomAuthenticators, setDebug, setDefaultContextXml, setDefaultWebXml, validateSecurityRolesprotected static final ResourceBundle rb
public static final int CHILDREN
public static final int SERVLET_MAPPINGS
public static final int LOCAL_EJBS
public static final int EJBS
public static final int ENVIRONMENTS
public static final int ERROR_PAGES
public static final int FILTER_DEFS
public static final int FILTER_MAPS
public static final int APPLICATION_LISTENERS
public static final int RESOURCES
public static final int APPLICATION_PARAMETERS
public static final int MESSAGE_DESTINATIONS
public static final int MESSAGE_DESTINATION_REFS
public static final int MIME_MAPPINGS
protected org.glassfish.hk2.api.ServiceLocator services
public WebModuleContextConfig(org.glassfish.hk2.api.ServiceLocator services)
ContextConfig which use the DOL for deployment.public void setDescriptor(WebBundleDescriptorImpl wbd)
public WebBundleDescriptorImpl getDescriptor()
protected void configureResource()
throws LifecycleException
LifecycleExceptionprotected void start()
throws LifecycleException
start in class ContextConfigLifecycleExceptionprotected void authenticatorConfig()
throws LifecycleException
authenticatorConfig in class ContextConfigLifecycleExceptionprotected void defaultConfig()
defaultConfig in class ContextConfigprotected void stop()
stop in class ContextConfigCopyright © 2017. All rights reserved.