public class StandardContext extends ContainerBase implements Context, javax.management.NotificationEmitter
ContainerBase.ContainerBackgroundProcessor, ContainerBase.PrivilegedAddChild
Lifecycle.SingleUse
Modifier and Type | Field and Description |
---|---|
protected boolean |
allowCasualMultipartParsing
Allow multipart/form-data requests to be parsed even when the
target servlet doesn't specify @MultipartConfig or have a
<multipart-config> element.
|
protected ApplicationContext |
context
The ServletContext implementation associated with this Context.
|
protected static ThreadBindingListener |
DEFAULT_NAMING_LISTENER |
protected Manager |
manager
The Manager implementation with which this Container is associated.
|
protected ThreadBindingListener |
threadBindingListener |
accessLog, backgroundProcessorDelay, children, cluster, listeners, logger, logName, name, parent, parentClassLoader, pipeline, sm, startChildren, startStopExecutor, support
mserver
ADD_WELCOME_FILE_EVENT, CHANGE_SESSION_ID_EVENT, CLEAR_WELCOME_FILES_EVENT, REMOVE_WELCOME_FILE_EVENT
ADD_CHILD_EVENT, ADD_VALVE_EVENT, REMOVE_CHILD_EVENT, REMOVE_VALVE_EVENT
AFTER_DESTROY_EVENT, AFTER_INIT_EVENT, AFTER_START_EVENT, AFTER_STOP_EVENT, BEFORE_DESTROY_EVENT, BEFORE_INIT_EVENT, BEFORE_START_EVENT, BEFORE_STOP_EVENT, CONFIGURE_START_EVENT, CONFIGURE_STOP_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 |
addApplicationEventListener(java.lang.Object listener)
Add a listener to the end of the list of initialized application event
listeners.
|
void |
addApplicationLifecycleListener(java.lang.Object listener)
Add a listener to the end of the list of initialized application
lifecycle listeners.
|
void |
addApplicationListener(java.lang.String listener)
Add a new Listener class name 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(java.lang.String listener)
Deprecated.
Will be removed in 8.5.x onwards
|
void |
addLocaleEncodingMappingParameter(java.lang.String locale,
java.lang.String encoding)
Add a Locale Encoding Mapping (see Sec 5.4 of Servlet spec 2.4)
|
void |
addMessageDestination(MessageDestination md)
Add a message destination for this web application.
|
void |
addMessageDestinationRef(MessageDestinationRef mdr)
Add a message destination reference for this web application.
|
void |
addMimeMapping(java.lang.String extension,
java.lang.String mimeType)
Add a new MIME mapping, replacing any existing mapping for
the specified extension.
|
void |
addNotificationListener(javax.management.NotificationListener listener,
javax.management.NotificationFilter filter,
java.lang.Object object) |
void |
addParameter(java.lang.String name,
java.lang.String value)
Add a new context initialization parameter.
|
void |
addPostConstructMethod(java.lang.String clazz,
java.lang.String method)
Add a post construct method definition for the given class, if there is
an existing definition for the specified class - IllegalArgumentException
will be thrown.
|
void |
addPreDestroyMethod(java.lang.String clazz,
java.lang.String method)
Add a pre destroy method definition for the given class, if there is an
existing definition for the specified class - IllegalArgumentException
will be thrown.
|
void |
addRoleMapping(java.lang.String role,
java.lang.String link)
Add a security role reference for this web application.
|
void |
addSecurityRole(java.lang.String role)
Add a new security role for this web application.
|
void |
addServletContainerInitializer(ServletContainerInitializer sci,
java.util.Set<java.lang.Class<?>> classes)
Add a ServletContainerInitializer instance to this web application.
|
void |
addServletMapping(java.lang.String pattern,
java.lang.String name)
Deprecated.
|
void |
addServletMapping(java.lang.String pattern,
java.lang.String name,
boolean jspWildCard)
Deprecated.
|
void |
addServletMappingDecoded(java.lang.String pattern,
java.lang.String name)
Add a new servlet mapping, replacing any existing mapping for
the specified pattern.
|
void |
addServletMappingDecoded(java.lang.String pattern,
java.lang.String name,
boolean jspWildCard)
Add a new servlet mapping, replacing any existing mapping for
the specified pattern.
|
java.util.Set<java.lang.String> |
addServletSecurity(ServletRegistration.Dynamic registration,
ServletSecurityElement servletSecurityElement)
Notification that servlet security has been dynamically set in a
ServletRegistration.Dynamic |
void |
addWatchedResource(java.lang.String name)
Add a new watched resource to the set recognized by this Context.
|
void |
addWelcomeFile(java.lang.String name)
Add a new welcome file to the set recognized by this Context.
|
void |
addWrapperLifecycle(java.lang.String listener)
Add the classname of a LifecycleListener to be added to each
Wrapper appended to this Context.
|
void |
addWrapperListener(java.lang.String listener)
Add the classname of a ContainerListener to be added to each
Wrapper appended to this Context.
|
protected java.lang.String |
adjustURLPattern(java.lang.String urlPattern)
Adjust the URL pattern to begin with a leading slash, if appropriate
(i.e. we are running a servlet 2.2 application).
|
void |
backgroundProcess()
Execute a periodic task, such as reloading, etc.
|
java.lang.ClassLoader |
bind(boolean usePrivilegedAction,
java.lang.ClassLoader originalClassLoader)
Change the current thread context class loader to the web application
class loader.
|
protected java.lang.ClassLoader |
bindThread()
Bind current thread, both for CL purposes and for JNDI ENC support
during : startup, shutdown and realoading of the context.
|
Wrapper |
createWrapper()
Factory method to create and return a new Wrapper instance, of
the Java implementation class appropriate for this Context
implementation.
|
protected void |
destroyInternal()
Destroy needs to clean up the context completely.
|
ServletRegistration.Dynamic |
dynamicServletAdded(Wrapper wrapper)
Deprecated.
This will be removed in Tomcat 9. The registration should be
created directly.
|
void |
dynamicServletCreated(Servlet servlet)
Hook to track which Servlets were created via
ServletContext.createServlet(Class) . |
boolean |
filterStart()
Configure and initialize the set of filters for this Context.
|
boolean |
filterStop()
Finalize and release the set of filters for this Context.
|
java.lang.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(java.lang.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.
|
FilterConfig |
findFilterConfig(java.lang.String name)
Find and return the initialized
FilterConfig for the
specified filter name, if any; otherwise return null . |
FilterDef |
findFilterDef(java.lang.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.
|
java.lang.String[] |
findInstanceListeners()
Deprecated.
Will be removed in 8.5.x onwards
|
MessageDestination |
findMessageDestination(java.lang.String name)
Return the message destination with the specified name, if any;
otherwise, return
null . |
MessageDestinationRef |
findMessageDestinationRef(java.lang.String name)
Return the message destination ref with the specified name, if any;
otherwise, return
null . |
MessageDestinationRef[] |
findMessageDestinationRefs()
Return the set of defined message destination refs for this web
application.
|
MessageDestination[] |
findMessageDestinations()
Return the set of defined message destinations for this web
application.
|
java.lang.String |
findMimeMapping(java.lang.String extension)
Return the MIME type to which the specified extension is mapped,
if any; otherwise return
null . |
java.lang.String[] |
findMimeMappings()
Return the extensions for which MIME mappings are defined.
|
java.lang.String |
findParameter(java.lang.String name)
Return the value for the specified context initialization
parameter name, if any; otherwise return
null . |
java.lang.String[] |
findParameters()
Return the names of all defined context initialization parameters
for this Context.
|
java.lang.String |
findPostConstructMethod(java.lang.String clazz)
Returns the method name that is specified as post construct method for
the given class, if it exists; otherwise
NULL will be
returned. |
java.util.Map<java.lang.String,java.lang.String> |
findPostConstructMethods()
Returns a map with keys - fully qualified class names of the classes that
have post construct methods and the values are the corresponding method
names.
|
java.lang.String |
findPreDestroyMethod(java.lang.String clazz)
Returns the method name that is specified as pre destroy method for the
given class, if it exists; otherwise
NULL will be returned. |
java.util.Map<java.lang.String,java.lang.String> |
findPreDestroyMethods()
Returns a map with keys - fully qualified class names of the classes that
have pre destroy methods and the values are the corresponding method
names.
|
java.lang.String |
findRoleMapping(java.lang.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(java.lang.String role)
Return
true if the specified security role is defined
for this application; otherwise return false . |
java.lang.String[] |
findSecurityRoles()
Return the security roles defined for this application.
|
java.lang.String |
findServletMapping(java.lang.String pattern)
Return the servlet name mapped by the specified pattern (if any);
otherwise return
null . |
java.lang.String[] |
findServletMappings()
Return the patterns of all defined servlet mappings for this
Context.
|
java.lang.String |
findStatusPage(int status)
Return the context-relative URI of the error page for the specified
HTTP status code, if any; otherwise return
null . |
int[] |
findStatusPages()
Return the set of HTTP status codes for which error pages have
been specified.
|
java.lang.String[] |
findWatchedResources()
Return the set of watched resources for this Context.
|
boolean |
findWelcomeFile(java.lang.String name)
Return
true if the specified welcome file is defined
for this Context; otherwise return false . |
java.lang.String[] |
findWelcomeFiles()
Return the set of welcome files defined for this Context.
|
java.lang.String[] |
findWrapperLifecycles()
Return the set of LifecycleListener classes that will be added to
newly created Wrappers automatically.
|
java.lang.String[] |
findWrapperListeners()
Return the set of ContainerListener classes that will be added to
newly created Wrappers automatically.
|
boolean |
fireRequestDestroyEvent(ServletRequest request)
Notify all
ServletRequestListener s that a request
has ended. |
boolean |
fireRequestInitEvent(ServletRequest request)
Notify all
ServletRequestListener s that a request
has started. |
boolean |
getAddWebinfClassesResources()
Gets the flag that indicates if /WEB-INF/classes should be treated like
an exploded JAR and JAR resources made available as if they were in a
JAR.
|
boolean |
getAllowCasualMultipartParsing()
Returns
true if requests mapped to servlets without
"multipart config" to parse multipart/form-data requests anyway. |
boolean |
getAllowMultipleLeadingForwardSlashInPath()
When returning a context path from
HttpServletRequest.getContextPath() , is it allowed to
contain multiple leading '/' characters? |
java.lang.String |
getAltDDName()
Return the alternate Deployment Descriptor name.
|
boolean |
getAntiResourceLocking()
Return the antiResourceLocking flag for this Context.
|
java.lang.Object[] |
getApplicationEventListeners()
Obtain the registered application event listeners.
|
java.lang.Object[] |
getApplicationLifecycleListeners()
Obtain the registered application lifecycle listeners.
|
Authenticator |
getAuthenticator()
Obtain the
Authenticator that is used by this context or
null if none is used. |
java.lang.String |
getBaseName()
Return the base name to use for WARs, directories or context.xml files
for this context.
|
java.lang.String |
getCharset(java.util.Locale locale)
Obtain the character set name to use with the given Locale.
|
CharsetMapper |
getCharsetMapper()
Return the Locale to character set mapper for this Context.
|
java.lang.String |
getCharsetMapperClass()
Return the Locale to character set mapper class for this Context.
|
boolean |
getClearReferencesHttpClientKeepAliveThread()
Return the clearReferencesHttpClientKeepAliveThread flag for this
Context.
|
boolean |
getClearReferencesObjectStreamClassCaches() |
boolean |
getClearReferencesRmiTargets() |
boolean |
getClearReferencesStatic()
Deprecated.
This option will be removed in Tomcat 8.5
|
boolean |
getClearReferencesStopThreads()
Return the clearReferencesStopThreads flag for this Context.
|
boolean |
getClearReferencesStopTimerThreads()
Return the clearReferencesStopTimerThreads flag for this Context.
|
protected boolean |
getComputedFailCtxIfServletStartFails() |
java.net.URL |
getConfigFile()
Return the URL of the XML descriptor for this context.
|
boolean |
getConfigured()
Return the "correctly configured" flag for this Context.
|
java.lang.String |
getContainerSciFilter()
Obtains the regular expression that specifies which container provided
SCIs should be filtered out and not used for this context.
|
CookieProcessor |
getCookieProcessor()
Obtains the
CookieProcessor that will be used to process cookies
for this Context. |
boolean |
getCookies()
Return the "use cookies for session ids" flag.
|
boolean |
getCopyXML() |
boolean |
getCrossContext()
Return the "allow crossing servlet contexts" flag.
|
java.lang.String |
getDefaultContextXml() |
java.lang.String |
getDefaultWebXml() |
boolean |
getDelegate()
Return the "follow standard delegation model" flag used to configure
our ClassLoader.
|
boolean |
getDenyUncoveredHttpMethods()
Return the deny-uncovered-http-methods flag for this web application.
|
java.lang.String |
getDeploymentDescriptor()
Deprecated.
The JSR-77 implementation is incomplete and will be removed
in 8.5.x
|
boolean |
getDispatchersUseEncodedPaths()
Are paths used in calls to obtain a request dispatcher expected to be
encoded?
|
java.lang.String |
getDisplayName()
Return the display name of this web application.
|
boolean |
getDistributable()
Return the distributable flag for this web application.
|
java.lang.String |
getDocBase()
Return the document root for this Context.
|
int |
getEffectiveMajorVersion()
Return the effective major version of the Servlet spec used by this
context.
|
int |
getEffectiveMinorVersion()
Return the effective minor version of the Servlet spec used by this
context.
|
java.lang.String |
getEncodedPath()
Return the URL encoded context path, using UTF-8.
|
int |
getErrorCount()
Gets the cumulative error count of all servlets in this
StandardContext.
|
java.lang.Boolean |
getFailCtxIfServletStartFails() |
boolean |
getFireRequestListenersOnForwards()
Determine whether or not requests listeners will be fired on forwards for
this Context.
|
boolean |
getIgnoreAnnotations()
Return the boolean on the annotations parsing.
|
InstanceManager |
getInstanceManager()
Get the instance manager associated with this context.
|
java.lang.String |
getJ2EEApplication() |
java.lang.String |
getJ2EEServer() |
JarScanner |
getJarScanner()
Get the Jar Scanner to be used to scan for JAR resources for this
context.
|
java.lang.String[] |
getJavaVMs() |
boolean |
getJndiExceptionOnFailedWrite()
Returns whether or not an attempt to modify the JNDI context will trigger
an exception or if the request will be ignored.
|
JspConfigDescriptor |
getJspConfigDescriptor()
Obtain the JSP configuration for this context.
|
Loader |
getLoader()
Return the Loader with which this Context is associated.
|
boolean |
getLogEffectiveWebXml()
Should the effective web.xml for this context be logged on context start?
|
LoginConfig |
getLoginConfig()
Return the login configuration descriptor for this web application.
|
Manager |
getManager()
Return the Manager with which this Context is associated.
|
boolean |
getMapperContextRootRedirectEnabled()
Determines if requests for a web application context root will be
redirected (adding a trailing slash) by the Mapper.
|
boolean |
getMapperDirectoryRedirectEnabled()
Determines if requests for a directory will be redirected (adding a
trailing slash) by the Mapper.
|
long |
getMaxTime()
Gets the maximum processing time of all servlets in this
StandardContext.
|
long |
getMinTime()
Gets the minimum processing time of all servlets in this
StandardContext.
|
NamingContextListener |
getNamingContextListener()
Naming context listener accessor.
|
NamingResourcesImpl |
getNamingResources()
Return the naming resources associated with this web application.
|
java.lang.Object |
getNamingToken()
Obtain the token necessary for operations on the associated JNDI naming
context.
|
javax.management.MBeanNotificationInfo[] |
getNotificationInfo() |
protected java.lang.String |
getObjectNameKeyProperties()
Allow sub-classes to specify the key properties component of the
ObjectName that will be used to register this component. |
java.lang.String |
getOriginalDocBase()
Return the original document root for this Context.
|
boolean |
getOverride()
Return the default context override flag for this web application.
|
java.lang.ClassLoader |
getParentClassLoader()
Return the parent class loader (if any) for this web application.
|
java.lang.String |
getPath()
Return the context path for this Context.
|
boolean |
getPaused()
Return the request processing paused flag for this Context.
|
boolean |
getPreemptiveAuthentication()
Determines if a user presents authentication credentials, will the
context will process them when the request is for a non-protected
resource.
|
boolean |
getPrivileged()
Return the privileged flag for this web application.
|
long |
getProcessingTime()
Gets the cumulative processing times of all servlets in this
StandardContext.
|
java.lang.String |
getPublicId()
Return the public identifier of the deployment descriptor DTD that is
currently being parsed.
|
java.lang.String |
getRealPath(java.lang.String path)
Return the real path for a given virtual path, if possible; otherwise
return
null . |
boolean |
getReloadable()
Return the reloadable flag for this web application.
|
boolean |
getRenewThreadsWhenStoppingContext() |
int |
getRequestCount()
Gets the cumulative request count of all servlets in this
StandardContext.
|
java.lang.String |
getResourceOnlyServlets()
Obtains the list of Servlets that expect a resource to be present.
|
WebResourceRoot |
getResources()
Return the Resources with which this Context is associated.
|
boolean |
getSendRedirectBody()
Determines if the context is configured to include a response body as
part of a redirect response.
|
java.lang.String |
getServer() |
ServletContext |
getServletContext()
Return the servlet context for which this Context is a facade.
|
java.lang.String[] |
getServlets()
Deprecated.
The JSR-77 implementation is incomplete and will be removed
in 8.5.x
|
java.lang.String |
getSessionCookieDomain()
Gets the domain to use for session cookies.
|
java.lang.String |
getSessionCookieName()
Gets the name to use for session cookies.
|
java.lang.String |
getSessionCookiePath()
Gets the path to use for session cookies.
|
boolean |
getSessionCookiePathUsesTrailingSlash()
Is a / added to the end of the session cookie path to ensure browsers,
particularly IE, don't send a session cookie for context /foo with
requests intended for context /foobar.
|
int |
getSessionTimeout()
Return the default session timeout (in minutes) for this
web application.
|
long |
getStartTime()
Gets the time this context was started.
|
long |
getStartupTime()
Gets the time (in milliseconds) it took to start this context.
|
boolean |
getSwallowAbortedUploads()
Returns
true if remaining request data will be read
(swallowed) even the request violates a data size constraint. |
boolean |
getSwallowOutput()
Return the value of the swallowOutput flag.
|
ThreadBindingListener |
getThreadBindingListener()
Get the associated ThreadBindingListener.
|
long |
getTldScanTime() |
boolean |
getTldValidation()
Will the parsing of *.tld files for this Context be performed by a
validating parser?
|
long |
getUnloadDelay()
Return the value of the unloadDelay flag.
|
boolean |
getUnpackWAR()
Unpack WAR flag accessor.
|
boolean |
getUseHttpOnly()
Gets the value of the use HttpOnly cookies for session cookies flag.
|
boolean |
getUseRelativeRedirects()
Will HTTP 1.1 and later location headers generated by a call to
HttpServletResponse.sendRedirect(String) use
relative or absolute redirects. |
boolean |
getValidateClientProvidedNewSessionId()
Will client provided session IDs be validated (see
Context.setValidateClientProvidedNewSessionId(boolean) ) before use? |
java.lang.String |
getWebappVersion()
Set the version of this web application - used to differentiate
different versions of the same web application when using parallel
deployment.
|
java.lang.String[] |
getWelcomeFiles()
Return the naming resources associated with this web application.
|
java.lang.String |
getWorkDir()
Return the work directory for this Context.
|
java.lang.String |
getWorkPath()
Get the absolute path to the work dir.
|
java.lang.String |
getWrapperClass()
Return the Java class name of the Wrapper implementation used
for servlets registered in this Context.
|
boolean |
getXmlBlockExternal()
Will the parsing of web.xml, web-fragment.xml, *.tld, *.jspx, *.tagx and
tagplugin.xml files for this Context block the use of external entities?
|
boolean |
getXmlNamespaceAware()
Will the parsing of web.xml and web-fragment.xml files for this Context
be performed by a namespace aware parser?
|
boolean |
getXmlValidation()
Will the parsing of web.xml and web-fragment.xml files for this Context
be performed by a validating parser?
|
protected void |
initInternal()
Sub-classes wishing to perform additional initialization should override
this method, ensuring that super.initInternal() is the first call in the
overriding method.
|
boolean |
isResourceOnlyServlet(java.lang.String servletName)
Checks the named Servlet to see if it expects a resource to be present.
|
boolean |
isServlet22()
Are we processing a version 2.2 deployment descriptor?
|
boolean |
isStateManageable()
Deprecated.
The JSR-77 implementation is incomplete and will be removed
in 8.5.x
|
boolean |
isUseNaming()
Returns true if the internal naming support is used.
|
boolean |
listenerStart()
Configure the set of instantiated application event listeners
for this Context.
|
boolean |
listenerStop()
Send an application stop event to all interested listeners.
|
boolean |
loadOnStartup(Container[] children)
Load and initialize all servlets marked "load on startup" in the
web application deployment descriptor.
|
void |
reload()
Reload this web application, if reloading is supported.
|
void |
removeApplicationListener(java.lang.String listener)
Remove the specified application listener class from the set of
listeners for this application.
|
void |
removeApplicationParameter(java.lang.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(java.lang.String listener)
Deprecated.
Will be removed in 8.5.x onwards
|
void |
removeMessageDestination(java.lang.String name)
Remove any message destination with the specified name.
|
void |
removeMessageDestinationRef(java.lang.String name)
Remove any message destination ref with the specified name.
|
void |
removeMimeMapping(java.lang.String extension)
Remove the MIME mapping for the specified extension, if it exists;
otherwise, no action is taken.
|
void |
removeNotificationListener(javax.management.NotificationListener listener)
Remove a JMX-NotificationListener
|
void |
removeNotificationListener(javax.management.NotificationListener listener,
javax.management.NotificationFilter filter,
java.lang.Object object) |
void |
removeParameter(java.lang.String name)
Remove the context initialization parameter with the specified
name, if it exists; otherwise, no action is taken.
|
void |
removePostConstructMethod(java.lang.String clazz)
Removes the post construct method definition for the given class, if it
exists; otherwise, no action is taken.
|
void |
removePreDestroyMethod(java.lang.String clazz)
Removes the pre destroy method definition for the given class, if it
exists; otherwise, no action is taken.
|
void |
removeRoleMapping(java.lang.String role)
Remove any security role reference for the specified name
|
void |
removeSecurityRole(java.lang.String role)
Remove any security role with the specified name.
|
void |
removeServletMapping(java.lang.String pattern)
Remove any servlet mapping for the specified pattern, if it exists;
otherwise, no action is taken.
|
void |
removeWatchedResource(java.lang.String name)
Remove the specified watched resource name from the list associated
with this Context.
|
void |
removeWelcomeFile(java.lang.String name)
Remove the specified welcome file name from the list recognized
by this Context.
|
void |
removeWrapperLifecycle(java.lang.String listener)
Remove a class name from the set of LifecycleListener classes that
will be added to newly created Wrappers.
|
void |
removeWrapperListener(java.lang.String listener)
Remove a class name from the set of ContainerListener classes that
will be added to newly created Wrappers.
|
void |
resourcesStart()
Allocate resources, including proxy.
|
boolean |
resourcesStop()
Deallocate resources and destroy proxy.
|
void |
setAddWebinfClassesResources(boolean addWebinfClassesResources)
Sets the flag that indicates if /WEB-INF/classes should be treated like
an exploded JAR and JAR resources made available as if they were in a
JAR.
|
void |
setAllowCasualMultipartParsing(boolean allowCasualMultipartParsing)
Set to
true to allow requests mapped to servlets that
do not explicitly declare @MultipartConfig or have
<multipart-config> specified in web.xml to parse
multipart/form-data requests. |
void |
setAllowMultipleLeadingForwardSlashInPath(boolean allowMultipleLeadingForwardSlashInPath)
Configure if, when returning a context path from
HttpServletRequest.getContextPath() , the return value
is allowed to contain multiple leading '/' characters. |
void |
setAltDDName(java.lang.String altDDName)
Set an alternate Deployment Descriptor name.
|
void |
setAntiResourceLocking(boolean antiResourceLocking)
Set the antiResourceLocking feature for this Context.
|
void |
setApplicationEventListeners(java.lang.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(java.lang.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 |
setCharsetMapper(CharsetMapper mapper)
Set the Locale to character set mapper for this Context.
|
void |
setCharsetMapperClass(java.lang.String mapper)
Set the Locale to character set mapper class for this Context.
|
void |
setClearReferencesHttpClientKeepAliveThread(boolean clearReferencesHttpClientKeepAliveThread)
Set the clearReferencesHttpClientKeepAliveThread feature for this
Context.
|
void |
setClearReferencesObjectStreamClassCaches(boolean clearReferencesObjectStreamClassCaches) |
void |
setClearReferencesRmiTargets(boolean clearReferencesRmiTargets) |
void |
setClearReferencesStatic(boolean clearReferencesStatic)
Deprecated.
This option will be removed in Tomcat 8.5
|
void |
setClearReferencesStopThreads(boolean clearReferencesStopThreads)
Set the clearReferencesStopThreads feature for this Context.
|
void |
setClearReferencesStopTimerThreads(boolean clearReferencesStopTimerThreads)
Set the clearReferencesStopTimerThreads feature for this Context.
|
void |
setConfigFile(java.net.URL configFile)
Set the URL of the XML descriptor for this context.
|
void |
setConfigured(boolean configured)
Set the "correctly configured" flag for this Context.
|
void |
setContainerSciFilter(java.lang.String containerSciFilter)
Sets the regular expression that specifies which container provided SCIs
should be filtered out and not used for this context.
|
void |
setCookieProcessor(CookieProcessor cookieProcessor)
Sets the
CookieProcessor that will be used to process cookies
for this Context. |
void |
setCookies(boolean cookies)
Set the "use cookies for session ids" flag.
|
void |
setCopyXML(boolean copyXML) |
void |
setCrossContext(boolean crossContext)
Set the "allow crossing servlet contexts" flag.
|
void |
setDefaultContextXml(java.lang.String defaultContextXml)
Set the location of the default context xml that will be used.
|
void |
setDefaultWebXml(java.lang.String defaultWebXml)
Set the location of the default web xml that will be used.
|
void |
setDelegate(boolean delegate)
Set the "follow standard delegation model" flag used to configure
our ClassLoader.
|
void |
setDenyUncoveredHttpMethods(boolean denyUncoveredHttpMethods)
Set the deny-uncovered-http-methods flag for this web application.
|
void |
setDispatchersUseEncodedPaths(boolean dispatchersUseEncodedPaths)
Are paths used in calls to obtain a request dispatcher expected to be
encoded?
|
void |
setDisplayName(java.lang.String displayName)
Set the display name of this web application.
|
void |
setDistributable(boolean distributable)
Set the distributable flag for this web application.
|
void |
setDocBase(java.lang.String docBase)
Set the document root for this Context.
|
void |
setEffectiveMajorVersion(int effectiveMajorVersion)
Set the effective major version of the Servlet spec used by this
context.
|
void |
setEffectiveMinorVersion(int effectiveMinorVersion)
Set the effective minor version of the Servlet spec used by this
context.
|
void |
setFailCtxIfServletStartFails(java.lang.Boolean failCtxIfServletStartFails) |
void |
setFireRequestListenersOnForwards(boolean enable)
Configure whether or not requests listeners will be fired on forwards for
this Context.
|
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(java.lang.String j2EEApplication) |
void |
setJ2EEServer(java.lang.String j2EEServer) |
void |
setJarScanner(JarScanner jarScanner)
Set the Jar Scanner to be used to scan for JAR resources for this
context.
|
java.lang.String[] |
setJavaVMs(java.lang.String[] javaVMs) |
void |
setJndiExceptionOnFailedWrite(boolean jndiExceptionOnFailedWrite)
Controls whether or not an attempt to modify the JNDI context will
trigger an exception or if the request will be ignored.
|
void |
setJspConfigDescriptor(JspConfigDescriptor descriptor)
Set the JspConfigDescriptor for this context.
|
void |
setLoader(Loader loader)
Set the Loader with which this Context is associated.
|
void |
setLogEffectiveWebXml(boolean logEffectiveWebXml)
Set whether or not the effective web.xml for this context should be
logged on context start.
|
void |
setLoginConfig(LoginConfig config)
Set the login configuration descriptor for this web application.
|
void |
setManager(Manager manager)
Set the Manager with which this Context is associated.
|
void |
setMapperContextRootRedirectEnabled(boolean mapperContextRootRedirectEnabled)
If enabled, requests for a web application context root will be
redirected (adding a trailing slash) by the Mapper.
|
void |
setMapperDirectoryRedirectEnabled(boolean mapperDirectoryRedirectEnabled)
If enabled, requests for a directory will be redirected (adding a
trailing slash) by the Mapper.
|
void |
setNamingContextListener(NamingContextListener namingContextListener)
Naming context listener setter.
|
void |
setNamingResources(NamingResourcesImpl namingResources)
Set the naming resources for this web application.
|
void |
setOriginalDocBase(java.lang.String docBase)
Set the original document root for this Context.
|
void |
setOverride(boolean override)
Set the default context override flag for this web application.
|
void |
setPath(java.lang.String path)
Set the context path for this Context.
|
void |
setPreemptiveAuthentication(boolean preemptiveAuthentication)
Configures if a user presents authentication credentials, whether the
context will process them when the request is for a non-protected
resource.
|
void |
setPrivileged(boolean privileged)
Set the privileged flag for this web application.
|
void |
setPublicId(java.lang.String publicId)
Set the public identifier of the deployment descriptor DTD that is
currently being parsed.
|
void |
setReloadable(boolean reloadable)
Set the reloadable flag for this web application.
|
void |
setRenewThreadsWhenStoppingContext(boolean renewThreadsWhenStoppingContext) |
void |
setReplaceWelcomeFiles(boolean replaceWelcomeFiles)
Set the "replace welcome files" property.
|
void |
setResourceOnlyServlets(java.lang.String resourceOnlyServlets)
Sets the (comma separated) list of Servlets that expect a resource to be
present.
|
void |
setResources(WebResourceRoot resources)
Set the Resources object with which this Context is associated.
|
void |
setSendRedirectBody(boolean sendRedirectBody)
Configures if a response body is included when a redirect response is
sent to the client.
|
java.lang.String |
setServer(java.lang.String server) |
void |
setSessionCookieDomain(java.lang.String sessionCookieDomain)
Sets the domain to use for session cookies.
|
void |
setSessionCookieName(java.lang.String sessionCookieName)
Sets the name to use for session cookies.
|
void |
setSessionCookiePath(java.lang.String sessionCookiePath)
Sets the path to use for session cookies.
|
void |
setSessionCookiePathUsesTrailingSlash(boolean sessionCookiePathUsesTrailingSlash)
Configures if a / is added to the end of the session cookie path to
ensure browsers, particularly IE, don't send a session cookie for context
/foo with requests intended for context /foobar.
|
void |
setSessionTimeout(int timeout)
Set the default session timeout (in minutes) for this
web application.
|
void |
setStartupTime(long startupTime) |
void |
setSwallowAbortedUploads(boolean swallowAbortedUploads)
Set to
false to disable request data swallowing
after an upload was aborted due to size constraints. |
void |
setSwallowOutput(boolean swallowOutput)
Set the value of the swallowOutput flag.
|
void |
setThreadBindingListener(ThreadBindingListener threadBindingListener)
Get the associated ThreadBindingListener.
|
void |
setTldScanTime(long tldScanTime) |
void |
setTldValidation(boolean tldValidation)
Controls whether the parsing of *.tld files for this Context will be
performed by a validating parser.
|
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 |
setUnpackWAR(boolean unpackWAR)
Unpack WAR flag mutator.
|
void |
setUseHttpOnly(boolean useHttpOnly)
Sets the use HttpOnly cookies for session cookies flag.
|
void |
setUseNaming(boolean useNaming)
Enables or disables naming.
|
void |
setUseRelativeRedirects(boolean useRelativeRedirects)
Controls whether HTTP 1.1 and later location headers generated by a call
to
HttpServletResponse.sendRedirect(String)
will use relative or absolute redirects. |
void |
setValidateClientProvidedNewSessionId(boolean validateClientProvidedNewSessionId)
When a client provides the ID for a new session, should that ID be
validated?
|
void |
setWebappVersion(java.lang.String webappVersion)
Set the version of this web application - used to differentiate
different versions of the same web application when using parallel
deployment.
|
void |
setWorkDir(java.lang.String workDir)
Set the work directory for this Context.
|
void |
setWrapperClass(java.lang.String wrapperClassName)
Set the Java class name of the Wrapper implementation used
for servlets registered in this Context.
|
void |
setXmlBlockExternal(boolean xmlBlockExternal)
Controls whether the parsing of web.xml, web-fragment.xml, *.tld, *.jspx,
*.tagx and tagplugin.xml files for this Context will block the use of
external entities.
|
void |
setXmlNamespaceAware(boolean webXmlNamespaceAware)
Controls whether the parsing of web.xml and web-fragment.xml files for
this Context will be performed by a namespace aware parser.
|
void |
setXmlValidation(boolean webXmlValidation)
Controls whether the parsing of web.xml and web-fragment.xml files
for this Context will be performed by a validating parser.
|
protected void |
startInternal()
Start this component and implement the requirements
of
LifecycleBase.startInternal() . |
protected void |
stopInternal()
Stop this component and implement the requirements
of
LifecycleBase.stopInternal() . |
java.lang.String |
toString()
Return a String representation of this component.
|
void |
unbind(boolean usePrivilegedAction,
java.lang.ClassLoader originalClassLoader)
Restore the current thread context class loader to the original class
loader in used before
ContextBind.bind(boolean, ClassLoader) was called. |
protected void |
unbindThread(java.lang.ClassLoader oldContextClassLoader)
Unbind thread.
|
boolean |
wasCreatedDynamicServlet(Servlet servlet) |
addContainerListener, addPropertyChangeListener, addValve, findChild, findChildren, findContainerListeners, fireContainerEvent, getAccessLog, getBackgroundProcessorDelay, getCatalinaBase, getCatalinaHome, getChildren, getCluster, getClusterInternal, getDomainInternal, getLogger, getLogName, getMBeanKeyProperties, getName, getParent, getPipeline, getRealm, getRealmInternal, getStartChildren, getStartStopThreads, logAccess, removeContainerListener, removePropertyChangeListener, setBackgroundProcessorDelay, setCluster, setName, setParent, setParentClassLoader, setRealm, setStartChildren, setStartStopThreads, threadStart, threadStop
getDomain, getObjectName, postDeregister, postRegister, preDeregister, preRegister, register, setDomain, unregister
addLifecycleListener, destroy, findLifecycleListeners, fireLifecycleEvent, getState, getStateName, init, removeLifecycleListener, setState, setState, start, stop
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addContainerListener, addPropertyChangeListener, findChild, findChildren, findContainerListeners, fireContainerEvent, getAccessLog, getBackgroundProcessorDelay, getCatalinaBase, getCatalinaHome, getCluster, getDomain, getLogger, getLogName, getMBeanKeyProperties, getName, getObjectName, getParent, getPipeline, getRealm, getStartStopThreads, logAccess, removeContainerListener, removePropertyChangeListener, setBackgroundProcessorDelay, setCluster, setName, setParent, setParentClassLoader, setRealm, setStartStopThreads
addLifecycleListener, destroy, findLifecycleListeners, getState, getStateName, init, removeLifecycleListener, start, stop
protected boolean allowCasualMultipartParsing
protected ApplicationContext context
protected Manager manager
protected static final ThreadBindingListener DEFAULT_NAMING_LISTENER
protected ThreadBindingListener threadBindingListener
public StandardContext()
public void setAllowMultipleLeadingForwardSlashInPath(boolean allowMultipleLeadingForwardSlashInPath)
Context
HttpServletRequest.getContextPath()
, the return value
is allowed to contain multiple leading '/' characters.setAllowMultipleLeadingForwardSlashInPath
in interface Context
allowMultipleLeadingForwardSlashInPath
- The new value for the flagpublic boolean getAllowMultipleLeadingForwardSlashInPath()
Context
HttpServletRequest.getContextPath()
, is it allowed to
contain multiple leading '/' characters?getAllowMultipleLeadingForwardSlashInPath
in interface Context
true
if multiple leading '/' characters are allowed,
otherwise false
public void setDispatchersUseEncodedPaths(boolean dispatchersUseEncodedPaths)
Context
setDispatchersUseEncodedPaths
in interface Context
dispatchersUseEncodedPaths
- true
to use encoded paths,
otherwise false
public boolean getDispatchersUseEncodedPaths()
The default value for this implementation is true
.
getDispatchersUseEncodedPaths
in interface Context
true
if encoded paths will be used, otherwise
false
public void setUseRelativeRedirects(boolean useRelativeRedirects)
Context
HttpServletResponse.sendRedirect(String)
will use relative or absolute redirects.
Relative redirects are more efficient but may not work with reverse proxies that change the context path. It should be noted that it is not recommended to use a reverse proxy to change the context path because of the multiple issues it creates.
Absolute redirects should work with reverse proxies that change the
context path but may cause issues with the
RemoteIpFilter
if the filter is
changing the scheme and/or port.
setUseRelativeRedirects
in interface Context
useRelativeRedirects
- true
to use relative redirects and
false
to use absolute redirectspublic boolean getUseRelativeRedirects()
HttpServletResponse.sendRedirect(String)
use
relative or absolute redirects.
The default value for this implementation is true
.
getUseRelativeRedirects
in interface Context
true
if relative redirects will be used false
if
absolute redirects are used.Context.setUseRelativeRedirects(boolean)
public void setMapperContextRootRedirectEnabled(boolean mapperContextRootRedirectEnabled)
Context
setMapperContextRootRedirectEnabled
in interface Context
mapperContextRootRedirectEnabled
- Should the redirects be enabled?public boolean getMapperContextRootRedirectEnabled()
The default value for this implementation is false
.
getMapperContextRootRedirectEnabled
in interface Context
true
if the Mapper level redirect is enabled for this
Context.public void setMapperDirectoryRedirectEnabled(boolean mapperDirectoryRedirectEnabled)
Context
setMapperDirectoryRedirectEnabled
in interface Context
mapperDirectoryRedirectEnabled
- Should the redirects be enabled?public boolean getMapperDirectoryRedirectEnabled()
The default value for this implementation is false
.
getMapperDirectoryRedirectEnabled
in interface Context
true
if the Mapper level redirect is enabled for this
Context.public void setValidateClientProvidedNewSessionId(boolean validateClientProvidedNewSessionId)
Context
/
setValidateClientProvidedNewSessionId
in interface Context
validateClientProvidedNewSessionId
- true
if validation should be appliedpublic boolean getValidateClientProvidedNewSessionId()
Context.setValidateClientProvidedNewSessionId(boolean)
) before use?
The default value for this implementation is true
.
getValidateClientProvidedNewSessionId
in interface Context
true
if validation will be applied. Otherwise, false
public void setCookieProcessor(CookieProcessor cookieProcessor)
Context
CookieProcessor
that will be used to process cookies
for this Context.setCookieProcessor
in interface Context
cookieProcessor
- The new cookie processorpublic CookieProcessor getCookieProcessor()
Context
CookieProcessor
that will be used to process cookies
for this Context.getCookieProcessor
in interface Context
public java.lang.Object getNamingToken()
Context
getNamingToken
in interface Context
public void setContainerSciFilter(java.lang.String containerSciFilter)
Context
Matcher.find()
so the regular expression only has
to match a sub-string of the fully qualified class name of the container
provided SCI for it to be filtered out.setContainerSciFilter
in interface Context
containerSciFilter
- The regular expression against which the fully
qualified class name of each container provided
SCI should be checkedpublic java.lang.String getContainerSciFilter()
Context
Matcher.find()
so the regular expression only has
to match a sub-string of the fully qualified class name of the container
provided SCI for it to be filtered out.getContainerSciFilter
in interface Context
public boolean getSendRedirectBody()
Context
getSendRedirectBody
in interface Context
public void setSendRedirectBody(boolean sendRedirectBody)
Context
setSendRedirectBody
in interface Context
public boolean getPreemptiveAuthentication()
Context
getPreemptiveAuthentication
in interface Context
public void setPreemptiveAuthentication(boolean preemptiveAuthentication)
Context
setPreemptiveAuthentication
in interface Context
public void setFireRequestListenersOnForwards(boolean enable)
Context
setFireRequestListenersOnForwards
in interface Context
public boolean getFireRequestListenersOnForwards()
Context
getFireRequestListenersOnForwards
in interface Context
public void setAddWebinfClassesResources(boolean addWebinfClassesResources)
Context
setAddWebinfClassesResources
in interface Context
addWebinfClassesResources
- The new value for the flagpublic boolean getAddWebinfClassesResources()
Context
getAddWebinfClassesResources
in interface Context
public void setWebappVersion(java.lang.String webappVersion)
Context
setWebappVersion
in interface Context
public java.lang.String getWebappVersion()
Context
getWebappVersion
in interface Context
public java.lang.String getBaseName()
Context
getBaseName
in interface Context
public java.lang.String getResourceOnlyServlets()
Context
getResourceOnlyServlets
in interface Context
public void setResourceOnlyServlets(java.lang.String resourceOnlyServlets)
Context
setResourceOnlyServlets
in interface Context
public boolean isResourceOnlyServlet(java.lang.String servletName)
Context
isResourceOnlyServlet
in interface Context
servletName
- Name of the Servlet (as per web.xml) to checktrue
if the Servlet expects a resource,
otherwise false
public int getEffectiveMajorVersion()
Context
getEffectiveMajorVersion
in interface Context
public void setEffectiveMajorVersion(int effectiveMajorVersion)
Context
setEffectiveMajorVersion
in interface Context
public int getEffectiveMinorVersion()
Context
getEffectiveMinorVersion
in interface Context
public void setEffectiveMinorVersion(int effectiveMinorVersion)
Context
setEffectiveMinorVersion
in interface Context
public void setLogEffectiveWebXml(boolean logEffectiveWebXml)
Context
setLogEffectiveWebXml
in interface Context
public boolean getLogEffectiveWebXml()
Context
getLogEffectiveWebXml
in interface Context
public Authenticator getAuthenticator()
Context
Authenticator
that is used by this context or
null
if none is used.getAuthenticator
in interface Context
public JarScanner getJarScanner()
Context
getJarScanner
in interface Context
public void setJarScanner(JarScanner jarScanner)
Context
setJarScanner
in interface Context
jarScanner
- The Jar Scanner to be used for this context.public InstanceManager getInstanceManager()
Context
getInstanceManager
in interface Context
public void setInstanceManager(InstanceManager instanceManager)
Context
setInstanceManager
in interface Context
public java.lang.String getEncodedPath()
Context
getEncodedPath
in interface Context
public void setAllowCasualMultipartParsing(boolean allowCasualMultipartParsing)
true
to allow requests mapped to servlets that
do not explicitly declare @MultipartConfig or have
<multipart-config> specified in web.xml to parse
multipart/form-data requests.setAllowCasualMultipartParsing
in interface Context
allowCasualMultipartParsing
- true
to allow such
casual parsing, false
otherwise.public boolean getAllowCasualMultipartParsing()
true
if requests mapped to servlets without
"multipart config" to parse multipart/form-data requests anyway.getAllowCasualMultipartParsing
in interface Context
true
if requests mapped to servlets without
"multipart config" to parse multipart/form-data requests,
false
otherwise.public void setSwallowAbortedUploads(boolean swallowAbortedUploads)
false
to disable request data swallowing
after an upload was aborted due to size constraints.setSwallowAbortedUploads
in interface Context
swallowAbortedUploads
- false
to disable
swallowing, true
otherwise (default).public boolean getSwallowAbortedUploads()
true
if remaining request data will be read
(swallowed) even the request violates a data size constraint.getSwallowAbortedUploads
in interface Context
true
if data will be swallowed (default),
false
otherwise.public void addServletContainerInitializer(ServletContainerInitializer sci, java.util.Set<java.lang.Class<?>> classes)
addServletContainerInitializer
in interface Context
sci
- The instance to addclasses
- The classes in which the initializer expressed an
interestpublic boolean getDelegate()
public void setDelegate(boolean delegate)
delegate
- The new flagpublic boolean isUseNaming()
public void setUseNaming(boolean useNaming)
public java.lang.Object[] getApplicationEventListeners()
Context
getApplicationEventListeners
in interface Context
public void setApplicationEventListeners(java.lang.Object[] listeners)
setApplicationEventListeners
in interface Context
listeners
- The set of instantiated listener objects.public void addApplicationEventListener(java.lang.Object listener)
listener
- The listener to addpublic java.lang.Object[] getApplicationLifecycleListeners()
Context
getApplicationLifecycleListeners
in interface Context
public void setApplicationLifecycleListeners(java.lang.Object[] listeners)
setApplicationLifecycleListeners
in interface Context
listeners
- The set of instantiated listener objects.public void addApplicationLifecycleListener(java.lang.Object listener)
public boolean getAntiResourceLocking()
public void setAntiResourceLocking(boolean antiResourceLocking)
antiResourceLocking
- The new flag valuepublic CharsetMapper getCharsetMapper()
public void setCharsetMapper(CharsetMapper mapper)
mapper
- The new mapperpublic java.lang.String getCharset(java.util.Locale locale)
Context
getCharset
in interface Context
locale
- The locale for which the mapped character set should be
returnedpublic java.net.URL getConfigFile()
Context
getConfigFile
in interface Context
public void setConfigFile(java.net.URL configFile)
Context
setConfigFile
in interface Context
configFile
- The URL of the XML descriptor for this context.public boolean getConfigured()
Context
getConfigured
in interface Context
true
if the Context has been correctly configured,
otherwise false
public void setConfigured(boolean configured)
setConfigured
in interface Context
configured
- The new correctly configured flagpublic boolean getCookies()
Context
getCookies
in interface Context
true
if it is permitted to use cookies to track
session IDs for this web application, otherwise
false
public void setCookies(boolean cookies)
setCookies
in interface Context
cookies
- The new flagpublic java.lang.String getSessionCookieName()
getSessionCookieName
in interface Context
public void setSessionCookieName(java.lang.String sessionCookieName)
setSessionCookieName
in interface Context
sessionCookieName
- The name to usepublic boolean getUseHttpOnly()
getUseHttpOnly
in interface Context
true
if the HttpOnly flag should be set on session
cookiespublic void setUseHttpOnly(boolean useHttpOnly)
setUseHttpOnly
in interface Context
useHttpOnly
- Set to true
to use HttpOnly cookies
for session cookiespublic java.lang.String getSessionCookieDomain()
getSessionCookieDomain
in interface Context
public void setSessionCookieDomain(java.lang.String sessionCookieDomain)
setSessionCookieDomain
in interface Context
sessionCookieDomain
- The domain to usepublic java.lang.String getSessionCookiePath()
getSessionCookiePath
in interface Context
public void setSessionCookiePath(java.lang.String sessionCookiePath)
setSessionCookiePath
in interface Context
sessionCookiePath
- The path to usepublic boolean getSessionCookiePathUsesTrailingSlash()
Context
getSessionCookiePathUsesTrailingSlash
in interface Context
true
if the slash is added, otherwise
false
public void setSessionCookiePathUsesTrailingSlash(boolean sessionCookiePathUsesTrailingSlash)
Context
setSessionCookiePathUsesTrailingSlash
in interface Context
sessionCookiePathUsesTrailingSlash
- true
if the
slash is should be added,
otherwise false
public boolean getCrossContext()
Context
getCrossContext
in interface Context
true
if cross-contest requests are allowed from this
web applications, otherwise false
public void setCrossContext(boolean crossContext)
setCrossContext
in interface Context
crossContext
- The new cross contexts flagpublic java.lang.String getDefaultContextXml()
public void setDefaultContextXml(java.lang.String defaultContextXml)
defaultContextXml
- The default web xmlpublic java.lang.String getDefaultWebXml()
public void setDefaultWebXml(java.lang.String defaultWebXml)
defaultWebXml
- The default web xmlpublic long getStartupTime()
public void setStartupTime(long startupTime)
public long getTldScanTime()
public void setTldScanTime(long tldScanTime)
public boolean getDenyUncoveredHttpMethods()
Context
getDenyUncoveredHttpMethods
in interface Context
public void setDenyUncoveredHttpMethods(boolean denyUncoveredHttpMethods)
Context
setDenyUncoveredHttpMethods
in interface Context
denyUncoveredHttpMethods
- The new deny-uncovered-http-methods flagpublic java.lang.String getDisplayName()
getDisplayName
in interface Context
public java.lang.String getAltDDName()
getAltDDName
in interface Context
public void setAltDDName(java.lang.String altDDName)
setAltDDName
in interface Context
public void setDisplayName(java.lang.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 java.lang.String getDocBase()
getDocBase
in interface Context
public void setDocBase(java.lang.String docBase)
setDocBase
in interface Context
docBase
- The new document rootpublic java.lang.String getJ2EEApplication()
public void setJ2EEApplication(java.lang.String j2EEApplication)
public java.lang.String getJ2EEServer()
public void setJ2EEServer(java.lang.String j2EEServer)
public Loader getLoader()
Context
public void setLoader(Loader loader)
Context
public Manager getManager()
Context
null
.getManager
in interface Context
public void setManager(Manager manager)
Context
setManager
in interface Context
manager
- The newly associated Managerpublic boolean getIgnoreAnnotations()
getIgnoreAnnotations
in interface Context
public void setIgnoreAnnotations(boolean ignoreAnnotations)
setIgnoreAnnotations
in interface Context
ignoreAnnotations
- The boolean on the annotations parsingpublic LoginConfig getLoginConfig()
getLoginConfig
in interface Context
public void setLoginConfig(LoginConfig config)
setLoginConfig
in interface Context
config
- The new login configurationpublic NamingResourcesImpl getNamingResources()
getNamingResources
in interface Context
public void setNamingResources(NamingResourcesImpl namingResources)
setNamingResources
in interface Context
namingResources
- The new naming resourcespublic java.lang.String getPath()
public void setPath(java.lang.String path)
public java.lang.String getPublicId()
getPublicId
in interface Context
public void setPublicId(java.lang.String publicId)
setPublicId
in interface Context
publicId
- The public identifierpublic boolean getReloadable()
getReloadable
in interface Context
public boolean getOverride()
getOverride
in interface Context
public java.lang.String getOriginalDocBase()
public void setOriginalDocBase(java.lang.String docBase)
docBase
- The original document rootpublic java.lang.ClassLoader getParentClassLoader()
getParentClassLoader
in interface Container
getParentClassLoader
in class ContainerBase
Container.getParent()
.Container.getParentClassLoader()
. If no
parent has been set, return the system class loader.public boolean getPrivileged()
getPrivileged
in interface Context
public void setPrivileged(boolean privileged)
setPrivileged
in interface Context
privileged
- The new privileged flagpublic void setReloadable(boolean reloadable)
setReloadable
in interface Context
reloadable
- The new reloadable flagpublic void setOverride(boolean override)
setOverride
in interface Context
override
- The new override flagpublic void setReplaceWelcomeFiles(boolean replaceWelcomeFiles)
replaceWelcomeFiles
- The new property valuepublic 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 boolean getSwallowOutput()
getSwallowOutput
in interface Context
public void setSwallowOutput(boolean swallowOutput)
setSwallowOutput
in interface Context
swallowOutput
- The new valuepublic long getUnloadDelay()
public void setUnloadDelay(long unloadDelay)
unloadDelay
- The new valuepublic boolean getUnpackWAR()
public void setUnpackWAR(boolean unpackWAR)
public boolean getCopyXML()
public void setCopyXML(boolean copyXML)
public java.lang.String getWrapperClass()
getWrapperClass
in interface Context
public void setWrapperClass(java.lang.String wrapperClassName)
setWrapperClass
in interface Context
wrapperClassName
- The new wrapper class namejava.lang.IllegalArgumentException
- if the specified wrapper class
cannot be found or is not a subclass of StandardWrapperpublic WebResourceRoot getResources()
Context
getResources
in interface Context
public void setResources(WebResourceRoot resources)
Context
setResources
in interface Context
resources
- The newly associated Resourcespublic JspConfigDescriptor getJspConfigDescriptor()
Context
getJspConfigDescriptor
in interface Context
public void setJspConfigDescriptor(JspConfigDescriptor descriptor)
Context
setJspConfigDescriptor
in interface Context
public ThreadBindingListener getThreadBindingListener()
Context
getThreadBindingListener
in interface Context
public void setThreadBindingListener(ThreadBindingListener threadBindingListener)
Context
setThreadBindingListener
in interface Context
public boolean getJndiExceptionOnFailedWrite()
public void setJndiExceptionOnFailedWrite(boolean jndiExceptionOnFailedWrite)
jndiExceptionOnFailedWrite
- public java.lang.String getCharsetMapperClass()
public void setCharsetMapperClass(java.lang.String mapper)
mapper
- The new mapper classpublic java.lang.String getWorkPath()
public java.lang.String getWorkDir()
public void setWorkDir(java.lang.String workDir)
workDir
- The new work directorypublic boolean getClearReferencesRmiTargets()
public void setClearReferencesRmiTargets(boolean clearReferencesRmiTargets)
@Deprecated public boolean getClearReferencesStatic()
@Deprecated public void setClearReferencesStatic(boolean clearReferencesStatic)
clearReferencesStatic
- The new flag valuepublic boolean getClearReferencesStopThreads()
public void setClearReferencesStopThreads(boolean clearReferencesStopThreads)
clearReferencesStopThreads
- The new flag valuepublic boolean getClearReferencesStopTimerThreads()
public void setClearReferencesStopTimerThreads(boolean clearReferencesStopTimerThreads)
clearReferencesStopTimerThreads
- The new flag valuepublic boolean getClearReferencesHttpClientKeepAliveThread()
public void setClearReferencesHttpClientKeepAliveThread(boolean clearReferencesHttpClientKeepAliveThread)
clearReferencesHttpClientKeepAliveThread
- The new flag valuepublic boolean getRenewThreadsWhenStoppingContext()
public void setRenewThreadsWhenStoppingContext(boolean renewThreadsWhenStoppingContext)
public boolean getClearReferencesObjectStreamClassCaches()
public void setClearReferencesObjectStreamClassCaches(boolean clearReferencesObjectStreamClassCaches)
public java.lang.Boolean getFailCtxIfServletStartFails()
public void setFailCtxIfServletStartFails(java.lang.Boolean failCtxIfServletStartFails)
protected boolean getComputedFailCtxIfServletStartFails()
public void addApplicationListener(java.lang.String listener)
addApplicationListener
in interface Context
listener
- Java class name of a listener classpublic 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 addedjava.lang.IllegalArgumentException
- 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 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 addedjava.lang.IllegalArgumentException
- 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 addedjava.lang.IllegalArgumentException
- if the specified filter name
does not match an existing filter definition, or the filter mapping
is malformed@Deprecated public void addInstanceListener(java.lang.String listener)
addInstanceListener
in interface Context
listener
- Java class name of an InstanceListener classpublic void addLocaleEncodingMappingParameter(java.lang.String locale, java.lang.String encoding)
addLocaleEncodingMappingParameter
in interface Context
locale
- locale to map an encoding forencoding
- encoding to be used for a give localepublic void addMessageDestination(MessageDestination md)
md
- New message destinationpublic void addMessageDestinationRef(MessageDestinationRef mdr)
mdr
- New message destination referencepublic void addMimeMapping(java.lang.String extension, java.lang.String mimeType)
addMimeMapping
in interface Context
extension
- Filename extension being mappedmimeType
- Corresponding MIME typepublic void addParameter(java.lang.String name, java.lang.String value)
addParameter
in interface Context
name
- Name of the new parametervalue
- Value of the new parameterjava.lang.IllegalArgumentException
- if the name or value is missing,
or if this context initialization parameter has already been
registeredpublic void addRoleMapping(java.lang.String role, java.lang.String link)
addRoleMapping
in interface Context
role
- Security role used in the applicationlink
- Actual security role to check forpublic void addSecurityRole(java.lang.String role)
addSecurityRole
in interface Context
role
- New security role@Deprecated public void addServletMapping(java.lang.String pattern, java.lang.String name)
Context
addServletMapping
in interface Context
pattern
- URL pattern to be mapped. The pattern will be % decoded
using UTF-8name
- Name of the corresponding servlet to execute@Deprecated public void addServletMapping(java.lang.String pattern, java.lang.String name, boolean jspWildCard)
Context
addServletMapping
in interface Context
pattern
- URL pattern to be mapped. The pattern will be %
decoded using UTF-8name
- Name of the corresponding servlet to executejspWildCard
- true if name identifies the JspServlet and pattern
contains a wildcard; false otherwisepublic void addServletMappingDecoded(java.lang.String pattern, java.lang.String name)
Context
addServletMappingDecoded
in interface Context
pattern
- URL pattern to be mappedname
- Name of the corresponding servlet to executepublic void addServletMappingDecoded(java.lang.String pattern, java.lang.String name, boolean jspWildCard)
Context
addServletMappingDecoded
in interface Context
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 otherwisepublic void addWatchedResource(java.lang.String name)
addWatchedResource
in interface Context
name
- New watched resource file namepublic void addWelcomeFile(java.lang.String name)
addWelcomeFile
in interface Context
name
- New welcome file namepublic void addWrapperLifecycle(java.lang.String listener)
addWrapperLifecycle
in interface Context
listener
- Java class name of a LifecycleListener classpublic void addWrapperListener(java.lang.String listener)
addWrapperListener
in interface Context
listener
- Java class name of a ContainerListener classpublic Wrapper createWrapper()
createWrapper
in interface Context
public java.lang.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(java.lang.String exceptionType)
null
.findErrorPage
in interface Context
exceptionType
- Exception type to look uppublic ErrorPage[] findErrorPages()
findErrorPages
in interface Context
public FilterDef findFilterDef(java.lang.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
@Deprecated public java.lang.String[] findInstanceListeners()
findInstanceListeners
in interface Context
public MessageDestination findMessageDestination(java.lang.String name)
null
.name
- Name of the desired message destinationpublic MessageDestination[] findMessageDestinations()
public MessageDestinationRef findMessageDestinationRef(java.lang.String name)
null
.name
- Name of the desired message destination refpublic MessageDestinationRef[] findMessageDestinationRefs()
public java.lang.String findMimeMapping(java.lang.String extension)
null
.findMimeMapping
in interface Context
extension
- Extension to map to a MIME typepublic java.lang.String[] findMimeMappings()
findMimeMappings
in interface Context
public java.lang.String findParameter(java.lang.String name)
null
.findParameter
in interface Context
name
- Name of the parameter to returnpublic java.lang.String[] findParameters()
findParameters
in interface Context
public java.lang.String findRoleMapping(java.lang.String role)
findRoleMapping
in interface Context
role
- Security role to mappublic boolean findSecurityRole(java.lang.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 java.lang.String[] findSecurityRoles()
findSecurityRoles
in interface Context
public java.lang.String findServletMapping(java.lang.String pattern)
null
.findServletMapping
in interface Context
pattern
- Pattern for which a mapping is requestedpublic java.lang.String[] findServletMappings()
findServletMappings
in interface Context
public java.lang.String findStatusPage(int status)
null
.findStatusPage
in interface Context
status
- HTTP status code to look uppublic int[] findStatusPages()
findStatusPages
in interface Context
public boolean findWelcomeFile(java.lang.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 java.lang.String[] findWatchedResources()
findWatchedResources
in interface Context
public java.lang.String[] findWelcomeFiles()
findWelcomeFiles
in interface Context
public java.lang.String[] findWrapperLifecycles()
findWrapperLifecycles
in interface Context
public java.lang.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 and changes to the web.xml file. It does not handle
changes to any context.xml file. If the context.xml has changed, you
should stop this Context and create (and start) a new Context instance
instead. Note that there is additional code in
CoyoteAdapter#postParseRequest()
to handle mapping requests
to paused Contexts.
public void removeApplicationListener(java.lang.String listener)
removeApplicationListener
in interface Context
listener
- Java class name of the listener to be removedpublic void removeApplicationParameter(java.lang.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 addedjava.lang.IllegalArgumentException
- 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 removed@Deprecated public void removeInstanceListener(java.lang.String listener)
removeInstanceListener
in interface Context
listener
- Class name of an InstanceListener class to be removedpublic void removeMessageDestination(java.lang.String name)
name
- Name of the message destination to removepublic void removeMessageDestinationRef(java.lang.String name)
name
- Name of the message destination ref to removepublic void removeMimeMapping(java.lang.String extension)
removeMimeMapping
in interface Context
extension
- Extension to remove the mapping forpublic void removeParameter(java.lang.String name)
removeParameter
in interface Context
name
- Name of the parameter to removepublic void removeRoleMapping(java.lang.String role)
removeRoleMapping
in interface Context
role
- Security role (as used in the application) to removepublic void removeSecurityRole(java.lang.String role)
removeSecurityRole
in interface Context
role
- Security role to removepublic void removeServletMapping(java.lang.String pattern)
removeServletMapping
in interface Context
pattern
- URL pattern of the mapping to removepublic void removeWatchedResource(java.lang.String name)
removeWatchedResource
in interface Context
name
- Name of the watched resource to be removedpublic void removeWelcomeFile(java.lang.String name)
removeWelcomeFile
in interface Context
name
- Name of the welcome file to be removedpublic void removeWrapperLifecycle(java.lang.String listener)
removeWrapperLifecycle
in interface Context
listener
- Class name of a LifecycleListener class to be removedpublic void removeWrapperListener(java.lang.String listener)
removeWrapperListener
in interface Context
listener
- Class name of a ContainerListener class to be removedpublic long getProcessingTime()
public long getMaxTime()
public long getMinTime()
public int getRequestCount()
public int getErrorCount()
public java.lang.String getRealPath(java.lang.String path)
null
.getRealPath
in interface Context
path
- The path to the desired resource@Deprecated public ServletRegistration.Dynamic dynamicServletAdded(Wrapper wrapper)
wrapper
- The wrapper for which the registration should be created.public void dynamicServletCreated(Servlet servlet)
ServletContext.createServlet(Class)
.servlet
- the created Servletpublic boolean wasCreatedDynamicServlet(Servlet servlet)
public boolean filterStart()
true
if all filter initialization completed
successfully, or false
otherwise.public boolean filterStop()
true
if all filter finalization completed
successfully, or false
otherwise.public FilterConfig findFilterConfig(java.lang.String name)
FilterConfig
for the
specified filter name, if any; otherwise return null
.name
- Name of the desired filterpublic 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 void resourcesStart() throws LifecycleException
true
if initialization was successfull,
or false
otherwise.LifecycleException
public boolean resourcesStop()
public boolean loadOnStartup(Container[] children)
children
- Array of wrappers for all currently defined
servlets (including those not declared load on startup)protected void startInternal() throws LifecycleException
LifecycleBase.startInternal()
.startInternal
in class ContainerBase
LifecycleException
- if this component detects a fatal error
that prevents this component from being usedprotected void stopInternal() throws LifecycleException
LifecycleBase.stopInternal()
.stopInternal
in class ContainerBase
LifecycleException
- if this component detects a fatal error
that prevents this component from being usedprotected void destroyInternal() throws LifecycleException
destroyInternal
in class ContainerBase
LifecycleException
public void backgroundProcess()
ContainerBase
backgroundProcess
in interface Container
backgroundProcess
in class ContainerBase
public java.lang.String toString()
toString
in class java.lang.Object
protected java.lang.String adjustURLPattern(java.lang.String urlPattern)
urlPattern
- The URL pattern to be adjusted (if needed)
and returnedpublic boolean isServlet22()
isServlet22
in interface Context
public java.util.Set<java.lang.String> addServletSecurity(ServletRegistration.Dynamic registration, ServletSecurityElement servletSecurityElement)
Context
ServletRegistration.Dynamic
addServletSecurity
in interface Context
registration
- servlet security was modified forservletSecurityElement
- new security constraints for this servletprotected java.lang.ClassLoader bindThread()
protected void unbindThread(java.lang.ClassLoader oldContextClassLoader)
public java.lang.ClassLoader bind(boolean usePrivilegedAction, java.lang.ClassLoader originalClassLoader)
ContextBind
ThreadBindingListener
is configured then
ThreadBindingListener.bind()
will be called
after the change has been made.bind
in interface ContextBind
usePrivilegedAction
- Should a PrivilegedAction
be used when
obtaining the current thread context class loader and setting
the new one?originalClassLoader
- The current class loader if known to save this method having to
look it uppublic void unbind(boolean usePrivilegedAction, java.lang.ClassLoader originalClassLoader)
ContextBind
ContextBind.bind(boolean, ClassLoader)
was called. If
no original class loader is passed to this method then no change will be
made. If the class loader is changed and a
ThreadBindingListener
is configured then
ThreadBindingListener.unbind()
will be called
before the change is made.unbind
in interface ContextBind
usePrivilegedAction
- Should a PrivilegedAction
be used when
setting the current thread context class loader?originalClassLoader
- The class loader to restore as the thread context class loaderpublic NamingContextListener getNamingContextListener()
public void setNamingContextListener(NamingContextListener namingContextListener)
public boolean getPaused()
public boolean fireRequestInitEvent(ServletRequest request)
Context
ServletRequestListener
s that a request
has started.fireRequestInitEvent
in interface Context
true
if the listeners fire successfully, else
false
public boolean fireRequestDestroyEvent(ServletRequest request)
Context
ServletRequestListener
s that a request
has ended.fireRequestDestroyEvent
in interface Context
true
if the listeners fire successfully, else
false
public void addPostConstructMethod(java.lang.String clazz, java.lang.String method)
Context
addPostConstructMethod
in interface Context
clazz
- Fully qualified class namemethod
- Post construct method namepublic void removePostConstructMethod(java.lang.String clazz)
Context
removePostConstructMethod
in interface Context
clazz
- Fully qualified class namepublic void addPreDestroyMethod(java.lang.String clazz, java.lang.String method)
Context
addPreDestroyMethod
in interface Context
clazz
- Fully qualified class namemethod
- Post construct method namepublic void removePreDestroyMethod(java.lang.String clazz)
Context
removePreDestroyMethod
in interface Context
clazz
- Fully qualified class namepublic java.lang.String findPostConstructMethod(java.lang.String clazz)
Context
NULL
will be
returned.findPostConstructMethod
in interface Context
clazz
- Fully qualified class nameNULL
will
be returned.public java.lang.String findPreDestroyMethod(java.lang.String clazz)
Context
NULL
will be returned.findPreDestroyMethod
in interface Context
clazz
- Fully qualified class nameNULL
will be
returned.public java.util.Map<java.lang.String,java.lang.String> findPostConstructMethods()
Context
findPostConstructMethods
in interface Context
public java.util.Map<java.lang.String,java.lang.String> findPreDestroyMethods()
Context
findPreDestroyMethods
in interface Context
@Deprecated public java.lang.String getDeploymentDescriptor()
@Deprecated public java.lang.String[] getServlets()
protected java.lang.String getObjectNameKeyProperties()
LifecycleMBeanBase
ObjectName
that will be used to register this component.getObjectNameKeyProperties
in class LifecycleMBeanBase
ObjectName
protected void initInternal() throws LifecycleException
LifecycleMBeanBase
initInternal
in class ContainerBase
LifecycleException
public void removeNotificationListener(javax.management.NotificationListener listener, javax.management.NotificationFilter filter, java.lang.Object object) throws javax.management.ListenerNotFoundException
removeNotificationListener
in interface javax.management.NotificationEmitter
javax.management.ListenerNotFoundException
public javax.management.MBeanNotificationInfo[] getNotificationInfo()
getNotificationInfo
in interface javax.management.NotificationBroadcaster
public void addNotificationListener(javax.management.NotificationListener listener, javax.management.NotificationFilter filter, java.lang.Object object) throws java.lang.IllegalArgumentException
addNotificationListener
in interface javax.management.NotificationBroadcaster
java.lang.IllegalArgumentException
public void removeNotificationListener(javax.management.NotificationListener listener) throws javax.management.ListenerNotFoundException
removeNotificationListener
in interface javax.management.NotificationBroadcaster
javax.management.ListenerNotFoundException
NotificationBroadcaster.removeNotificationListener(javax.management.NotificationListener)
public java.lang.String[] getWelcomeFiles()
public boolean getXmlNamespaceAware()
Context
getXmlNamespaceAware
in interface Context
public void setXmlNamespaceAware(boolean webXmlNamespaceAware)
Context
setXmlNamespaceAware
in interface Context
webXmlNamespaceAware
- true to enable namespace awarenesspublic void setXmlValidation(boolean webXmlValidation)
Context
setXmlValidation
in interface Context
webXmlValidation
- true to enable xml validationpublic boolean getXmlValidation()
Context
getXmlValidation
in interface Context
public void setXmlBlockExternal(boolean xmlBlockExternal)
Context
setXmlBlockExternal
in interface Context
xmlBlockExternal
- true to block external entitiespublic boolean getXmlBlockExternal()
Context
getXmlBlockExternal
in interface Context
public void setTldValidation(boolean tldValidation)
Context
setTldValidation
in interface Context
tldValidation
- true to enable xml validationpublic boolean getTldValidation()
Context
getTldValidation
in interface Context
@Deprecated public boolean isStateManageable()
public java.lang.String getServer()
public java.lang.String setServer(java.lang.String server)
public java.lang.String[] getJavaVMs()
public java.lang.String[] setJavaVMs(java.lang.String[] javaVMs)
public long getStartTime()
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.