Java Doc for StandardContext.java in  » Sevlet-Container » tomcat-catalina » org » apache » catalina » core » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Sevlet Container » tomcat catalina » org.apache.catalina.core 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.apache.catalina.core.ContainerBase
      org.apache.catalina.core.StandardContext

StandardContext
public class StandardContext extends ContainerBase implements Context,Serializable(Code)
Standard implementation of the Context interface. Each child container must be a Wrapper implementation to process the requests directed to a particular servlet.
author:
   Craig R. McClanahan
author:
   Remy Maucherat
version:
   $Revision: 1.130.2.2 $ $Date: 2004/08/28 23:57:02 $


Field Summary
protected  booleanallowLinking
     Allow linking.
protected  intcacheMaxSize
     Cache max size in KB.
protected  intcacheTTL
     Cache TTL in ms.
protected  booleancaseSensitive
     Case sensitivity.

Constructor Summary
public  StandardContext()
     Create a new StandardContext component with the default basic Valve.

Method Summary
public  voidaddApplicationListener(String listener)
     Add a new Listener class name to the set of Listeners configured for this application.
public  voidaddApplicationParameter(ApplicationParameter parameter)
     Add a new application parameter for this application.
public  voidaddChild(Container child)
     Add a child Container, only if the proposed child is an implementation of Wrapper.
public  voidaddConstraint(SecurityConstraint constraint)
     Add a security constraint to the set for this web application.
public  voidaddEjb(ContextEjb ejb)
     Add an EJB resource reference for this web application.
public  voidaddEnvironment(ContextEnvironment environment)
     Add an environment entry for this web application.
public  StringaddEnvironment(String envName, String type)
     Add an environment entry for this web application.
public  voidaddErrorPage(ErrorPage errorPage)
     Add an error page for the specified error or Java exception.
public  voidaddFilterDef(FilterDef filterDef)
     Add a filter definition to this Context.
public  voidaddFilterMap(FilterMap filterMap)
     Add a filter mapping to this Context.
public  voidaddInstanceListener(String listener)
     Add the classname of an InstanceListener to be added to each Wrapper appended to this Context.
public  voidaddJspMapping(String pattern)
     Add the given URL pattern as a jsp-property-group.
public  voidaddLocalEjb(ContextLocalEjb ejb)
     Add a local EJB resource reference for this web application.
public  voidaddLocaleEncodingMappingParameter(String locale, String encoding)
    
public  voidaddMessageDestination(MessageDestination md)
     Add a message destination for this web application.
public  voidaddMessageDestinationRef(MessageDestinationRef mdr)
     Add a message destination reference for this web application.
public  voidaddMimeMapping(String extension, String mimeType)
     Add a new MIME mapping, replacing any existing mapping for the specified extension.
public  voidaddParameter(String name, String value)
     Add a new context initialization parameter.
public  voidaddResource(ContextResource resource)
     Add a resource reference for this web application.
public  StringaddResource(String resourceName, String type)
     Add a resource reference for this web application.
public  voidaddResourceEnvRef(String name, String type)
     Add a resource environment reference for this web application.
public  voidaddResourceLink(ContextResourceLink resourceLink)
     Add a resource link for this web application.
public  StringaddResourceLink(String resourceLinkName, String global, String name, String type)
     Add a resource link for this web application.
public  voidaddResourceParams(ResourceParams resourceParameters)
     Add resource parameters for this web application.
public  voidaddRoleMapping(String role, String link)
     Add a security role reference for this web application.
public  voidaddSecurityRole(String role)
     Add a new security role for this web application.
public  voidaddServletMapping(String pattern, String name)
     Add a new servlet mapping, replacing any existing mapping for the specified pattern.
public  voidaddServletMapping(String pattern, String name, boolean jspWildCard)
     Add a new servlet mapping, replacing any existing mapping for the specified pattern.
public  voidaddTaglib(String uri, String location)
     Add a JSP tag library for the specified URI.
public  voidaddWelcomeFile(String name)
     Add a new welcome file to the set recognized by this Context.
public  voidaddWrapperLifecycle(String listener)
     Add the classname of a LifecycleListener to be added to each Wrapper appended to this Context.
public  voidaddWrapperListener(String listener)
     Add the classname of a ContainerListener to be added to each Wrapper appended to this Context.
protected  StringadjustURLPattern(String urlPattern)
     Adjust the URL pattern to begin with a leading slash, if appropriate (i.e.
public  voidbackgroundProcess()
     Execute a periodic task, such as reloading, etc.
public  voidcreate()
    
public  ObjectNamecreateObjectName(String hostDomain, ObjectName parentName)
    
public  WrappercreateWrapper()
     Factory method to create and return a new Wrapper instance, of the Java implementation class appropriate for this Context implementation.
public  voiddestroy()
     Destroy needs to clean up the context completely. The problem is that undoing all the config in start() and restoring a 'fresh' state is impossible.
protected  FileengineBase()
     Return a File object representing the base directory for the entire servlet container (i.e.
public  booleanfilterStart()
     Configure and initialize the set of filters for this Context.
public  booleanfilterStop()
     Finalize and release the set of filters for this Context.
public  String[]findApplicationListeners()
     Return the set of application listener class names configured for this application.
public  ApplicationParameter[]findApplicationParameters()
     Return the set of application parameters for this application.
public  SecurityConstraint[]findConstraints()
     Return the security constraints for this web application.
public  ContextEjbfindEjb(String name)
     Return the EJB resource reference with the specified name, if any; otherwise, return null.
public  ContextEjb[]findEjbs()
     Return the defined EJB resource references for this application.
public  ContextEnvironmentfindEnvironment(String name)
     Return the environment entry with the specified name, if any; otherwise, return null.
public  ContextEnvironment[]findEnvironments()
     Return the set of defined environment entries for this web application.
public  ErrorPagefindErrorPage(int errorCode)
     Return the error page entry for the specified HTTP error code, if any; otherwise return null.
public  ErrorPagefindErrorPage(String exceptionType)
     Return the error page entry for the specified Java exception type, if any; otherwise return null.
public  ErrorPage[]findErrorPages()
     Return the set of defined error pages for all specified error codes and exception types.
public  FilterConfigfindFilterConfig(String name)
     Find and return the initialized FilterConfig for the specified filter name, if any; otherwise return null.
public  FilterDeffindFilterDef(String filterName)
     Return the filter definition for the specified filter name, if any; otherwise return null.
public  FilterDef[]findFilterDefs()
     Return the set of defined filters for this Context.
public  FilterMap[]findFilterMaps()
     Return the set of filter mappings for this Context.
public  String[]findInstanceListeners()
     Return the set of InstanceListener classes that will be added to newly created Wrappers automatically.
public  ContextLocalEjbfindLocalEjb(String name)
     Return the local EJB resource reference with the specified name, if any; otherwise, return null.
public  ContextLocalEjb[]findLocalEjbs()
     Return the defined local EJB resource references for this application.
public  ContextfindMappingObject()
     FIXME: Fooling introspection ...
public  MessageDestinationfindMessageDestination(String name)
     Return the message destination with the specified name, if any; otherwise, return null.
public  MessageDestinationReffindMessageDestinationRef(String name)
     Return the message destination ref with the specified name, if any; otherwise, return null.
public  MessageDestinationRef[]findMessageDestinationRefs()
     Return the set of defined message destination refs for this web application.
public  MessageDestination[]findMessageDestinations()
     Return the set of defined message destinations for this web application.
public  StringfindMimeMapping(String extension)
     Return the MIME type to which the specified extension is mapped, if any; otherwise return null.
public  String[]findMimeMappings()
     Return the extensions for which MIME mappings are defined.
public  StringfindParameter(String name)
     Return the value for the specified context initialization parameter name, if any; otherwise return null.
public  String[]findParameters()
     Return the names of all defined context initialization parameters for this Context.
public  ContextResourcefindResource(String name)
     Return the resource reference with the specified name, if any; otherwise return null.
public  StringfindResourceEnvRef(String name)
     Return the resource environment reference type for the specified name, if any; otherwise return null.
public  String[]findResourceEnvRefs()
     Return the set of resource environment reference names for this web application.
public  ContextResourceLinkfindResourceLink(String name)
     Return the resource link with the specified name, if any; otherwise return null.
public  ContextResourceLink[]findResourceLinks()
     Return the defined resource links for this application.
public  ContextResource[]findResources()
     Return the defined resource references for this application.
public  StringfindRoleMapping(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.
public  booleanfindSecurityRole(String role)
     Return true if the specified security role is defined for this application; otherwise return false.
public  String[]findSecurityRoles()
     Return the security roles defined for this application.
public  StringfindServletMapping(String pattern)
     Return the servlet name mapped by the specified pattern (if any); otherwise return null.
public  String[]findServletMappings()
     Return the patterns of all defined servlet mappings for this Context.
public  javax.naming.directory.DirContextfindStaticResources()
     Return the naming resources associated with this web application. FIXME: Fooling introspection ...
public  StringfindStatusPage(int status)
     Return the context-relative URI of the error page for the specified HTTP status code, if any; otherwise return null.
public  int[]findStatusPages()
     Return the set of HTTP status codes for which error pages have been specified.
public  StringfindTaglib(String uri)
     Return the tag library descriptor location for the specified taglib URI, if any; otherwise, return null.
public  String[]findTaglibs()
     Return the URIs of all tag libraries for which a tag library descriptor location has been specified.
public  booleanfindWelcomeFile(String name)
     Return true if the specified welcome file is defined for this Context; otherwise return false.
public  String[]findWelcomeFiles()
     Return the set of welcome files defined for this Context.
public  String[]findWrapperLifecycles()
     Return the set of LifecycleListener classes that will be added to newly created Wrappers automatically.
public  String[]findWrapperListeners()
     Return the set of ContainerListener classes that will be added to newly created Wrappers automatically.
public  StringgetAltDDName()
     Return the alternate Deployment Descriptor name.
public  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.
public  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.
public  booleangetAvailable()
     Return the application available flag for this Context.
public  intgetCacheMaxSize()
     Return the maximum size of the cache in KB.
public  intgetCacheTTL()
     Get cache TTL.
public  CharsetMappergetCharsetMapper()
     Return the Locale to character set mapper for this Context.
public  StringgetCharsetMapperClass()
     Return the Locale to character set mapper class for this Context.
public  StringgetCompilerClasspath()
     Return the compiler classpath.
public  StringgetConfigFile()
     Return the path to a file to save this Context information.
public  booleangetConfigured()
     Return the "correctly configured" flag for this Context.
public  booleangetCookies()
     Return the "use cookies for session ids" flag.
public  booleangetCrossContext()
     Return the "allow crossing servlet contexts" flag.
protected  StringgetDefaultConfigFile()
     Given a context path, get the config file name.
public  StringgetDefaultWebXml()
    
public  booleangetDelegate()
     Return the "follow standard delegation model" flag used to configure our ClassLoader.
public  StringgetDeploymentDescriptor()
    
public  StringgetDisplayName()
     Return the display name of this web application.
public  booleangetDistributable()
     Return the distributable flag for this web application.
public  StringgetDocBase()
     Return the document root for this Context.
public  StringgetEngineName()
    
public  String[]getEnvironments()
    
public  StringgetHostname()
    
public  StringgetInfo()
     Return descriptive information about this Container implementation and the corresponding version number, in the format <description>/<version>.
public  StringgetJ2EEApplication()
    
public  StringgetJ2EEServer()
    
public  String[]getJavaVMs()
    
public  LoginConfiggetLoginConfig()
     Return the login configuration descriptor for this web application.
public  intgetManagerChecksFrequency()
     Return the frequency of manager checks.
public  org.apache.tomcat.util.http.mapper.MappergetMapper()
     Get the mapper associated with the context.
public  NamingResourcesgetNamingResources()
     Return the naming resources associated with this web application.
public  booleangetOverride()
     Return the DefaultContext override flag for this web application.
public  ObjectNamegetParentName()
    
public  StringgetPath()
     Return the context path for this Context.
public  booleangetPaused()
     Return the request processing paused flag for this Context.
public  booleangetPrivileged()
     Return the privileged flag for this web application.
public  StringgetPublicId()
     Return the public identifier of the deployment descriptor DTD that is currently being parsed.
public  booleangetReloadable()
     Return the reloadable flag for this web application.
public  String[]getResourceLinks()
    
public  String[]getResourceNames()
     Return the MBean Names of all the defined resource references for this application.
public  StringgetServer()
    
public  ServletContextgetServletContext()
     Return the servlet context for which this Context is a facade.
public  String[]getServlets()
    
public  intgetSessionTimeout()
     Return the default session timeout (in minutes) for this web application.
public  longgetStartTime()
    
public  longgetStartupTime()
    
public  intgetState()
    
public  javax.naming.directory.DirContextgetStaticResources()
     Return the naming resources associated with this web application.
public  booleangetSwallowOutput()
     Return the value of the swallowOutput flag.
public  booleangetTldNamespaceAware()
     Get the server.xml attribute's xmlNamespaceAware.
public  longgetTldScanTime()
    
public  booleangetTldValidation()
     Get the server.xml attribute's webXmlValidation.
public  booleangetUnpackWAR()
     Unpack WAR flag accessor.
public  String[]getWelcomeFiles()
     Return the naming resources associated with this web application.
public  StringgetWorkDir()
     Return the work directory for this Context.
public  StringgetWorkPath()
     Get the absolute path to the work dir.
public  StringgetWrapperClass()
     Return the Java class name of the Wrapper implementation used for servlets registered in this Context.
public  booleangetXmlNamespaceAware()
     Get the server.xml attribute's xmlNamespaceAware.
public  booleangetXmlValidation()
     Get the server.xml attribute's xmlValidation.
public  voidinit()
    
public  booleanisAllowLinking()
     Is linking allowed.
public  booleanisCachingAllowed()
    
public  booleanisCaseSensitive()
    
public  booleanisEventProvider()
    
public  booleanisFilesystemBased()
     Returns true if the resources associated with this context are filesystem based.
public  booleanisLazy()
    
public  booleanisReplaceWelcomeFiles()
     Return the "replace welcome files" property.
public  booleanisSaveConfig()
    
protected  booleanisServlet22()
    
public  booleanisStateManageable()
    
public  booleanisStatisticsProvider()
    
public  booleanisUseNaming()
     Returns true if the internal naming support is used.
public  booleanlistenerStart()
     Configure the set of instantiated application event listeners for this Context.
public  booleanlistenerStop()
     Send an application stop event to all interested listeners.
public  voidloadOnStartup(Container children)
     Load and initialize all servlets marked "load on startup" in the web application deployment descriptor.
public  voidpreDeregister()
    
public  ObjectNamepreRegister(MBeanServer server, ObjectName name)
     There are 2 cases: 1.The context is created and registered by internal APIS 2.
public synchronized  voidreload()
     Reload this web application, if reloading is supported.

IMPLEMENTATION NOTE: This method is designed to deal with reloads required by changes to classes in the underlying repositories of our class loader.

public  voidremoveApplicationListener(String listener)
     Remove the specified application listener class from the set of listeners for this application.
public  voidremoveApplicationParameter(String name)
     Remove the application parameter with the specified name from the set for this application.
public  voidremoveChild(Container child)
     Add a child Container, only if the proposed child is an implementation of Wrapper.
public  voidremoveConstraint(SecurityConstraint constraint)
     Remove the specified security constraint from this web application.
public  voidremoveEjb(String name)
     Remove any EJB resource reference with the specified name.
public  voidremoveEnvironment(String name)
     Remove any environment entry with the specified name.
public  voidremoveErrorPage(ErrorPage errorPage)
     Remove the error page for the specified error code or Java language exception, if it exists; otherwise, no action is taken.
public  voidremoveFilterDef(FilterDef filterDef)
     Remove the specified filter definition from this Context, if it exists; otherwise, no action is taken.
public  voidremoveFilterMap(FilterMap filterMap)
     Remove a filter mapping from this Context.
public  voidremoveInstanceListener(String listener)
     Remove a class name from the set of InstanceListener classes that will be added to newly created Wrappers.
public  voidremoveLocalEjb(String name)
     Remove any local EJB resource reference with the specified name.
public  voidremoveMessageDestination(String name)
     Remove any message destination with the specified name.
public  voidremoveMessageDestinationRef(String name)
     Remove any message destination ref with the specified name.
public  voidremoveMimeMapping(String extension)
     Remove the MIME mapping for the specified extension, if it exists; otherwise, no action is taken.
public  voidremoveParameter(String name)
     Remove the context initialization parameter with the specified name, if it exists; otherwise, no action is taken.
public  voidremoveResource(String name)
     Remove any resource reference with the specified name.
public  voidremoveResourceEnvRef(String name)
     Remove any resource environment reference with the specified name.
public  voidremoveResourceLink(String name)
     Remove any resource link with the specified name.
public  voidremoveRoleMapping(String role)
    
public  voidremoveSecurityRole(String role)
     Remove any security role with the specified name.
public  voidremoveServletMapping(String pattern)
     Remove any servlet mapping for the specified pattern, if it exists; otherwise, no action is taken.
public  voidremoveTaglib(String uri)
     Remove the tag library location forthe specified tag library URI.
public  voidremoveWelcomeFile(String name)
     Remove the specified welcome file name from the list recognized by this Context.
public  voidremoveWrapperLifecycle(String listener)
     Remove a class name from the set of LifecycleListener classes that will be added to newly created Wrappers.
public  voidremoveWrapperListener(String listener)
     Remove a class name from the set of ContainerListener classes that will be added to newly created Wrappers.
public  booleanresourcesStart()
     Allocate resources, including proxy.
public  booleanresourcesStop()
     Deallocate resources and destroy proxy.
public  voidsetAllowLinking(boolean allowLinking)
     Set allow linking.
public  voidsetAltDDName(String altDDName)
     Set an alternate Deployment Descriptor name.
public  voidsetApplicationEventListeners(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.
public  voidsetApplicationLifecycleListeners(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.
public  voidsetAvailable(boolean available)
     Set the application available flag for this Context.
public  voidsetCacheMaxSize(int cacheMaxSize)
     Set the maximum size of the cache in KB.
public  voidsetCacheTTL(int cacheTTL)
     Set cache TTL.
public  voidsetCachingAllowed(boolean cachingAllowed)
     Set caching allowed flag.
public  voidsetCaseSensitive(boolean caseSensitive)
     Set case sensitivity.
public  voidsetCharsetMapper(CharsetMapper mapper)
     Set the Locale to character set mapper for this Context.
public  voidsetCharsetMapperClass(String mapper)
     Set the Locale to character set mapper class for this Context.
public  voidsetCompilerClasspath(String compilerClasspath)
     Set the compiler classpath.
public  voidsetConfigFile(String configFile)
     Set the path to a file to save this Context information.
public  voidsetConfigured(boolean configured)
     Set the "correctly configured" flag for this Context.
public  voidsetCookies(boolean cookies)
     Set the "use cookies for session ids" flag.
public  voidsetCrossContext(boolean crossContext)
     Set the "allow crossing servlet contexts" flag.
public  voidsetDefaultWebXml(String defaultWebXml)
     Set the location of the default web xml that will be used.
public  voidsetDelegate(boolean delegate)
     Set the "follow standard delegation model" flag used to configure our ClassLoader.
public  voidsetDisplayName(String displayName)
     Set the display name of this web application.
public  voidsetDistributable(boolean distributable)
     Set the distributable flag for this web application.
public  voidsetDocBase(String docBase)
     Set the document root for this Context.
public  voidsetEngineName(String engineName)
    
public  voidsetJ2EEApplication(String j2EEApplication)
    
public  voidsetJ2EEServer(String j2EEServer)
    
public  String[]setJavaVMs(String[] javaVMs)
    
public  voidsetLazy(boolean lazy)
    
public synchronized  voidsetLoader(Loader loader)
     Set the Loader with which this Context is associated.
public  voidsetLoginConfig(LoginConfig config)
     Set the login configuration descriptor for this web application.
public  voidsetManagerChecksFrequency(int managerChecksFrequency)
     Set the manager checks frequency.
public  voidsetName(String name)
    
public  voidsetNamingResources(NamingResources namingResources)
     Set the naming resources for this web application.
public  voidsetOverride(boolean override)
     Set the DefaultContext override flag for this web application.
public  voidsetPath(String path)
     Set the context path for this Context.
public  voidsetPrivileged(boolean privileged)
     Set the privileged flag for this web application.
public  voidsetPublicId(String publicId)
     Set the public identifier of the deployment descriptor DTD that is currently being parsed.
public  voidsetReloadable(boolean reloadable)
     Set the reloadable flag for this web application.
public  voidsetReplaceWelcomeFiles(boolean replaceWelcomeFiles)
     Set the "replace welcome files" property.
public synchronized  voidsetResources(DirContext resources)
     Set the resources DirContext object with which this Container is associated.
public  voidsetSaveConfig(boolean saveConfig)
     Set save config flag.
public  StringsetServer(String server)
    
public  voidsetSessionTimeout(int timeout)
     Set the default session timeout (in minutes) for this web application.
public  voidsetStartupTime(long startupTime)
    
public  voidsetSwallowOutput(boolean swallowOutput)
     Set the value of the swallowOutput flag.
public  voidsetTldNamespaceAware(boolean tldNamespaceAware)
     Set the namespace aware feature of the XML parser used when parsing xml instances.
public  voidsetTldScanTime(long tldScanTime)
    
public  voidsetTldValidation(boolean tldValidation)
     Set the validation feature of the XML parser used when parsing tlds files.
public  voidsetUnpackWAR(boolean unpackWAR)
     Unpack WAR flag mutator.
public  voidsetUseNaming(boolean useNaming)
     Enables or disables naming.
public  voidsetWorkDir(String workDir)
     Set the work directory for this Context.
public  voidsetWrapperClass(String wrapperClass)
     Set the Java class name of the Wrapper implementation used for servlets registered in this Context.
public  voidsetXmlNamespaceAware(boolean webXmlNamespaceAware)
     Set the namespace aware feature of the XML parser used when parsing xml instances.
public  voidsetXmlValidation(boolean webXmlValidation)
     Set the validation feature of the XML parser used when parsing xml instances.
public synchronized  voidstart()
     Start this Context component.
public  voidstartRecursive()
    
public synchronized  voidstop()
     Stop this Context component.
public synchronized  voidstopNew()
     Stop this Context component.
public  StringtoString()
     Return a String representation of this component.

Field Detail
allowLinking
protected boolean allowLinking(Code)
Allow linking.



cacheMaxSize
protected int cacheMaxSize(Code)
Cache max size in KB.



cacheTTL
protected int cacheTTL(Code)
Cache TTL in ms.



caseSensitive
protected boolean caseSensitive(Code)
Case sensitivity.




Constructor Detail
StandardContext
public StandardContext()(Code)
Create a new StandardContext component with the default basic Valve.




Method Detail
addApplicationListener
public void addApplicationListener(String listener)(Code)
Add a new Listener class name to the set of Listeners configured for this application.
Parameters:
  listener - Java class name of a listener class



addApplicationParameter
public void addApplicationParameter(ApplicationParameter parameter)(Code)
Add a new application parameter for this application.
Parameters:
  parameter - The new application parameter



addChild
public void addChild(Container child)(Code)
Add a child Container, only if the proposed child is an implementation of Wrapper.
Parameters:
  child - Child container to be added
exception:
  IllegalArgumentException - if the proposed container isnot an implementation of Wrapper



addConstraint
public void addConstraint(SecurityConstraint constraint)(Code)
Add a security constraint to the set for this web application.



addEjb
public void addEjb(ContextEjb ejb)(Code)
Add an EJB resource reference for this web application.
Parameters:
  ejb - New EJB resource reference



addEnvironment
public void addEnvironment(ContextEnvironment environment)(Code)
Add an environment entry for this web application.
Parameters:
  environment - New environment entry



addEnvironment
public String addEnvironment(String envName, String type) throws MalformedObjectNameException(Code)
Add an environment entry for this web application.
Parameters:
  envName - New environment entry name



addErrorPage
public void addErrorPage(ErrorPage errorPage)(Code)
Add an error page for the specified error or Java exception.
Parameters:
  errorPage - The error page definition to be added



addFilterDef
public void addFilterDef(FilterDef filterDef)(Code)
Add a filter definition to this Context.
Parameters:
  filterDef - The filter definition to be added



addFilterMap
public void addFilterMap(FilterMap filterMap)(Code)
Add a filter mapping to this Context.
Parameters:
  filterMap - The filter mapping to be added
exception:
  IllegalArgumentException - if the specified filter namedoes not match an existing filter definition, or the filter mappingis malformed



addInstanceListener
public void addInstanceListener(String listener)(Code)
Add the classname of an InstanceListener to be added to each Wrapper appended to this Context.
Parameters:
  listener - Java class name of an InstanceListener class



addJspMapping
public void addJspMapping(String pattern)(Code)
Add the given URL pattern as a jsp-property-group. This maps resources that match the given pattern so they will be passed to the JSP container. Though there are other elements in the property group, we only care about the URL pattern here. The JSP container will parse the rest.
Parameters:
  pattern - URL pattern to be mapped



addLocalEjb
public void addLocalEjb(ContextLocalEjb ejb)(Code)
Add a local EJB resource reference for this web application.
Parameters:
  ejb - New EJB resource reference



addLocaleEncodingMappingParameter
public void addLocaleEncodingMappingParameter(String locale, String encoding)(Code)
Add a Locale Encoding Mapping (see Sec 5.4 of Servlet spec 2.4)
Parameters:
  locale - locale to map an encoding for
Parameters:
  encoding - encoding to be used for a give locale



addMessageDestination
public void addMessageDestination(MessageDestination md)(Code)
Add a message destination for this web application.
Parameters:
  md - New message destination



addMessageDestinationRef
public void addMessageDestinationRef(MessageDestinationRef mdr)(Code)
Add a message destination reference for this web application.
Parameters:
  mdr - New message destination reference



addMimeMapping
public void addMimeMapping(String extension, String mimeType)(Code)
Add a new MIME mapping, replacing any existing mapping for the specified extension.
Parameters:
  extension - Filename extension being mapped
Parameters:
  mimeType - Corresponding MIME type



addParameter
public void addParameter(String name, String value)(Code)
Add a new context initialization parameter.
Parameters:
  name - Name of the new parameter
Parameters:
  value - Value of the new parameter
exception:
  IllegalArgumentException - if the name or value is missing,or if this context initialization parameter has already beenregistered



addResource
public void addResource(ContextResource resource)(Code)
Add a resource reference for this web application.
Parameters:
  resource - New resource reference



addResource
public String addResource(String resourceName, String type) throws MalformedObjectNameException(Code)
Add a resource reference for this web application.
Parameters:
  resourceName - New resource reference name



addResourceEnvRef
public void addResourceEnvRef(String name, String type)(Code)
Add a resource environment reference for this web application.
Parameters:
  name - The resource environment reference name
Parameters:
  type - The resource environment reference type



addResourceLink
public void addResourceLink(ContextResourceLink resourceLink)(Code)
Add a resource link for this web application.
Parameters:
  resourceLink - New resource link



addResourceLink
public String addResourceLink(String resourceLinkName, String global, String name, String type) throws MalformedObjectNameException(Code)
Add a resource link for this web application.
Parameters:
  resourceLinkName - New resource link name



addResourceParams
public void addResourceParams(ResourceParams resourceParameters)(Code)
Add resource parameters for this web application.
Parameters:
  resourceParameters - New resource parameters



addRoleMapping
public void addRoleMapping(String role, String link)(Code)
Add a security role reference for this web application.
Parameters:
  role - Security role used in the application
Parameters:
  link - Actual security role to check for



addSecurityRole
public void addSecurityRole(String role)(Code)
Add a new security role for this web application.
Parameters:
  role - New security role



addServletMapping
public void addServletMapping(String pattern, String name)(Code)
Add a new servlet mapping, replacing any existing mapping for the specified pattern.
Parameters:
  pattern - URL pattern to be mapped
Parameters:
  name - Name of the corresponding servlet to execute
exception:
  IllegalArgumentException - if the specified servlet nameis not known to this Context



addServletMapping
public void addServletMapping(String pattern, String name, boolean jspWildCard)(Code)
Add a new servlet mapping, replacing any existing mapping for the specified pattern.
Parameters:
  pattern - URL pattern to be mapped
Parameters:
  name - Name of the corresponding servlet to execute
Parameters:
  jspWildCard - true if name identifies the JspServletand pattern contains a wildcard; false otherwise
exception:
  IllegalArgumentException - if the specified servlet nameis not known to this Context



addTaglib
public void addTaglib(String uri, String location)(Code)
Add a JSP tag library for the specified URI.
Parameters:
  uri - URI, relative to the web.xml file, of this tag library
Parameters:
  location - Location of the tag library descriptor



addWelcomeFile
public void addWelcomeFile(String name)(Code)
Add a new welcome file to the set recognized by this Context.
Parameters:
  name - New welcome file name



addWrapperLifecycle
public void addWrapperLifecycle(String listener)(Code)
Add the classname of a LifecycleListener to be added to each Wrapper appended to this Context.
Parameters:
  listener - Java class name of a LifecycleListener class



addWrapperListener
public void addWrapperListener(String listener)(Code)
Add the classname of a ContainerListener to be added to each Wrapper appended to this Context.
Parameters:
  listener - Java class name of a ContainerListener class



adjustURLPattern
protected String adjustURLPattern(String urlPattern)(Code)
Adjust the URL pattern to begin with a leading slash, if appropriate (i.e. we are running a servlet 2.2 application). Otherwise, return the specified URL pattern unchanged.
Parameters:
  urlPattern - The URL pattern to be adjusted (if needed)and returned



backgroundProcess
public void backgroundProcess()(Code)
Execute a periodic task, such as reloading, etc. This method will be invoked inside the classloading context of this container. Unexpected throwables will be caught and logged.



create
public void create() throws Exception(Code)



createObjectName
public ObjectName createObjectName(String hostDomain, ObjectName parentName) throws MalformedObjectNameException(Code)



createWrapper
public Wrapper createWrapper()(Code)
Factory method to create and return a new Wrapper instance, of the Java implementation class appropriate for this Context implementation. The constructor of the instantiated Wrapper will have been called, but no properties will have been set.



destroy
public void destroy() throws Exception(Code)
Destroy needs to clean up the context completely. The problem is that undoing all the config in start() and restoring a 'fresh' state is impossible. After stop()/destroy()/init()/start() we should have the same state as if a fresh start was done - i.e read modified web.xml, etc. This can only be done by completely removing the context object and remapping a new one, or by cleaning up everything. XXX Should this be done in stop() ?



engineBase
protected File engineBase()(Code)
Return a File object representing the base directory for the entire servlet container (i.e. the Engine container if present).



filterStart
public boolean filterStart()(Code)
Configure and initialize the set of filters for this Context. Return true if all filter initialization completed successfully, or false otherwise.



filterStop
public boolean filterStop()(Code)
Finalize and release the set of filters for this Context. Return true if all filter finalization completed successfully, or false otherwise.



findApplicationListeners
public String[] findApplicationListeners()(Code)
Return the set of application listener class names configured for this application.



findApplicationParameters
public ApplicationParameter[] findApplicationParameters()(Code)
Return the set of application parameters for this application.



findConstraints
public SecurityConstraint[] findConstraints()(Code)
Return the security constraints for this web application. If there are none, a zero-length array is returned.



findEjb
public ContextEjb findEjb(String name)(Code)
Return the EJB resource reference with the specified name, if any; otherwise, return null.
Parameters:
  name - Name of the desired EJB resource reference



findEjbs
public ContextEjb[] findEjbs()(Code)
Return the defined EJB resource references for this application. If there are none, a zero-length array is returned.



findEnvironment
public ContextEnvironment findEnvironment(String name)(Code)
Return the environment entry with the specified name, if any; otherwise, return null.
Parameters:
  name - Name of the desired environment entry



findEnvironments
public ContextEnvironment[] findEnvironments()(Code)
Return the set of defined environment entries for this web application. If none have been defined, a zero-length array is returned.



findErrorPage
public ErrorPage findErrorPage(int errorCode)(Code)
Return the error page entry for the specified HTTP error code, if any; otherwise return null.
Parameters:
  errorCode - Error code to look up



findErrorPage
public ErrorPage findErrorPage(String exceptionType)(Code)
Return the error page entry for the specified Java exception type, if any; otherwise return null.
Parameters:
  exceptionType - Exception type to look up



findErrorPages
public ErrorPage[] findErrorPages()(Code)
Return the set of defined error pages for all specified error codes and exception types.



findFilterConfig
public FilterConfig findFilterConfig(String name)(Code)
Find and return the initialized FilterConfig for the specified filter name, if any; otherwise return null.
Parameters:
  name - Name of the desired filter



findFilterDef
public FilterDef findFilterDef(String filterName)(Code)
Return the filter definition for the specified filter name, if any; otherwise return null.
Parameters:
  filterName - Filter name to look up



findFilterDefs
public FilterDef[] findFilterDefs()(Code)
Return the set of defined filters for this Context.



findFilterMaps
public FilterMap[] findFilterMaps()(Code)
Return the set of filter mappings for this Context.



findInstanceListeners
public String[] findInstanceListeners()(Code)
Return the set of InstanceListener classes that will be added to newly created Wrappers automatically.



findLocalEjb
public ContextLocalEjb findLocalEjb(String name)(Code)
Return the local EJB resource reference with the specified name, if any; otherwise, return null.
Parameters:
  name - Name of the desired EJB resource reference



findLocalEjbs
public ContextLocalEjb[] findLocalEjbs()(Code)
Return the defined local EJB resource references for this application. If there are none, a zero-length array is returned.



findMappingObject
public Context findMappingObject()(Code)
FIXME: Fooling introspection ...



findMessageDestination
public MessageDestination findMessageDestination(String name)(Code)
Return the message destination with the specified name, if any; otherwise, return null.
Parameters:
  name - Name of the desired message destination



findMessageDestinationRef
public MessageDestinationRef findMessageDestinationRef(String name)(Code)
Return the message destination ref with the specified name, if any; otherwise, return null.
Parameters:
  name - Name of the desired message destination ref



findMessageDestinationRefs
public MessageDestinationRef[] findMessageDestinationRefs()(Code)
Return the set of defined message destination refs for this web application. If none have been defined, a zero-length array is returned.



findMessageDestinations
public MessageDestination[] findMessageDestinations()(Code)
Return the set of defined message destinations for this web application. If none have been defined, a zero-length array is returned.



findMimeMapping
public String findMimeMapping(String extension)(Code)
Return the MIME type to which the specified extension is mapped, if any; otherwise return null.
Parameters:
  extension - Extension to map to a MIME type



findMimeMappings
public String[] findMimeMappings()(Code)
Return the extensions for which MIME mappings are defined. If there are none, a zero-length array is returned.



findParameter
public String findParameter(String name)(Code)
Return the value for the specified context initialization parameter name, if any; otherwise return null.
Parameters:
  name - Name of the parameter to return



findParameters
public String[] findParameters()(Code)
Return the names of all defined context initialization parameters for this Context. If no parameters are defined, a zero-length array is returned.



findResource
public ContextResource findResource(String name)(Code)
Return the resource reference with the specified name, if any; otherwise return null.
Parameters:
  name - Name of the desired resource reference



findResourceEnvRef
public String findResourceEnvRef(String name)(Code)
Return the resource environment reference type for the specified name, if any; otherwise return null.
Parameters:
  name - Name of the desired resource environment reference



findResourceEnvRefs
public String[] findResourceEnvRefs()(Code)
Return the set of resource environment reference names for this web application. If none have been specified, a zero-length array is returned.



findResourceLink
public ContextResourceLink findResourceLink(String name)(Code)
Return the resource link with the specified name, if any; otherwise return null.
Parameters:
  name - Name of the desired resource link



findResourceLinks
public ContextResourceLink[] findResourceLinks()(Code)
Return the defined resource links for this application. If none have been defined, a zero-length array is returned.



findResources
public ContextResource[] findResources()(Code)
Return the defined resource references for this application. If none have been defined, a zero-length array is returned.



findRoleMapping
public String findRoleMapping(String role)(Code)
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. Otherwise, return the specified role unchanged.
Parameters:
  role - Security role to map



findSecurityRole
public boolean findSecurityRole(String role)(Code)
Return true if the specified security role is defined for this application; otherwise return false.
Parameters:
  role - Security role to verify



findSecurityRoles
public String[] findSecurityRoles()(Code)
Return the security roles defined for this application. If none have been defined, a zero-length array is returned.



findServletMapping
public String findServletMapping(String pattern)(Code)
Return the servlet name mapped by the specified pattern (if any); otherwise return null.
Parameters:
  pattern - Pattern for which a mapping is requested



findServletMappings
public String[] findServletMappings()(Code)
Return the patterns of all defined servlet mappings for this Context. If no mappings are defined, a zero-length array is returned.



findStaticResources
public javax.naming.directory.DirContext findStaticResources()(Code)
Return the naming resources associated with this web application. FIXME: Fooling introspection ...



findStatusPage
public String findStatusPage(int status)(Code)
Return the context-relative URI of the error page for the specified HTTP status code, if any; otherwise return null.
Parameters:
  status - HTTP status code to look up



findStatusPages
public int[] findStatusPages()(Code)
Return the set of HTTP status codes for which error pages have been specified. If none are specified, a zero-length array is returned.



findTaglib
public String findTaglib(String uri)(Code)
Return the tag library descriptor location for the specified taglib URI, if any; otherwise, return null.
Parameters:
  uri - URI, relative to the web.xml file



findTaglibs
public String[] findTaglibs()(Code)
Return the URIs of all tag libraries for which a tag library descriptor location has been specified. If none are specified, a zero-length array is returned.



findWelcomeFile
public boolean findWelcomeFile(String name)(Code)
Return true if the specified welcome file is defined for this Context; otherwise return false.
Parameters:
  name - Welcome file to verify



findWelcomeFiles
public String[] findWelcomeFiles()(Code)
Return the set of welcome files defined for this Context. If none are defined, a zero-length array is returned.



findWrapperLifecycles
public String[] findWrapperLifecycles()(Code)
Return the set of LifecycleListener classes that will be added to newly created Wrappers automatically.



findWrapperListeners
public String[] findWrapperListeners()(Code)
Return the set of ContainerListener classes that will be added to newly created Wrappers automatically.



getAltDDName
public String getAltDDName()(Code)
Return the alternate Deployment Descriptor name.



getApplicationEventListeners
public Object[] getApplicationEventListeners()(Code)
Return the set of initialized application event listener objects, in the order they were specified in the web application deployment descriptor, for this application.
exception:
  IllegalStateException - if this method is called beforethis application has started, or after it has been stopped



getApplicationLifecycleListeners
public Object[] getApplicationLifecycleListeners()(Code)
Return the set of initialized application lifecycle listener objects, in the order they were specified in the web application deployment descriptor, for this application.
exception:
  IllegalStateException - if this method is called beforethis application has started, or after it has been stopped



getAvailable
public boolean getAvailable()(Code)
Return the application available flag for this Context.



getCacheMaxSize
public int getCacheMaxSize()(Code)
Return the maximum size of the cache in KB.



getCacheTTL
public int getCacheTTL()(Code)
Get cache TTL.



getCharsetMapper
public CharsetMapper getCharsetMapper()(Code)
Return the Locale to character set mapper for this Context.



getCharsetMapperClass
public String getCharsetMapperClass()(Code)
Return the Locale to character set mapper class for this Context.



getCompilerClasspath
public String getCompilerClasspath()(Code)
Return the compiler classpath.



getConfigFile
public String getConfigFile()(Code)
Return the path to a file to save this Context information.



getConfigured
public boolean getConfigured()(Code)
Return the "correctly configured" flag for this Context.



getCookies
public boolean getCookies()(Code)
Return the "use cookies for session ids" flag.



getCrossContext
public boolean getCrossContext()(Code)
Return the "allow crossing servlet contexts" flag.



getDefaultConfigFile
protected String getDefaultConfigFile()(Code)
Given a context path, get the config file name.



getDefaultWebXml
public String getDefaultWebXml()(Code)



getDelegate
public boolean getDelegate()(Code)
Return the "follow standard delegation model" flag used to configure our ClassLoader.



getDeploymentDescriptor
public String getDeploymentDescriptor()(Code)
JSR77 deploymentDescriptor attribute string deployment descriptor



getDisplayName
public String getDisplayName()(Code)
Return the display name of this web application.



getDistributable
public boolean getDistributable()(Code)
Return the distributable flag for this web application.



getDocBase
public String getDocBase()(Code)
Return the document root for this Context. This can be an absolute pathname, a relative pathname, or a URL.



getEngineName
public String getEngineName()(Code)



getEnvironments
public String[] getEnvironments()(Code)
Return the MBean Names of the set of defined environment entries for this web application



getHostname
public String getHostname()(Code)



getInfo
public String getInfo()(Code)
Return descriptive information about this Container implementation and the corresponding version number, in the format <description>/<version>.



getJ2EEApplication
public String getJ2EEApplication()(Code)



getJ2EEServer
public String getJ2EEServer()(Code)



getJavaVMs
public String[] getJavaVMs()(Code)



getLoginConfig
public LoginConfig getLoginConfig()(Code)
Return the login configuration descriptor for this web application.



getManagerChecksFrequency
public int getManagerChecksFrequency()(Code)
Return the frequency of manager checks.



getMapper
public org.apache.tomcat.util.http.mapper.Mapper getMapper()(Code)
Get the mapper associated with the context.



getNamingResources
public NamingResources getNamingResources()(Code)
Return the naming resources associated with this web application.



getOverride
public boolean getOverride()(Code)
Return the DefaultContext override flag for this web application.



getParentName
public ObjectName getParentName() throws MalformedObjectNameException(Code)



getPath
public String getPath()(Code)
Return the context path for this Context.



getPaused
public boolean getPaused()(Code)
Return the request processing paused flag for this Context.



getPrivileged
public boolean getPrivileged()(Code)
Return the privileged flag for this web application.



getPublicId
public String getPublicId()(Code)
Return the public identifier of the deployment descriptor DTD that is currently being parsed.



getReloadable
public boolean getReloadable()(Code)
Return the reloadable flag for this web application.



getResourceLinks
public String[] getResourceLinks()(Code)
Return the MBean Names of all the defined resource links for this application



getResourceNames
public String[] getResourceNames()(Code)
Return the MBean Names of all the defined resource references for this application.



getServer
public String getServer()(Code)



getServletContext
public ServletContext getServletContext()(Code)
Return the servlet context for which this Context is a facade.



getServlets
public String[] getServlets()(Code)
JSR77 servlets attribute list of all servlets ( we know about )



getSessionTimeout
public int getSessionTimeout()(Code)
Return the default session timeout (in minutes) for this web application.



getStartTime
public long getStartTime()(Code)



getStartupTime
public long getStartupTime()(Code)



getState
public int getState()(Code)



getStaticResources
public javax.naming.directory.DirContext getStaticResources()(Code)
Return the naming resources associated with this web application.



getSwallowOutput
public boolean getSwallowOutput()(Code)
Return the value of the swallowOutput flag.



getTldNamespaceAware
public boolean getTldNamespaceAware()(Code)
Get the server.xml attribute's xmlNamespaceAware. true if namespace awarenes is enabled.



getTldScanTime
public long getTldScanTime()(Code)



getTldValidation
public boolean getTldValidation()(Code)
Get the server.xml attribute's webXmlValidation. true if validation is enabled.



getUnpackWAR
public boolean getUnpackWAR()(Code)
Unpack WAR flag accessor.



getWelcomeFiles
public String[] getWelcomeFiles()(Code)
Return the naming resources associated with this web application.



getWorkDir
public String getWorkDir()(Code)
Return the work directory for this Context.



getWorkPath
public String getWorkPath()(Code)
Get the absolute path to the work dir. To avoid duplication. The work path



getWrapperClass
public String getWrapperClass()(Code)
Return the Java class name of the Wrapper implementation used for servlets registered in this Context.



getXmlNamespaceAware
public boolean getXmlNamespaceAware()(Code)
Get the server.xml attribute's xmlNamespaceAware. true if namespace awarenes is enabled.



getXmlValidation
public boolean getXmlValidation()(Code)
Get the server.xml attribute's xmlValidation. true if validation is enabled.



init
public void init() throws Exception(Code)



isAllowLinking
public boolean isAllowLinking()(Code)
Is linking allowed.



isCachingAllowed
public boolean isCachingAllowed()(Code)
Is caching allowed ?



isCaseSensitive
public boolean isCaseSensitive()(Code)
Is case sensitive ?



isEventProvider
public boolean isEventProvider()(Code)



isFilesystemBased
public boolean isFilesystemBased()(Code)
Returns true if the resources associated with this context are filesystem based.



isLazy
public boolean isLazy()(Code)



isReplaceWelcomeFiles
public boolean isReplaceWelcomeFiles()(Code)
Return the "replace welcome files" property.



isSaveConfig
public boolean isSaveConfig()(Code)
Save config ?



isServlet22
protected boolean isServlet22()(Code)
Are we processing a version 2.2 deployment descriptor?



isStateManageable
public boolean isStateManageable()(Code)
Support for "stateManageable" JSR77



isStatisticsProvider
public boolean isStatisticsProvider()(Code)



isUseNaming
public boolean isUseNaming()(Code)
Returns true if the internal naming support is used.



listenerStart
public boolean listenerStart()(Code)
Configure the set of instantiated application event listeners for this Context. Return true if all listeners wre initialized successfully, or false otherwise.



listenerStop
public boolean listenerStop()(Code)
Send an application stop event to all interested listeners. Return true if all events were sent successfully, or false otherwise.



loadOnStartup
public void loadOnStartup(Container children)(Code)
Load and initialize all servlets marked "load on startup" in the web application deployment descriptor.
Parameters:
  children - Array of wrappers for all currently definedservlets (including those not declared load on startup)



preDeregister
public void preDeregister() throws Exception(Code)



preRegister
public ObjectName preRegister(MBeanServer server, ObjectName name) throws Exception(Code)
There are 2 cases: 1.The context is created and registered by internal APIS 2. The context is created by JMX, and it'll self-register.
Parameters:
  server - The server
Parameters:
  name - The object name ObjectName The name of the object
throws:
  Exception - If an error occurs



reload
public synchronized void reload()(Code)
Reload this web application, if reloading is supported.

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.
exception:
  IllegalStateException - if the reloadableproperty is set to false.




removeApplicationListener
public void removeApplicationListener(String listener)(Code)
Remove the specified application listener class from the set of listeners for this application.
Parameters:
  listener - Java class name of the listener to be removed



removeApplicationParameter
public void removeApplicationParameter(String name)(Code)
Remove the application parameter with the specified name from the set for this application.
Parameters:
  name - Name of the application parameter to remove



removeChild
public void removeChild(Container child)(Code)
Add a child Container, only if the proposed child is an implementation of Wrapper.
Parameters:
  child - Child container to be added
exception:
  IllegalArgumentException - if the proposed container isnot an implementation of Wrapper



removeConstraint
public void removeConstraint(SecurityConstraint constraint)(Code)
Remove the specified security constraint from this web application.
Parameters:
  constraint - Constraint to be removed



removeEjb
public void removeEjb(String name)(Code)
Remove any EJB resource reference with the specified name.
Parameters:
  name - Name of the EJB resource reference to remove



removeEnvironment
public void removeEnvironment(String name)(Code)
Remove any environment entry with the specified name.
Parameters:
  name - Name of the environment entry to remove



removeErrorPage
public void removeErrorPage(ErrorPage errorPage)(Code)
Remove the error page for the specified error code or Java language exception, if it exists; otherwise, no action is taken.
Parameters:
  errorPage - The error page definition to be removed



removeFilterDef
public void removeFilterDef(FilterDef filterDef)(Code)
Remove the specified filter definition from this Context, if it exists; otherwise, no action is taken.
Parameters:
  filterDef - Filter definition to be removed



removeFilterMap
public void removeFilterMap(FilterMap filterMap)(Code)
Remove a filter mapping from this Context.
Parameters:
  filterMap - The filter mapping to be removed



removeInstanceListener
public void removeInstanceListener(String listener)(Code)
Remove a class name from the set of InstanceListener classes that will be added to newly created Wrappers.
Parameters:
  listener - Class name of an InstanceListener class to be removed



removeLocalEjb
public void removeLocalEjb(String name)(Code)
Remove any local EJB resource reference with the specified name.
Parameters:
  name - Name of the EJB resource reference to remove



removeMessageDestination
public void removeMessageDestination(String name)(Code)
Remove any message destination with the specified name.
Parameters:
  name - Name of the message destination to remove



removeMessageDestinationRef
public void removeMessageDestinationRef(String name)(Code)
Remove any message destination ref with the specified name.
Parameters:
  name - Name of the message destination ref to remove



removeMimeMapping
public void removeMimeMapping(String extension)(Code)
Remove the MIME mapping for the specified extension, if it exists; otherwise, no action is taken.
Parameters:
  extension - Extension to remove the mapping for



removeParameter
public void removeParameter(String name)(Code)
Remove the context initialization parameter with the specified name, if it exists; otherwise, no action is taken.
Parameters:
  name - Name of the parameter to remove



removeResource
public void removeResource(String name)(Code)
Remove any resource reference with the specified name.
Parameters:
  name - Name of the resource reference to remove



removeResourceEnvRef
public void removeResourceEnvRef(String name)(Code)
Remove any resource environment reference with the specified name.
Parameters:
  name - Name of the resource environment reference to remove



removeResourceLink
public void removeResourceLink(String name)(Code)
Remove any resource link with the specified name.
Parameters:
  name - Name of the resource link to remove



removeRoleMapping
public void removeRoleMapping(String role)(Code)
Remove any security role reference for the specified name
Parameters:
  role - Security role (as used in the application) to remove



removeSecurityRole
public void removeSecurityRole(String role)(Code)
Remove any security role with the specified name.
Parameters:
  role - Security role to remove



removeServletMapping
public void removeServletMapping(String pattern)(Code)
Remove any servlet mapping for the specified pattern, if it exists; otherwise, no action is taken.
Parameters:
  pattern - URL pattern of the mapping to remove



removeTaglib
public void removeTaglib(String uri)(Code)
Remove the tag library location forthe specified tag library URI.
Parameters:
  uri - URI, relative to the web.xml file



removeWelcomeFile
public void removeWelcomeFile(String name)(Code)
Remove the specified welcome file name from the list recognized by this Context.
Parameters:
  name - Name of the welcome file to be removed



removeWrapperLifecycle
public void removeWrapperLifecycle(String listener)(Code)
Remove a class name from the set of LifecycleListener classes that will be added to newly created Wrappers.
Parameters:
  listener - Class name of a LifecycleListener class to be removed



removeWrapperListener
public void removeWrapperListener(String listener)(Code)
Remove a class name from the set of ContainerListener classes that will be added to newly created Wrappers.
Parameters:
  listener - Class name of a ContainerListener class to be removed



resourcesStart
public boolean resourcesStart()(Code)
Allocate resources, including proxy. Return true if initialization was successfull, or false otherwise.



resourcesStop
public boolean resourcesStop()(Code)
Deallocate resources and destroy proxy.



setAllowLinking
public void setAllowLinking(boolean allowLinking)(Code)
Set allow linking.



setAltDDName
public void setAltDDName(String altDDName)(Code)
Set an alternate Deployment Descriptor name.



setApplicationEventListeners
public void setApplicationEventListeners(Object listeners)(Code)
Store the set of initialized application event listener objects, in the order they were specified in the web application deployment descriptor, for this application.
Parameters:
  listeners - The set of instantiated listener objects.



setApplicationLifecycleListeners
public void setApplicationLifecycleListeners(Object listeners)(Code)
Store the set of initialized application lifecycle listener objects, in the order they were specified in the web application deployment descriptor, for this application.
Parameters:
  listeners - The set of instantiated listener objects.



setAvailable
public void setAvailable(boolean available)(Code)
Set the application available flag for this Context.
Parameters:
  available - The new application available flag



setCacheMaxSize
public void setCacheMaxSize(int cacheMaxSize)(Code)
Set the maximum size of the cache in KB.



setCacheTTL
public void setCacheTTL(int cacheTTL)(Code)
Set cache TTL.



setCachingAllowed
public void setCachingAllowed(boolean cachingAllowed)(Code)
Set caching allowed flag.



setCaseSensitive
public void setCaseSensitive(boolean caseSensitive)(Code)
Set case sensitivity.



setCharsetMapper
public void setCharsetMapper(CharsetMapper mapper)(Code)
Set the Locale to character set mapper for this Context.
Parameters:
  mapper - The new mapper



setCharsetMapperClass
public void setCharsetMapperClass(String mapper)(Code)
Set the Locale to character set mapper class for this Context.
Parameters:
  mapper - The new mapper class



setCompilerClasspath
public void setCompilerClasspath(String compilerClasspath)(Code)
Set the compiler classpath.



setConfigFile
public void setConfigFile(String configFile)(Code)
Set the path to a file to save this Context information.
Parameters:
  configFile - The path to a file to save this Context information.



setConfigured
public void setConfigured(boolean configured)(Code)
Set the "correctly configured" flag for this Context. This can be set to false by startup listeners that detect a fatal configuration error to avoid the application from being made available.
Parameters:
  configured - The new correctly configured flag



setCookies
public void setCookies(boolean cookies)(Code)
Set the "use cookies for session ids" flag.
Parameters:
  cookies - The new flag



setCrossContext
public void setCrossContext(boolean crossContext)(Code)
Set the "allow crossing servlet contexts" flag.
Parameters:
  crossContext - The new cross contexts flag



setDefaultWebXml
public void setDefaultWebXml(String defaultWebXml)(Code)
Set the location of the default web xml that will be used. If not absolute, it'll be made relative to the engine's base dir ( which defaults to catalina.base system property ). XXX If a file is not found - we can attempt a getResource()
Parameters:
  defaultWebXml - The default web xml



setDelegate
public void setDelegate(boolean delegate)(Code)
Set the "follow standard delegation model" flag used to configure our ClassLoader.
Parameters:
  delegate - The new flag



setDisplayName
public void setDisplayName(String displayName)(Code)
Set the display name of this web application.
Parameters:
  displayName - The new display name



setDistributable
public void setDistributable(boolean distributable)(Code)
Set the distributable flag for this web application.
Parameters:
  distributable - The new distributable flag



setDocBase
public void setDocBase(String docBase)(Code)
Set the document root for this Context. This can be an absolute pathname, a relative pathname, or a URL.
Parameters:
  docBase - The new document root



setEngineName
public void setEngineName(String engineName)(Code)



setJ2EEApplication
public void setJ2EEApplication(String j2EEApplication)(Code)



setJ2EEServer
public void setJ2EEServer(String j2EEServer)(Code)



setJavaVMs
public String[] setJavaVMs(String[] javaVMs)(Code)



setLazy
public void setLazy(boolean lazy)(Code)



setLoader
public synchronized void setLoader(Loader loader)(Code)
Set the Loader with which this Context is associated.
Parameters:
  loader - The newly associated loader



setLoginConfig
public void setLoginConfig(LoginConfig config)(Code)
Set the login configuration descriptor for this web application.
Parameters:
  config - The new login configuration



setManagerChecksFrequency
public void setManagerChecksFrequency(int managerChecksFrequency)(Code)
Set the manager checks frequency.
Parameters:
  managerChecksFrequency - the new manager checks frequency



setName
public void setName(String name)(Code)



setNamingResources
public void setNamingResources(NamingResources namingResources)(Code)
Set the naming resources for this web application.
Parameters:
  namingResources - The new naming resources



setOverride
public void setOverride(boolean override)(Code)
Set the DefaultContext override flag for this web application.
Parameters:
  override - The new override flag



setPath
public void setPath(String path)(Code)
Set the context path for this Context.

IMPLEMENTATION NOTE: The context path is used as the "name" of a Context, because it must be unique.
Parameters:
  path - The new context path




setPrivileged
public void setPrivileged(boolean privileged)(Code)
Set the privileged flag for this web application.
Parameters:
  privileged - The new privileged flag



setPublicId
public void setPublicId(String publicId)(Code)
Set the public identifier of the deployment descriptor DTD that is currently being parsed.
Parameters:
  publicId - The public identifier



setReloadable
public void setReloadable(boolean reloadable)(Code)
Set the reloadable flag for this web application.
Parameters:
  reloadable - The new reloadable flag



setReplaceWelcomeFiles
public void setReplaceWelcomeFiles(boolean replaceWelcomeFiles)(Code)
Set the "replace welcome files" property.
Parameters:
  replaceWelcomeFiles - The new property value



setResources
public synchronized void setResources(DirContext resources)(Code)
Set the resources DirContext object with which this Container is associated.
Parameters:
  resources - The newly associated DirContext



setSaveConfig
public void setSaveConfig(boolean saveConfig)(Code)
Set save config flag.



setServer
public String setServer(String server)(Code)



setSessionTimeout
public void setSessionTimeout(int timeout)(Code)
Set the default session timeout (in minutes) for this web application.
Parameters:
  timeout - The new default session timeout



setStartupTime
public void setStartupTime(long startupTime)(Code)



setSwallowOutput
public void setSwallowOutput(boolean swallowOutput)(Code)
Set the value of the swallowOutput flag. If set to true, the system.out and system.err will be redirected to the logger during a servlet execution.
Parameters:
  swallowOutput - The new value



setTldNamespaceAware
public void setTldNamespaceAware(boolean tldNamespaceAware)(Code)
Set the namespace aware feature of the XML parser used when parsing xml instances.
Parameters:
  tldNamespaceAware - true to enable namespace awareness



setTldScanTime
public void setTldScanTime(long tldScanTime)(Code)



setTldValidation
public void setTldValidation(boolean tldValidation)(Code)
Set the validation feature of the XML parser used when parsing tlds files.
Parameters:
  tldValidation - true to enable xml instance validation



setUnpackWAR
public void setUnpackWAR(boolean unpackWAR)(Code)
Unpack WAR flag mutator.



setUseNaming
public void setUseNaming(boolean useNaming)(Code)
Enables or disables naming.



setWorkDir
public void setWorkDir(String workDir)(Code)
Set the work directory for this Context.
Parameters:
  workDir - The new work directory



setWrapperClass
public void setWrapperClass(String wrapperClass)(Code)
Set the Java class name of the Wrapper implementation used for servlets registered in this Context.
Parameters:
  wrapperClass - The new wrapper class



setXmlNamespaceAware
public void setXmlNamespaceAware(boolean webXmlNamespaceAware)(Code)
Set the namespace aware feature of the XML parser used when parsing xml instances.
Parameters:
  webXmlNamespaceAware - true to enable namespace awareness



setXmlValidation
public void setXmlValidation(boolean webXmlValidation)(Code)
Set the validation feature of the XML parser used when parsing xml instances.
Parameters:
  webXmlValidation - true to enable xml instance validation



start
public synchronized void start() throws LifecycleException(Code)
Start this Context component.
exception:
  LifecycleException - if a startup error occurs



startRecursive
public void startRecursive() throws LifecycleException(Code)



stop
public synchronized void stop() throws LifecycleException(Code)
Stop this Context component.
exception:
  LifecycleException - if a shutdown error occurs



stopNew
public synchronized void stopNew() throws LifecycleException(Code)
Stop this Context component. Experimental, please ignore.
exception:
  LifecycleException - if a shutdown error occurs



toString
public String toString()(Code)
Return a String representation of this component.



Fields inherited from org.apache.catalina.core.ContainerBase
protected int backgroundProcessorDelay(Code)(Java Doc)
protected HashMap children(Code)(Java Doc)
protected Cluster cluster(Code)(Java Doc)
protected ObjectName controller(Code)(Java Doc)
protected int debug(Code)(Java Doc)
protected String domain(Code)(Java Doc)
protected boolean initialized(Code)(Java Doc)
protected LifecycleSupport lifecycle(Code)(Java Doc)
protected ArrayList listeners(Code)(Java Doc)
protected Loader loader(Code)(Java Doc)
protected Logger logger(Code)(Java Doc)
protected Manager manager(Code)(Java Doc)
protected transient MBeanServer mserver(Code)(Java Doc)
protected String name(Code)(Java Doc)
protected ObjectName oname(Code)(Java Doc)
protected Container parent(Code)(Java Doc)
protected ClassLoader parentClassLoader(Code)(Java Doc)
protected Pipeline pipeline(Code)(Java Doc)
protected Realm realm(Code)(Java Doc)
protected DirContext resources(Code)(Java Doc)
protected static StringManager sm(Code)(Java Doc)
protected boolean started(Code)(Java Doc)
protected String suffix(Code)(Java Doc)
protected PropertyChangeSupport support(Code)(Java Doc)
protected String type(Code)(Java Doc)

Methods inherited from org.apache.catalina.core.ContainerBase
public void addChild(Container child)(Code)(Java Doc)
public void addContainerListener(ContainerListener listener)(Code)(Java Doc)
public void addLifecycleListener(LifecycleListener listener)(Code)(Java Doc)
public void addPropertyChangeListener(PropertyChangeListener listener)(Code)(Java Doc)
public synchronized void addValve(Valve valve)(Code)(Java Doc)
public void backgroundProcess()(Code)(Java Doc)
public ObjectName createObjectName(String domain, ObjectName parent) throws Exception(Code)(Java Doc)
public void destroy() throws Exception(Code)(Java Doc)
public Container findChild(String name)(Code)(Java Doc)
public Container[] findChildren()(Code)(Java Doc)
public ContainerListener[] findContainerListeners()(Code)(Java Doc)
public LifecycleListener[] findLifecycleListeners()(Code)(Java Doc)
public void fireContainerEvent(String type, Object data)(Code)(Java Doc)
public int getBackgroundProcessorDelay()(Code)(Java Doc)
public Valve getBasic()(Code)(Java Doc)
public ObjectName[] getChildren()(Code)(Java Doc)
public Cluster getCluster()(Code)(Java Doc)
public String getContainerSuffix()(Code)(Java Doc)
public int getDebug()(Code)(Java Doc)
public String getDomain()(Code)(Java Doc)
public String getInfo()(Code)(Java Doc)
protected String getJSR77Suffix()(Code)(Java Doc)
public ObjectName getJmxName()(Code)(Java Doc)
public Loader getLoader()(Code)(Java Doc)
public Logger getLogger()(Code)(Java Doc)
public Manager getManager()(Code)(Java Doc)
public Object getMappingObject()(Code)(Java Doc)
public String getName()(Code)(Java Doc)
public String getObjectName()(Code)(Java Doc)
public Container getParent()(Code)(Java Doc)
public ClassLoader getParentClassLoader()(Code)(Java Doc)
public ObjectName getParentName() throws MalformedObjectNameException(Code)(Java Doc)
public Pipeline getPipeline()(Code)(Java Doc)
public Realm getRealm()(Code)(Java Doc)
public DirContext getResources()(Code)(Java Doc)
public String getType()(Code)(Java Doc)
public ObjectName[] getValveObjectNames()(Code)(Java Doc)
public Valve[] getValves()(Code)(Java Doc)
public void init() throws Exception(Code)(Java Doc)
final public void invoke(Request request, Response response) throws IOException, ServletException(Code)(Java Doc)
protected void log(String message)(Code)(Java Doc)
protected void log(String message, Throwable throwable)(Code)(Java Doc)
protected String logName()(Code)(Java Doc)
public void postDeregister()(Code)(Java Doc)
public void postRegister(Boolean registrationDone)(Code)(Java Doc)
public void preDeregister() throws Exception(Code)(Java Doc)
public ObjectName preRegister(MBeanServer server, ObjectName name) throws Exception(Code)(Java Doc)
public void removeChild(Container child)(Code)(Java Doc)
public void removeContainerListener(ContainerListener listener)(Code)(Java Doc)
public void removeLifecycleListener(LifecycleListener listener)(Code)(Java Doc)
public void removePropertyChangeListener(PropertyChangeListener listener)(Code)(Java Doc)
public synchronized void removeValve(Valve valve)(Code)(Java Doc)
public void setBackgroundProcessorDelay(int delay)(Code)(Java Doc)
public void setBasic(Valve valve)(Code)(Java Doc)
public synchronized void setCluster(Cluster cluster)(Code)(Java Doc)
public void setDebug(int debug)(Code)(Java Doc)
public void setDomain(String domain)(Code)(Java Doc)
public synchronized void setLoader(Loader loader)(Code)(Java Doc)
public synchronized void setLogger(Logger logger)(Code)(Java Doc)
public synchronized void setManager(Manager manager)(Code)(Java Doc)
public void setName(String name)(Code)(Java Doc)
public void setParent(Container container)(Code)(Java Doc)
public void setParentClassLoader(ClassLoader parent)(Code)(Java Doc)
public synchronized void setRealm(Realm realm)(Code)(Java Doc)
public synchronized void setResources(DirContext resources)(Code)(Java Doc)
public synchronized void start() throws LifecycleException(Code)(Java Doc)
public synchronized void stop() throws LifecycleException(Code)(Java Doc)
protected void threadStart()(Code)(Java Doc)
protected void threadStop()(Code)(Java Doc)

Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.