public class StandardContext extends ContainerBase implements Context, NotificationEmitter
ContainerBase.ContainerBackgroundProcessor, ContainerBase.PrivilegedAddChild
Modifier and Type | Field and Description |
---|---|
protected boolean |
allowLinking
Allow linking.
|
protected String |
altDDName
The alternate deployment descriptor name.
|
protected Object[] |
applicationEventListenersInstances
The set of instantiated application event listener objects.
|
protected Object[] |
applicationLifecycleListenersInstances
The set of instantiated application lifecycle listener objects.
|
protected EventListener[] |
applicationListenerInstances
The set of application listener class names configured for this
application, in the order they were encountered in the web.xml file.
|
protected String[] |
applicationListeners
The set of application listener class names configured for this
application, in the order they were encountered in the web.xml file.
|
protected ApplicationParameter[] |
applicationParameters
The set of application parameters defined for this application.
|
protected Object[] |
applicationSessionLifecycleListenersInstances
The set of instantiated application session lifecycle listener objects.
|
protected Authenticator |
authenticator
The application authenticator for this Context.
|
protected boolean |
available
The application available flag for this Context.
|
protected NotificationBroadcasterSupport |
broadcaster
The broadcaster that sends j2ee notifications.
|
protected int |
cacheMaxSize
Cache max size in KB.
|
protected int |
cacheObjectMaxSize
Cache object max size in KB.
|
protected int |
cacheTTL
Cache TTL in ms.
|
protected boolean |
cachingAllowed
Caching allowed flag.
|
protected boolean |
caseSensitive
Case sensitivity.
|
protected CharsetMapper |
charsetMapper
The Locale to character set mapper for this application.
|
protected String |
charsetMapperClass
The Java class name of the CharsetMapper class to be created.
|
protected String |
configClass
The class name of the context configurator.
|
protected boolean |
configured
The "correctly configured" flag for this Context.
|
protected SecurityConstraint[] |
constraints
The security constraints for this web application.
|
protected ApplicationContext |
context
The ServletContext implementation associated with this Context.
|
protected boolean |
crossContext
Should we allow the
ServletContext.getContext() method
to access the context of other web applications in this server? |
protected static ThreadBindingListener |
DEFAULT_NAMING_LISTENER |
protected Set<javax.servlet.SessionTrackingMode> |
defaultSessionTrackingModes
Session tracking modes.
|
protected String |
displayName
The display name of this web application.
|
protected boolean |
distributable
The distributable flag for this web application.
|
protected String |
docBase
The document root for this web application.
|
protected String |
encodedPath
Encoded path.
|
protected String |
engineName
Name of the engine.
|
protected HashMap<String,ErrorPage> |
exceptionPages
The exception pages for this web application, keyed by fully qualified
class name of the Java exception.
|
protected boolean |
filesystemBased
Filesystem based flag.
|
protected HashMap<String,ApplicationFilterConfig> |
filterConfigs
The set of filter configurations (and associated filter instances) we
have initialized, keyed by filter name.
|
protected HashMap<String,FilterDef> |
filterDefs
The set of filter definitions for this application, keyed by
filter name.
|
protected int |
filterMapInsertPoint
Filter mappings added via
ServletContext may have to be inserted
before the mappings in the deploymenmt descriptor but must be inserted in
the order the ServletContext methods are called. |
protected FilterMap[] |
filterMaps
The set of filter mappings for this application, in the order
they were defined in the deployment descriptor with additional mappings
added via the
ServletContext possibly both before and after those
defined in the deployment descriptor. |
protected String |
hostName
Associated host name.
|
protected boolean |
ignoreAnnotations
Ignore annotations.
|
protected static String |
info
The descriptive information string for this implementation.
|
protected String[] |
instanceListeners
The set of classnames of InstanceListeners that will be added
to each newly created Wrapper by
createWrapper() . |
protected InstanceManager |
instanceManager
Lifecycle provider.
|
protected String |
j2EEApplication |
protected String |
j2EEServer |
protected String[] |
javaVMs
The Java virtual machines on which this module is running.
|
protected LinkedHashMap<String,JspPropertyGroup> |
jspPropertyGroups
The set of JSP property groups defined for the webapp, keyed by pattern.
|
protected HashMap<String,TagLibraryInfo> |
jspTagLibraries
The set of taglibs defined for the webapp, keyed by uri.
|
protected Object[] |
listenersInstances
The set of instantiated listener objects.
|
protected String |
logicalName
The logical name of the webapp, if any which may be used in other descriptors.
|
protected LoginConfig |
loginConfig
The login configuration descriptor for this web application.
|
protected Mapper |
mapper
The mapper associated with this context.
|
protected HashMap<String,String> |
mimeMappings
The MIME mappings for this web application, keyed by extension.
|
protected MBeanNotificationInfo[] |
notificationInfo |
protected ErrorPage |
okErrorPage
Special case: error page for status 200.
|
protected boolean |
override
The override flag for this web application.
|
protected HashMap<String,String> |
parameters
The context initialization parameters for this web application,
keyed by name.
|
protected boolean |
paused
The request processing pause flag (while reloading occurs)
|
protected boolean |
privileged
The privileged flag for this web application.
|
protected String |
publicId
The public identifier of the DTD for the web application deployment
descriptor version we are currently parsing.
|
protected boolean |
replaceWelcomeFiles
Should the next call to
addWelcomeFile() cause replacement
of any existing welcome files? This will be set before processing the
web application's deployment descriptor, so that application specified
choices replace, rather than append to, those defined
in the global descriptor. |
protected HashSet<String> |
restrictedApplicationListeners
The set of application listener class names configured for this
application that have been added from TLDs, and have a limited access to
the servlet context.
|
protected HashMap<String,String> |
roleMappings
The security role mappings for this application, keyed by role
name (as used within the application).
|
protected String[] |
securityRoles
The security roles for this application, keyed by role name.
|
protected long |
sequenceNumber
The notification sequence number.
|
protected String |
server
The J2EE Server ObjectName this module is deployed on.
|
protected HashMap<String,String> |
servletMappings
The servlet mappings for this web application, keyed by
matching pattern.
|
protected SessionCookie |
sessionCookie
The session cookie.
|
protected int |
sessionTimeout
The session timeout (in minutes) for this web application.
|
protected Set<javax.servlet.SessionTrackingMode> |
sessionTrackingModes
Session tracking modes.
|
protected boolean |
starting
The application starting flag for this Context.
|
protected long |
startTime |
protected long |
startupTime |
protected HashMap<Integer,ErrorPage> |
statusPages
The status code error pages for this web application, keyed by
HTTP status code (as an Integer).
|
protected HashMap<String,String> |
taglibs
The JSP tag libraries for this web application, keyed by URI
|
protected ThreadBindingListener |
threadBindingListener |
protected long |
tldScanTime |
protected long |
unloadDelay
Amount of ms that the container will wait for servlets to unload.
|
protected static URLEncoder |
urlEncoder
Array containing the safe characters set.
|
protected String |
version
Version number.
|
protected int |
versionMajor
Version number.
|
protected int |
versionMinor
Version number.
|
protected DirContext |
webappResources
Non proxied resources.
|
protected String[] |
welcomeFiles
The welcome files for this application.
|
protected String |
workDir
The pathname to the work directory for this context (relative to
the server's home if not absolute).
|
protected Class<?> |
wrapperClass |
protected String |
wrapperClassName
Java class name of the Wrapper class implementation we use.
|
protected String[] |
wrapperLifecycles
The set of classnames of LifecycleListeners that will be added
to each newly created Wrapper by
createWrapper() . |
protected String[] |
wrapperListeners
The set of classnames of ContainerListeners that will be added
to each newly created Wrapper by
createWrapper() . |
backgroundProcessorDelay, children, cluster, CONTAINER_ARRAY, controller, domain, initialized, lifecycle, LISTENER_ARRAY, listeners, loader, logger, logName, manager, mserver, name, oname, parent, parentClassLoader, pipeline, realm, resources, startChildren, started, suffix, support, type
BIND_THREAD_EVENT, COMPLETE_CONFIG_EVENT, RELOAD_EVENT, UNBIND_THREAD_EVENT
ADD_CHILD_EVENT, ADD_MAPPER_EVENT, ADD_VALVE_EVENT, REMOVE_CHILD_EVENT, REMOVE_MAPPER_EVENT, REMOVE_VALVE_EVENT
AFTER_LOAD_ON_STARTUP_EVENT, AFTER_START_EVENT, AFTER_STOP_EVENT, AFTER_UNLOAD_EVENT, BEFORE_LOAD_ON_STARTUP_EVENT, BEFORE_START_EVENT, BEFORE_STOP_EVENT, BEFORE_UNLOAD_EVENT, DESTROY_EVENT, INIT_EVENT, LOAD_ON_STARTUP_EVENT, PERIODIC_EVENT, START_EVENT, STOP_EVENT
Constructor and Description |
---|
StandardContext()
Create a new StandardContext component with the default basic Valve.
|
Modifier and Type | Method and Description |
---|---|
void |
addApplicationFilterConfig(ApplicationFilterConfig filterConfig)
Add a filter definition to this Context.
|
void |
addApplicationListener(String listener)
Add a new Listener class name to the set of Listeners
configured for this application.
|
protected void |
addApplicationListener(String listener,
boolean restricted)
Add a new Listener class name to the set of Listeners
configured for this application.
|
<T extends EventListener> |
addApplicationListenerInstance(T listener)
Add a new Listener instance to the set of Listeners
configured for this application.
|
void |
addApplicationParameter(ApplicationParameter parameter)
Add a new application parameter for this application.
|
void |
addChild(Container child)
Add a child Container, only if the proposed child is an implementation
of Wrapper.
|
void |
addConstraint(SecurityConstraint constraint)
Add a security constraint to the set for this web application.
|
void |
addErrorPage(ErrorPage errorPage)
Add an error page for the specified error or Java exception.
|
void |
addFilterDef(FilterDef filterDef)
Add a filter definition to this Context.
|
void |
addFilterMap(FilterMap filterMap)
Add a filter mapping to this Context at the end of the current set
of filter mappings.
|
void |
addFilterMapBefore(FilterMap filterMap)
Add a filter mapping to this Context before the mappings defined in the
deployment descriptor but after any other mappings added via this method.
|
void |
addInstanceListener(String listener)
Add the classname of an InstanceListener to be added to each
Wrapper appended to this Context.
|
void |
addJspMapping(String pattern)
Add the given URL pattern as a jsp-property-group.
|
void |
addJspPropertyGroup(JspPropertyGroup propertyGroup)
Add the given jsp-property-group.
|
void |
addJspTagLibrary(String uri,
TagLibraryInfo tagLibraryInfo)
Add the given JSP tag library metadata with a specified mapping.
|
void |
addJspTagLibrary(TagLibraryInfo tagLibraryInfo)
Add the given JSP tag library metadata.
|
void |
addLocaleEncodingMappingParameter(String locale,
String encoding)
Add a Locale Encoding Mapping (see Sec 5.4 of Servlet spec 2.4)
|
void |
addMimeMapping(String extension,
String mimeType)
Add a new MIME mapping, replacing any existing mapping for
the specified extension.
|
void |
addNotificationListener(NotificationListener listener,
NotificationFilter filter,
Object object) |
void |
addParameter(String name,
String value)
Add a new context initialization parameter.
|
void |
addRoleMapping(String role,
String link)
Add a security role reference for this web application.
|
void |
addSecurityRole(String role)
Add a new security role for this web application.
|
void |
addServletMapping(String pattern,
String name)
Add a new servlet mapping, replacing any existing mapping for
the specified pattern.
|
void |
addServletMapping(String pattern,
String name,
boolean jspWildCard)
Add a new servlet mapping, replacing any existing mapping for
the specified pattern.
|
void |
addSessionTrackingMode(String trackingMode)
Add the given session tracking mode.
|
void |
addTaglib(String uri,
String location)
Add a JSP tag library for the specified URI.
|
void |
addWelcomeFile(String name)
Add a new welcome file to the set recognized by this Context.
|
void |
addWrapperLifecycle(String listener)
Add the classname of a LifecycleListener to be added to each
Wrapper appended to this Context.
|
void |
addWrapperListener(String listener)
Add the classname of a ContainerListener to be added to each
Wrapper appended to this Context.
|
protected String |
adjustURLPattern(String urlPattern)
Adjust the URL pattern to begin with a leading slash, if appropriate
(i.e.
|
protected ClassLoader |
bindThread()
Bind current thread, both for CL purposes and for JNDI ENC support
during : startup, shutdown and realoading of the context.
|
protected void |
checkUnusualURLPattern(String urlPattern)
Check for unusual but valid
<url-pattern> s. |
boolean |
contextListenerStart()
Configure the set of instantiated application event listeners
for this Context.
|
protected boolean |
copy(File src,
File dest)
Copy a file.
|
void |
create() |
ObjectName |
createObjectName(String hostDomain,
ObjectName parentName) |
Wrapper |
createWrapper()
Factory method to create and return a new Wrapper instance, of
the Java implementation class appropriate for this Context
implementation.
|
void |
destroy()
Destroy needs to clean up the context completely.
|
protected File |
engineBase()
Return a File object representing the base directory for the
entire servlet container (i.e.
|
protected boolean |
filterStart()
Configure and initialize the set of filters for this Context.
|
protected boolean |
filterStop()
Finalize and release the set of filters for this Context.
|
ApplicationFilterConfig |
findApplicationFilterConfig(String name)
Return the application filter for the given name.
|
ApplicationFilterConfig[] |
findApplicationFilterConfigs()
Return the application filter for the given name.
|
String[] |
findApplicationListeners()
Return the set of application listener class names configured
for this application.
|
ApplicationParameter[] |
findApplicationParameters()
Return the set of application parameters for this application.
|
SecurityConstraint[] |
findConstraints()
Return the security constraints for this web application.
|
ErrorPage |
findErrorPage(int errorCode)
Return the error page entry for the specified HTTP error code,
if any; otherwise return
null . |
ErrorPage |
findErrorPage(String exceptionType)
Return the error page entry for the specified Java exception type,
if any; otherwise return
null . |
ErrorPage[] |
findErrorPages()
Return the set of defined error pages for all specified error codes
and exception types.
|
javax.servlet.FilterConfig |
findFilterConfig(String name)
Find and return the initialized
FilterConfig for the
specified filter name, if any; otherwise return null . |
FilterDef |
findFilterDef(String filterName)
Return the filter definition for the specified filter name, if any;
otherwise return
null . |
FilterDef[] |
findFilterDefs()
Return the set of defined filters for this Context.
|
FilterMap[] |
findFilterMaps()
Return the set of filter mappings for this Context.
|
String[] |
findInstanceListeners()
Return the set of InstanceListener classes that will be added to
newly created Wrappers automatically.
|
JspPropertyGroup[] |
findJspPropertyGroups()
Return the set of JSP property groups.
|
Context |
findMappingObject()
FIXME: Fooling introspection ...
|
String |
findMimeMapping(String extension)
Return the MIME type to which the specified extension is mapped,
if any; otherwise return
null . |
String[] |
findMimeMappings()
Return the extensions for which MIME mappings are defined.
|
String |
findParameter(String name)
Return the value for the specified context initialization
parameter name, if any; otherwise return
null . |
String[] |
findParameters()
Return the names of all defined context initialization parameters
for this Context.
|
String |
findRoleMapping(String role)
For the given security role (as used by an application), return the
corresponding role name (as defined by the underlying Realm) if there
is one.
|
boolean |
findSecurityRole(String role)
Return
true if the specified security role is defined
for this application; otherwise return false . |
String[] |
findSecurityRoles()
Return the security roles defined for this application.
|
String |
findServletMapping(String pattern)
Return the servlet name mapped by the specified pattern (if any);
otherwise return
null . |
String[] |
findServletMappings()
Return the patterns of all defined servlet mappings for this
Context.
|
DirContext |
findStaticResources()
Return the naming resources associated with this web application.
|
int[] |
findStatusPages()
Return the set of HTTP status codes for which error pages have
been specified.
|
String |
findTaglib(String uri)
Return the tag library descriptor location for the specified taglib
URI, if any; otherwise, return
null . |
String[] |
findTaglibs()
Return the URIs of all tag libraries for which a tag library
descriptor location has been specified.
|
boolean |
findWelcomeFile(String name)
Return
true if the specified welcome file is defined
for this Context; otherwise return false . |
String[] |
findWelcomeFiles()
Return the set of welcome files defined for this Context.
|
String[] |
findWrapperLifecycles()
Return the set of LifecycleListener classes that will be added to
newly created Wrappers automatically.
|
String[] |
findWrapperListeners()
Return the set of ContainerListener classes that will be added to
newly created Wrappers automatically.
|
String |
getAltDDName()
Return the alternate Deployment Descriptor name.
|
protected String |
getAppBase()
Get app base.
|
Object[] |
getApplicationEventListeners()
Return the set of initialized application event listener objects,
in the order they were specified in the web application deployment
descriptor, for this application.
|
Object[] |
getApplicationLifecycleListeners()
Return the set of initialized application lifecycle listener objects,
in the order they were specified in the web application deployment
descriptor, for this application.
|
Object[] |
getApplicationSessionLifecycleListeners()
Return the set of initialized application lifecycle listener objects,
in the order they were specified in the web application deployment
descriptor, for this application.
|
Authenticator |
getAuthenticator()
Return the application authenticator for this Context.
|
boolean |
getAvailable()
Return the application available flag for this Context.
|
protected String |
getBasePath()
Get base path.
|
int |
getCacheMaxSize()
Return the maximum size of the cache in KB.
|
int |
getCacheObjectMaxSize()
Return the maximum size of objects to be cached in KB.
|
int |
getCacheTTL()
Get cache TTL.
|
CharsetMapper |
getCharsetMapper()
Return the Locale to character set mapper for this Context.
|
String |
getCharsetMapperClass()
Return the Locale to character set mapper class for this Context.
|
File |
getConfigBase()
Get config base.
|
String |
getConfigClass()
Return the class name of the context configurator.
|
boolean |
getConfigured()
Return the "correctly configured" flag for this Context.
|
boolean |
getCookies()
Return the "use cookies for session ids" flag.
|
boolean |
getCrossContext()
Return the "allow crossing servlet contexts" flag.
|
protected String |
getDefaultConfigFile()
Given a context path, get the config file name.
|
Set<javax.servlet.SessionTrackingMode> |
getDefaultSessionTrackingModes() |
String |
getDeploymentDescriptor()
JSR77 deploymentDescriptor attribute
|
String |
getDisplayName()
Return the display name of this web application.
|
boolean |
getDistributable()
Return the distributable flag for this web application.
|
String |
getDocBase()
Return the document root for this Context.
|
String |
getEncodedPath()
Return the URL encoded context path, using UTF-8.
|
String |
getEngineName() |
String |
getHostname() |
boolean |
getIgnoreAnnotations()
Return the boolean on the annotations parsing.
|
String |
getInfo()
Return descriptive information about this Container implementation and
the corresponding version number, in the format
<description>/<version> . |
InstanceManager |
getInstanceManager()
Used to create application instances.
|
String |
getJ2EEApplication() |
String |
getJ2EEServer() |
String[] |
getJavaVMs() |
String |
getLogicalName()
Return the logical name for this web application.
|
LoginConfig |
getLoginConfig()
Return the login configuration descriptor for this web application.
|
Mapper |
getMapper()
Get the mapper associated with the context.
|
MBeanNotificationInfo[] |
getNotificationInfo() |
boolean |
getOverride()
Return the DefaultContext override flag for this web application.
|
ClassLoader |
getParentClassLoader()
Return the parent class loader (if any) for this web application.
|
ObjectName |
getParentName() |
String |
getPath()
Return the context path for this Context.
|
boolean |
getPaused()
Return the request processing paused flag for this Context.
|
boolean |
getPrivileged()
Return the privileged flag for this web application.
|
long |
getProcessingTime()
Gets the cumulative processing times of all servlets in this
StandardContext.
|
String |
getPublicId()
Return the public identifier of the deployment descriptor DTD that is
currently being parsed.
|
String |
getServer() |
javax.servlet.ServletContext |
getServletContext()
Return the servlet context for which this Context is a facade.
|
String[] |
getServlets()
JSR77 servlets attribute
|
SessionCookie |
getSessionCookie()
Return the session cookie configuration.
|
int |
getSessionTimeout()
Return the default session timeout (in minutes) for this
web application.
|
Set<javax.servlet.SessionTrackingMode> |
getSessionTrackingModes() |
long |
getStartTime()
Gets the time this context was started.
|
long |
getStartupTime()
Gets the time (in milliseconds) it took to start this context.
|
int |
getState() |
DirContext |
getStaticResources()
Return the naming resources associated with this web application.
|
ThreadBindingListener |
getThreadBindingListener()
Get the associated ThreadBindingListener.
|
long |
getTldScanTime() |
long |
getUnloadDelay()
Return the value of the unloadDelay flag.
|
String |
getVersion()
Return the Servlet API version defined for the webapp.
|
int |
getVersionMajor()
Return the Servlet API version defined for the webapp.
|
int |
getVersionMinor()
Return the Servlet API version defined for the webapp.
|
String[] |
getWelcomeFiles()
Return the naming resources associated with this web application.
|
String |
getWorkDir()
Return the work directory for this Context.
|
String |
getWorkPath()
Get the absolute path to the work dir.
|
String |
getWrapperClass()
Return the Java class name of the Wrapper implementation used
for servlets registered in this Context.
|
void |
init()
Init method, part of the MBean lifecycle.
|
boolean |
isAllowLinking()
Is linking allowed.
|
boolean |
isCachingAllowed()
Is caching allowed ?
|
boolean |
isCaseSensitive()
Is case sensitive ?
|
boolean |
isEventProvider() |
boolean |
isFilesystemBased()
Returns true if the resources associated with this context are
filesystem based.
|
boolean |
isInitialized()
Return true if the Context has been initialized.
|
boolean |
isReplaceWelcomeFiles()
Return the "replace welcome files" property.
|
protected boolean |
isRestricted(Object listener)
Is the specified listener restricted ?
|
protected boolean |
isServlet22()
Are we processing a version 2.2 deployment descriptor?
|
boolean |
isStarting()
Return the application starting flag for this Context.
|
boolean |
isStateManageable()
Support for "stateManageable" JSR77
|
boolean |
isStatisticsProvider() |
boolean |
listenerStart()
Configure the set of instantiated application event listeners
for this Context.
|
boolean |
listenerStop()
Send an application stop event to all interested listeners.
|
void |
loadOnStartup(Container[] children)
Load and initialize all servlets marked "load on startup" in the
web application deployment descriptor.
|
protected void |
postContextAttributes()
Create mandatory servlet context attributes.
|
protected void |
postWorkDirectory()
Set the appropriate context attribute for our work directory.
|
void |
preDeregister() |
ObjectName |
preRegister(MBeanServer server,
ObjectName name)
There are 2 cases:
1.The context is created and registered by internal APIS
2.
|
protected void |
preRegisterJMX() |
protected void |
registerJMX() |
void |
reload()
Reload this web application, if reloading is supported.
|
void |
removeApplicationListener(String listener)
Remove the specified application listener class from the set of
listeners for this application.
|
void |
removeApplicationParameter(String name)
Remove the application parameter with the specified name from
the set for this application.
|
void |
removeChild(Container child)
Add a child Container, only if the proposed child is an implementation
of Wrapper.
|
void |
removeConstraint(SecurityConstraint constraint)
Remove the specified security constraint from this web application.
|
void |
removeErrorPage(ErrorPage errorPage)
Remove the error page for the specified error code or
Java language exception, if it exists; otherwise, no action is taken.
|
void |
removeFilterDef(FilterDef filterDef)
Remove the specified filter definition from this Context, if it exists;
otherwise, no action is taken.
|
void |
removeFilterMap(FilterMap filterMap)
Remove a filter mapping from this Context.
|
void |
removeInstanceListener(String listener)
Remove a class name from the set of InstanceListener classes that
will be added to newly created Wrappers.
|
void |
removeMimeMapping(String extension)
Remove the MIME mapping for the specified extension, if it exists;
otherwise, no action is taken.
|
void |
removeNotificationListener(NotificationListener listener)
Remove a JMX-NotificationListener
|
void |
removeNotificationListener(NotificationListener listener,
NotificationFilter filter,
Object object) |
void |
removeParameter(String name)
Remove the context initialization parameter with the specified
name, if it exists; otherwise, no action is taken.
|
void |
removeRoleMapping(String role)
Remove any security role reference for the specified name
|
void |
removeSecurityRole(String role)
Remove any security role with the specified name.
|
void |
removeServletMapping(String pattern)
Remove any servlet mapping for the specified pattern, if it exists;
otherwise, no action is taken.
|
void |
removeTaglib(String uri)
Remove the tag library location forthe specified tag library URI.
|
void |
removeWelcomeFile(String name)
Remove the specified welcome file name from the list recognized
by this Context.
|
void |
removeWrapperLifecycle(String listener)
Remove a class name from the set of LifecycleListener classes that
will be added to newly created Wrappers.
|
void |
removeWrapperListener(String listener)
Remove a class name from the set of ContainerListener classes that
will be added to newly created Wrappers.
|
protected void |
resetContext() |
boolean |
resourcesStart()
Allocate resources, including proxy.
|
boolean |
resourcesStop()
Deallocate resources and destroy proxy.
|
void |
setAllowLinking(boolean allowLinking)
Set allow linking.
|
void |
setAltDDName(String altDDName)
Set an alternate Deployment Descriptor name.
|
void |
setApplicationEventListeners(Object[] listeners)
Store the set of initialized application event listener objects,
in the order they were specified in the web application deployment
descriptor, for this application.
|
void |
setApplicationLifecycleListeners(Object[] listeners)
Store the set of initialized application lifecycle listener objects,
in the order they were specified in the web application deployment
descriptor, for this application.
|
void |
setApplicationSessionLifecycleListeners(Object[] listeners)
Store the set of initialized application lifecycle listener objects,
in the order they were specified in the web application deployment
descriptor, for this application.
|
void |
setAuthenticator(Authenticator authenticator)
Set the application authenticator for this Context.
|
void |
setAvailable(boolean available)
Set the application available flag for this Context.
|
void |
setCacheMaxSize(int cacheMaxSize)
Set the maximum size of the cache in KB.
|
void |
setCacheObjectMaxSize(int cacheObjectMaxSize)
Set the maximum size of objects to be placed the cache in KB.
|
void |
setCacheTTL(int cacheTTL)
Set cache TTL.
|
void |
setCachingAllowed(boolean cachingAllowed)
Set caching allowed flag.
|
void |
setCaseSensitive(boolean caseSensitive)
Set case sensitivity.
|
void |
setCharsetMapper(CharsetMapper mapper)
Set the Locale to character set mapper for this Context.
|
void |
setCharsetMapperClass(String mapper)
Set the Locale to character set mapper class for this Context.
|
void |
setConfigClass(String configClass)
Set the class name of the context configurator.
|
void |
setConfigured(boolean configured)
Set the "correctly configured" flag for this Context.
|
void |
setCookies(boolean cookies)
Set the "use cookies for session ids" flag.
|
void |
setCrossContext(boolean crossContext)
Set the "allow crossing servlet contexts" flag.
|
void |
setDisplayName(String displayName)
Set the display name of this web application.
|
void |
setDistributable(boolean distributable)
Set the distributable flag for this web application.
|
void |
setDocBase(String docBase)
Set the document root for this Context.
|
void |
setEngineName(String engineName) |
void |
setFilesystemBased(boolean filesystemBased)
Force setting if filesystem based.
|
void |
setIgnoreAnnotations(boolean ignoreAnnotations)
Set the boolean on the annotations parsing for this web
application.
|
void |
setInstanceManager(InstanceManager instanceManager)
Set the instance manager associated with this Context.
|
void |
setJ2EEApplication(String j2EEApplication) |
void |
setJ2EEServer(String j2EEServer) |
String[] |
setJavaVMs(String[] javaVMs) |
void |
setLoader(Loader loader)
Set the Loader with which this Context is associated.
|
void |
setLogicalName(String logicalName)
Set the logical name for this web application.
|
void |
setLoginConfig(LoginConfig config)
Set the login configuration descriptor for this web application.
|
void |
setName(String name)
Set a name string (suitable for use by humans) that describes this
Container.
|
void |
setOverride(boolean override)
Set the override flag for this web application.
|
void |
setPath(String path)
Set the context path for this Context.
|
protected void |
setPaused(boolean paused)
Set the request processing paused flag for this Context.
|
void |
setPrivileged(boolean privileged)
Set the privileged flag for this web application.
|
void |
setPublicId(String publicId)
Set the public identifier of the deployment descriptor DTD that is
currently being parsed.
|
void |
setReplaceWelcomeFiles(boolean replaceWelcomeFiles)
Set the "replace welcome files" property.
|
void |
setResources(DirContext resources)
Set the resources DirContext object with which this Container is
associated.
|
String |
setServer(String server) |
void |
setSessionCookie(SessionCookie sessionCookie)
Set the session cookie configuration.
|
void |
setSessionTimeout(int timeout)
Set the default session timeout (in minutes) for this
web application.
|
void |
setSessionTrackingModes(Set<javax.servlet.SessionTrackingMode> sessionTrackingModes) |
void |
setStarting(boolean starting)
Set the application starting flag for this Context.
|
void |
setStartupTime(long startupTime) |
void |
setThreadBindingListener(ThreadBindingListener threadBindingListener)
Get the associated ThreadBindingListener.
|
void |
setTldScanTime(long tldScanTime) |
void |
setUnloadDelay(long unloadDelay)
Set the value of the unloadDelay flag, which represents the amount
of ms that the container will wait when unloading servlets.
|
void |
setVersion(String version)
Set the Servlet API version defined for the webapp.
|
void |
setWorkDir(String workDir)
Set the work directory for this Context.
|
void |
setWrapperClass(String wrapperClassName)
Set the Java class name of the Wrapper implementation used
for servlets registered in this Context.
|
void |
start()
Start this Context component.
|
void |
startRecursive() |
void |
stop()
Stop this Context component.
|
String |
toString()
Return a String representation of this component.
|
protected void |
unbindThread(ClassLoader oldContextClassLoader)
Unbind thread.
|
protected void |
validateFilterMap(FilterMap filterMap)
Validate the supplied FilterMap.
|
protected boolean |
validateURLPattern(String urlPattern)
Validate the syntax of a proposed
<url-pattern>
for conformance with specification requirements. |
protected File |
workBase() |
addContainerListener, addLifecycleListener, addPropertyChangeListener, addValve, backgroundProcess, findChild, findChildren, findContainerListeners, findLifecycleListeners, fireContainerEvent, getBackgroundProcessorDelay, getBasic, getChildren, getCluster, getContainerSuffix, getDomain, getFirst, getJmxName, getJSR77Suffix, getLoader, getLogger, getManager, getMappingObject, getName, getObjectName, getParent, getPipeline, getRealm, getResources, getStartChildren, getType, getValveObjectNames, getValves, invoke, isStarted, logName, postDeregister, postRegister, removeContainerListener, removeLifecycleListener, removePropertyChangeListener, removeValve, setBackgroundProcessorDelay, setBasic, setCluster, setDomain, setManager, setParent, setParentClassLoader, setRealm, setStartChildren, threadStart, threadStop
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addContainerListener, addPropertyChangeListener, backgroundProcess, findChild, findChildren, findContainerListeners, fireContainerEvent, getBackgroundProcessorDelay, getCluster, getLoader, getLogger, getManager, getMappingObject, getName, getObjectName, getParent, getPipeline, getRealm, getResources, invoke, isStarted, removeContainerListener, removePropertyChangeListener, setBackgroundProcessorDelay, setCluster, setManager, setParent, setParentClassLoader, setRealm
protected static final String info
protected static URLEncoder urlEncoder
protected String altDDName
protected InstanceManager instanceManager
protected String hostName
protected String[] applicationListeners
protected HashSet<String> restrictedApplicationListeners
protected EventListener[] applicationListenerInstances
protected Object[] applicationEventListenersInstances
protected Object[] applicationLifecycleListenersInstances
protected Object[] applicationSessionLifecycleListenersInstances
protected Object[] listenersInstances
protected ApplicationParameter[] applicationParameters
protected Authenticator authenticator
protected boolean available
protected boolean starting
protected NotificationBroadcasterSupport broadcaster
protected CharsetMapper charsetMapper
protected String charsetMapperClass
protected boolean configured
protected SecurityConstraint[] constraints
protected ApplicationContext context
protected String configClass
protected Set<javax.servlet.SessionTrackingMode> defaultSessionTrackingModes
protected Set<javax.servlet.SessionTrackingMode> sessionTrackingModes
protected boolean crossContext
ServletContext.getContext()
method
to access the context of other web applications in this server?protected String encodedPath
protected String displayName
protected boolean distributable
protected String docBase
protected HashMap<String,ErrorPage> exceptionPages
protected HashMap<String,ApplicationFilterConfig> filterConfigs
protected HashMap<String,FilterDef> filterDefs
protected FilterMap[] filterMaps
ServletContext
possibly both before and after those
defined in the deployment descriptor.protected int filterMapInsertPoint
ServletContext
may have to be inserted
before the mappings in the deploymenmt descriptor but must be inserted in
the order the ServletContext
methods are called. This isn't an
issue for the mappings added after the deployment descriptor - they are
just added to the end - but correctly the adding mappings before the
deployment descriptor mappings requires knowing where the last 'before'
mapping was added.protected boolean ignoreAnnotations
protected String[] instanceListeners
createWrapper()
.protected LinkedHashMap<String,JspPropertyGroup> jspPropertyGroups
protected HashMap<String,TagLibraryInfo> jspTagLibraries
protected String logicalName
protected LoginConfig loginConfig
protected Mapper mapper
protected HashMap<String,String> mimeMappings
protected ErrorPage okErrorPage
protected HashMap<String,String> parameters
protected boolean paused
protected String publicId
protected String version
protected int versionMinor
protected int versionMajor
protected boolean override
protected boolean privileged
protected boolean replaceWelcomeFiles
addWelcomeFile()
cause replacement
of any existing welcome files? This will be set before processing the
web application's deployment descriptor, so that application specified
choices replace, rather than append to, those defined
in the global descriptor.protected HashMap<String,String> roleMappings
protected String[] securityRoles
protected HashMap<String,String> servletMappings
protected int sessionTimeout
protected long sequenceNumber
protected SessionCookie sessionCookie
protected HashMap<Integer,ErrorPage> statusPages
protected HashMap<String,String> taglibs
protected long unloadDelay
protected String[] welcomeFiles
protected String[] wrapperLifecycles
createWrapper()
.protected String[] wrapperListeners
createWrapper()
.protected String workDir
protected String wrapperClassName
protected Class<?> wrapperClass
protected boolean filesystemBased
protected boolean cachingAllowed
protected boolean caseSensitive
protected boolean allowLinking
protected int cacheMaxSize
protected int cacheObjectMaxSize
protected int cacheTTL
protected DirContext webappResources
protected long startupTime
protected long startTime
protected long tldScanTime
protected String engineName
protected String j2EEApplication
protected String j2EEServer
protected static final ThreadBindingListener DEFAULT_NAMING_LISTENER
protected ThreadBindingListener threadBindingListener
protected MBeanNotificationInfo[] notificationInfo
protected String server
protected String[] javaVMs
public StandardContext()
public InstanceManager getInstanceManager()
Context
getInstanceManager
in interface Context
public void setInstanceManager(InstanceManager instanceManager)
Context
setInstanceManager
in interface Context
instanceManager
- The instance managerpublic String getEncodedPath()
Context
getEncodedPath
in interface Context
public void setName(String name)
ContainerBase
setName
in interface Container
setName
in class ContainerBase
name
- New name of this containerpublic boolean isCachingAllowed()
public void setCachingAllowed(boolean cachingAllowed)
public void setCaseSensitive(boolean caseSensitive)
public boolean isCaseSensitive()
public void setAllowLinking(boolean allowLinking)
public boolean isAllowLinking()
public void setCacheTTL(int cacheTTL)
public int getCacheTTL()
public int getCacheMaxSize()
public void setCacheMaxSize(int cacheMaxSize)
public int getCacheObjectMaxSize()
public void setCacheObjectMaxSize(int cacheObjectMaxSize)
public boolean isFilesystemBased()
public void setFilesystemBased(boolean filesystemBased)
public Object[] getApplicationEventListeners()
getApplicationEventListeners
in interface Context
IllegalStateException
- if this method is called before
this application has started, or after it has been stoppedpublic void setApplicationEventListeners(Object[] listeners)
setApplicationEventListeners
in interface Context
listeners
- The set of instantiated listener objects.public Object[] getApplicationSessionLifecycleListeners()
getApplicationSessionLifecycleListeners
in interface Context
IllegalStateException
- if this method is called before
this application has started, or after it has been stoppedpublic void setApplicationSessionLifecycleListeners(Object[] listeners)
setApplicationSessionLifecycleListeners
in interface Context
listeners
- The set of instantiated listener objects.public Object[] getApplicationLifecycleListeners()
getApplicationLifecycleListeners
in interface Context
IllegalStateException
- if this method is called before
this application has started, or after it has been stoppedpublic void setApplicationLifecycleListeners(Object[] listeners)
setApplicationLifecycleListeners
in interface Context
listeners
- The set of instantiated listener objects.public Authenticator getAuthenticator()
getAuthenticator
in interface Context
public void setAuthenticator(Authenticator authenticator)
setAuthenticator
in interface Context
authenticator
- The new application authenticatorpublic boolean getAvailable()
getAvailable
in interface Context
public void setAvailable(boolean available)
setAvailable
in interface Context
available
- The new application available flagpublic boolean isStarting()
isStarting
in interface Context
public void setStarting(boolean starting)
setStarting
in interface Context
starting
- The new application starting flagpublic CharsetMapper getCharsetMapper()
getCharsetMapper
in interface Context
public void setCharsetMapper(CharsetMapper mapper)
setCharsetMapper
in interface Context
mapper
- The new mapperpublic String getConfigClass()
public void setConfigClass(String configClass)
configClass
- The class name of the listener.public boolean getConfigured()
getConfigured
in interface Context
public void setConfigured(boolean configured)
setConfigured
in interface Context
configured
- The new correctly configured flagpublic boolean getCookies()
getCookies
in interface Context
public void setCookies(boolean cookies)
setCookies
in interface Context
cookies
- The new flagpublic boolean getCrossContext()
getCrossContext
in interface Context
public void setCrossContext(boolean crossContext)
setCrossContext
in interface Context
crossContext
- The new cross contexts flagpublic long getStartupTime()
public void setStartupTime(long startupTime)
public long getTldScanTime()
public void setTldScanTime(long tldScanTime)
public String getDisplayName()
getDisplayName
in interface Context
public String getAltDDName()
getAltDDName
in interface Context
public void setAltDDName(String altDDName)
setAltDDName
in interface Context
public void setDisplayName(String displayName)
setDisplayName
in interface Context
displayName
- The new display namepublic boolean getDistributable()
getDistributable
in interface Context
public void setDistributable(boolean distributable)
setDistributable
in interface Context
distributable
- The new distributable flagpublic String getDocBase()
getDocBase
in interface Context
public void setDocBase(String docBase)
setDocBase
in interface Context
docBase
- The new document rootpublic String getInfo()
<description>/<version>
.getInfo
in interface Container
getInfo
in class ContainerBase
public String getEngineName()
public void setEngineName(String engineName)
public String getJ2EEApplication()
public void setJ2EEApplication(String j2EEApplication)
public String getJ2EEServer()
public void setJ2EEServer(String j2EEServer)
public void setLoader(Loader loader)
setLoader
in interface Container
setLoader
in class ContainerBase
loader
- The newly associated loaderpublic boolean getIgnoreAnnotations()
getIgnoreAnnotations
in interface Context
public void setIgnoreAnnotations(boolean ignoreAnnotations)
setIgnoreAnnotations
in interface Context
ignoreAnnotations
- The boolean on the annotations parsingpublic void setSessionCookie(SessionCookie sessionCookie)
setSessionCookie
in interface Context
sessionCookie
- The new valuepublic SessionCookie getSessionCookie()
getSessionCookie
in interface Context
public String getLogicalName()
getLogicalName
in interface Context
public void setLogicalName(String logicalName)
setLogicalName
in interface Context
logicalName
- The new logical namepublic LoginConfig getLoginConfig()
getLoginConfig
in interface Context
public void setLoginConfig(LoginConfig config)
setLoginConfig
in interface Context
config
- The new login configurationpublic Mapper getMapper()
public String getPath()
public void setPath(String path)
IMPLEMENTATION NOTE: The context path is used as the "name" of a Context, because it must be unique.
public String getPublicId()
getPublicId
in interface Context
public void setPublicId(String publicId)
setPublicId
in interface Context
publicId
- The public identifierpublic String getVersion()
getVersion
in interface Context
public int getVersionMajor()
getVersionMajor
in interface Context
public int getVersionMinor()
getVersionMinor
in interface Context
public void setVersion(String version)
setVersion
in interface Context
version
- The versionpublic boolean getOverride()
getOverride
in interface Context
public ClassLoader getParentClassLoader()
getParentClassLoader
in interface Container
getParentClassLoader
in class ContainerBase
public boolean getPrivileged()
getPrivileged
in interface Context
public void setPrivileged(boolean privileged)
setPrivileged
in interface Context
privileged
- The new privileged flagpublic void setOverride(boolean override)
setOverride
in interface Context
override
- The new override flagpublic Set<javax.servlet.SessionTrackingMode> getDefaultSessionTrackingModes()
public Set<javax.servlet.SessionTrackingMode> getSessionTrackingModes()
public void setSessionTrackingModes(Set<javax.servlet.SessionTrackingMode> sessionTrackingModes)
public void addSessionTrackingMode(String trackingMode)
Context
addSessionTrackingMode
in interface Context
public boolean isReplaceWelcomeFiles()
public void setReplaceWelcomeFiles(boolean replaceWelcomeFiles)
replaceWelcomeFiles
- The new property valuepublic javax.servlet.ServletContext getServletContext()
getServletContext
in interface Context
public int getSessionTimeout()
getSessionTimeout
in interface Context
public void setSessionTimeout(int timeout)
setSessionTimeout
in interface Context
timeout
- The new default session timeoutpublic long getUnloadDelay()
public void setUnloadDelay(long unloadDelay)
unloadDelay
- The new valuepublic String getWrapperClass()
getWrapperClass
in interface Context
public void setWrapperClass(String wrapperClassName)
setWrapperClass
in interface Context
wrapperClassName
- The new wrapper class nameIllegalArgumentException
- if the specified wrapper class
cannot be found or is not a subclass of StandardWrapperpublic void setResources(DirContext resources)
setResources
in interface Container
setResources
in class ContainerBase
resources
- The newly associated DirContextpublic ThreadBindingListener getThreadBindingListener()
getThreadBindingListener
in interface Context
public void setThreadBindingListener(ThreadBindingListener threadBindingListener)
setThreadBindingListener
in interface Context
public String getCharsetMapperClass()
public void setCharsetMapperClass(String mapper)
mapper
- The new mapper classpublic String getWorkPath()
public String getWorkDir()
public void setWorkDir(String workDir)
workDir
- The new work directorypublic void addApplicationListener(String listener)
addApplicationListener
in interface Context
listener
- Java class name of a listener classprotected void addApplicationListener(String listener, boolean restricted)
listener
- Java class name of a listener classpublic <T extends EventListener> void addApplicationListenerInstance(T listener)
addApplicationListenerInstance
in interface Context
listener
- Java instance of a listenerpublic void addApplicationParameter(ApplicationParameter parameter)
addApplicationParameter
in interface Context
parameter
- The new application parameterpublic void addChild(Container child)
addChild
in interface Container
addChild
in class ContainerBase
child
- Child container to be addedIllegalArgumentException
- if the proposed container is
not an implementation of Wrapperpublic void addConstraint(SecurityConstraint constraint)
addConstraint
in interface Context
public void addErrorPage(ErrorPage errorPage)
addErrorPage
in interface Context
errorPage
- The error page definition to be addedpublic void addApplicationFilterConfig(ApplicationFilterConfig filterConfig)
filterDef
- The filter definition to be addedpublic void addFilterDef(FilterDef filterDef)
addFilterDef
in interface Context
filterDef
- The filter definition to be addedpublic void addFilterMap(FilterMap filterMap)
addFilterMap
in interface Context
filterMap
- The filter mapping to be addedIllegalArgumentException
- if the specified filter name
does not match an existing filter definition, or the filter mapping
is malformedpublic void addFilterMapBefore(FilterMap filterMap)
addFilterMapBefore
in interface Context
filterMap
- The filter mapping to be addedIllegalArgumentException
- if the specified filter name
does not match an existing filter definition, or the filter mapping
is malformedprotected void validateFilterMap(FilterMap filterMap)
public void addInstanceListener(String listener)
addInstanceListener
in interface Context
listener
- Java class name of an InstanceListener classpublic void addJspMapping(String pattern)
addJspMapping
in interface Context
pattern
- URL pattern to be mappedpublic void addJspPropertyGroup(JspPropertyGroup propertyGroup)
addJspPropertyGroup
in interface Context
pattern
- URL pattern to be mappedpublic void addJspTagLibrary(TagLibraryInfo tagLibraryInfo)
addJspTagLibrary
in interface Context
tagLibrayInfo
- the tag library info that will be addedpublic void addJspTagLibrary(String uri, TagLibraryInfo tagLibraryInfo)
addJspTagLibrary
in interface Context
uri
- the tag library URItagLibrayInfo
- the tag library info that will be addedpublic void addLocaleEncodingMappingParameter(String locale, String encoding)
addLocaleEncodingMappingParameter
in interface Context
locale
- locale to map an encoding forencoding
- encoding to be used for a give localepublic void addMimeMapping(String extension, String mimeType)
addMimeMapping
in interface Context
extension
- Filename extension being mappedmimeType
- Corresponding MIME typepublic void addParameter(String name, String value)
addParameter
in interface Context
name
- Name of the new parametervalue
- Value of the new parameterIllegalArgumentException
- if the name or value is missing,
or if this context initialization parameter has already been
registeredpublic void addRoleMapping(String role, String link)
addRoleMapping
in interface Context
role
- Security role used in the applicationlink
- Actual security role to check forpublic void addSecurityRole(String role)
addSecurityRole
in interface Context
role
- New security rolepublic void addServletMapping(String pattern, String name)
addServletMapping
in interface Context
pattern
- URL pattern to be mappedname
- Name of the corresponding servlet to executeIllegalArgumentException
- if the specified servlet name
is not known to this Contextpublic void addServletMapping(String pattern, String name, boolean jspWildCard)
pattern
- URL pattern to be mappedname
- Name of the corresponding servlet to executejspWildCard
- true if name identifies the JspServlet
and pattern contains a wildcard; false otherwiseIllegalArgumentException
- if the specified servlet name
is not known to this Contextpublic void addTaglib(String uri, String location)
public void addWelcomeFile(String name)
addWelcomeFile
in interface Context
name
- New welcome file namepublic void addWrapperLifecycle(String listener)
addWrapperLifecycle
in interface Context
listener
- Java class name of a LifecycleListener classpublic void addWrapperListener(String listener)
addWrapperListener
in interface Context
listener
- Java class name of a ContainerListener classpublic Wrapper createWrapper()
createWrapper
in interface Context
public ApplicationFilterConfig findApplicationFilterConfig(String name)
public ApplicationFilterConfig[] findApplicationFilterConfigs()
public String[] findApplicationListeners()
findApplicationListeners
in interface Context
public ApplicationParameter[] findApplicationParameters()
findApplicationParameters
in interface Context
public SecurityConstraint[] findConstraints()
findConstraints
in interface Context
public ErrorPage findErrorPage(int errorCode)
null
.findErrorPage
in interface Context
errorCode
- Error code to look uppublic ErrorPage findErrorPage(String exceptionType)
null
.findErrorPage
in interface Context
exceptionType
- Exception type to look uppublic ErrorPage[] findErrorPages()
findErrorPages
in interface Context
public FilterDef findFilterDef(String filterName)
null
.findFilterDef
in interface Context
filterName
- Filter name to look uppublic FilterDef[] findFilterDefs()
findFilterDefs
in interface Context
public FilterMap[] findFilterMaps()
findFilterMaps
in interface Context
public String[] findInstanceListeners()
findInstanceListeners
in interface Context
public JspPropertyGroup[] findJspPropertyGroups()
findJspPropertyGroups
in interface Context
public Context findMappingObject()
public String findMimeMapping(String extension)
null
.findMimeMapping
in interface Context
extension
- Extension to map to a MIME typepublic String[] findMimeMappings()
findMimeMappings
in interface Context
public String findParameter(String name)
null
.findParameter
in interface Context
name
- Name of the parameter to returnpublic String[] findParameters()
findParameters
in interface Context
public String findRoleMapping(String role)
findRoleMapping
in interface Context
role
- Security role to mappublic boolean findSecurityRole(String role)
true
if the specified security role is defined
for this application; otherwise return false
.findSecurityRole
in interface Context
role
- Security role to verifypublic String[] findSecurityRoles()
findSecurityRoles
in interface Context
public String findServletMapping(String pattern)
null
.findServletMapping
in interface Context
pattern
- Pattern for which a mapping is requestedpublic String[] findServletMappings()
findServletMappings
in interface Context
public int[] findStatusPages()
findStatusPages
in interface Context
public String findTaglib(String uri)
null
.findTaglib
in interface Context
uri
- URI, relative to the web.xml filepublic String[] findTaglibs()
findTaglibs
in interface Context
public boolean findWelcomeFile(String name)
true
if the specified welcome file is defined
for this Context; otherwise return false
.findWelcomeFile
in interface Context
name
- Welcome file to verifypublic String[] findWelcomeFiles()
findWelcomeFiles
in interface Context
public String[] findWrapperLifecycles()
findWrapperLifecycles
in interface Context
public String[] findWrapperListeners()
findWrapperListeners
in interface Context
public void reload()
IMPLEMENTATION NOTE: This method is designed to deal with reloads required by changes to classes in the underlying repositories of our class loader. It does not handle changes to the web application deployment descriptor. If that has occurred, you should stop this Context and create (and start) a new Context instance instead.
reload
in interface Context
IllegalStateException
- if the reloadable
property is set to false
.public void removeApplicationListener(String listener)
removeApplicationListener
in interface Context
listener
- Java class name of the listener to be removedpublic void removeApplicationParameter(String name)
removeApplicationParameter
in interface Context
name
- Name of the application parameter to removepublic void removeChild(Container child)
removeChild
in interface Container
removeChild
in class ContainerBase
child
- Child container to be addedIllegalArgumentException
- if the proposed container is
not an implementation of Wrapperpublic void removeConstraint(SecurityConstraint constraint)
removeConstraint
in interface Context
constraint
- Constraint to be removedpublic void removeErrorPage(ErrorPage errorPage)
removeErrorPage
in interface Context
errorPage
- The error page definition to be removedpublic void removeFilterDef(FilterDef filterDef)
removeFilterDef
in interface Context
filterDef
- Filter definition to be removedpublic void removeFilterMap(FilterMap filterMap)
removeFilterMap
in interface Context
filterMap
- The filter mapping to be removedpublic void removeInstanceListener(String listener)
removeInstanceListener
in interface Context
listener
- Class name of an InstanceListener class to be removedpublic void removeMimeMapping(String extension)
removeMimeMapping
in interface Context
extension
- Extension to remove the mapping forpublic void removeParameter(String name)
removeParameter
in interface Context
name
- Name of the parameter to removepublic void removeRoleMapping(String role)
removeRoleMapping
in interface Context
role
- Security role (as used in the application) to removepublic void removeSecurityRole(String role)
removeSecurityRole
in interface Context
role
- Security role to removepublic void removeServletMapping(String pattern)
removeServletMapping
in interface Context
pattern
- URL pattern of the mapping to removepublic void removeTaglib(String uri)
removeTaglib
in interface Context
uri
- URI, relative to the web.xml filepublic void removeWelcomeFile(String name)
removeWelcomeFile
in interface Context
name
- Name of the welcome file to be removedpublic void removeWrapperLifecycle(String listener)
removeWrapperLifecycle
in interface Context
listener
- Class name of a LifecycleListener class to be removedpublic void removeWrapperListener(String listener)
removeWrapperListener
in interface Context
listener
- Class name of a ContainerListener class to be removedpublic long getProcessingTime()
protected boolean filterStart()
true
if all filter initialization completed
successfully, or false
otherwise.protected boolean filterStop()
true
if all filter finalization completed
successfully, or false
otherwise.public javax.servlet.FilterConfig findFilterConfig(String name)
FilterConfig
for the
specified filter name, if any; otherwise return null
.name
- Name of the desired filterpublic boolean contextListenerStart()
true
if all listeners wre
initialized successfully, or false
otherwise.
Only context listeners are actually set in stone at this point,
all others are stored in a temporary location.public boolean listenerStart()
true
if all listeners wre
initialized successfully, or false
otherwise.public boolean listenerStop()
true
if all events were sent successfully,
or false
otherwise.public boolean resourcesStart()
true
if initialization was successfull,
or false
otherwise.public boolean resourcesStop()
public void loadOnStartup(Container[] children)
children
- Array of wrappers for all currently defined
servlets (including those not declared load on startup)public void start() throws LifecycleException
start
in interface Lifecycle
start
in class ContainerBase
LifecycleException
- if a startup error occurspublic void stop() throws LifecycleException
stop
in interface Lifecycle
stop
in class ContainerBase
LifecycleException
- if a shutdown error occurspublic void destroy() throws Exception
destroy
in class ContainerBase
Exception
protected void resetContext() throws Exception, MBeanRegistrationException
Exception
MBeanRegistrationException
public String toString()
protected String adjustURLPattern(String urlPattern)
urlPattern
- The URL pattern to be adjusted (if needed)
and returnedprotected boolean isRestricted(Object listener)
protected boolean isServlet22()
protected File engineBase()
protected File workBase()
protected ClassLoader bindThread()
protected void unbindThread(ClassLoader oldContextClassLoader)
protected String getBasePath()
protected String getAppBase()
public File getConfigBase()
protected String getDefaultConfigFile()
public boolean getPaused()
protected void postContextAttributes()
public String getHostname()
protected void postWorkDirectory()
protected void setPaused(boolean paused)
paused
- The new request processing paused flagprotected boolean validateURLPattern(String urlPattern)
<url-pattern>
for conformance with specification requirements.urlPattern
- URL pattern to be validatedprotected void checkUnusualURLPattern(String urlPattern)
<url-pattern>
s.
See Bugzilla 34805, 43079 & 43080public String getDeploymentDescriptor()
public String[] getServlets()
public ObjectName createObjectName(String hostDomain, ObjectName parentName) throws MalformedObjectNameException
createObjectName
in class ContainerBase
MalformedObjectNameException
protected void preRegisterJMX()
protected void registerJMX()
public ObjectName preRegister(MBeanServer server, ObjectName name) throws Exception
preRegister
in interface MBeanRegistration
preRegister
in class ContainerBase
server
- The servername
- The object nameException
- If an error occurspublic void preDeregister() throws Exception
preDeregister
in interface MBeanRegistration
preDeregister
in class ContainerBase
Exception
public void init() throws Exception
ContainerBase
init
in class ContainerBase
Exception
public boolean isInitialized()
Context
isInitialized
in interface Context
public ObjectName getParentName() throws MalformedObjectNameException
getParentName
in class ContainerBase
MalformedObjectNameException
public void removeNotificationListener(NotificationListener listener, NotificationFilter filter, Object object) throws ListenerNotFoundException
removeNotificationListener
in interface NotificationEmitter
ListenerNotFoundException
public MBeanNotificationInfo[] getNotificationInfo()
getNotificationInfo
in interface NotificationBroadcaster
public void addNotificationListener(NotificationListener listener, NotificationFilter filter, Object object) throws IllegalArgumentException
addNotificationListener
in interface NotificationBroadcaster
IllegalArgumentException
public void removeNotificationListener(NotificationListener listener) throws ListenerNotFoundException
removeNotificationListener
in interface NotificationBroadcaster
ListenerNotFoundException
NotificationBroadcaster.removeNotificationListener(javax.management.NotificationListener)
public DirContext getStaticResources()
public DirContext findStaticResources()
public String[] getWelcomeFiles()
public boolean isStateManageable()
public void startRecursive() throws LifecycleException
LifecycleException
public int getState()
public String getServer()
public String[] getJavaVMs()
public long getStartTime()
public boolean isEventProvider()
public boolean isStatisticsProvider()
Copyright © 2015 JBoss by Red Hat. All rights reserved.