Methods Summary |
---|
public boolean | getAllowLinking()Allow symlinking to outside the webapp root directory,
if the webapp is an exploded directory
|
public int | getCacheMaxSize()Maximum cache size in KB
|
public boolean | getCachingAllowed()Should we cache static resources for this webapp
|
public boolean | getCaseSensitive()Should case sensitivity checks be performed
|
public java.lang.String | getCompilerClasspath()The compiler classpath to use
|
public boolean | getCookies()Should we attempt to use cookies for session id communication?
|
public boolean | getCrossContext()Should we allow the ServletContext.getContext() method
to access the context of other web applications in this server?
|
public int | getDebug()The debugging detail level for this component
|
public java.lang.String | getDefaultWebXML()Location of the default web.xml resource or file
|
public java.lang.String | getDocBase()The document root for this web application
|
public java.lang.String[] | getEndpointAddresses()An array of URL addresses defined in this Web Module to invoke web services endpoints implementations
|
public java.lang.String | getEngineName()Name of the engine domain, if different from the context domain
|
public boolean | getHasWebServices()True if the web module implements web services endpoints
|
public int | getManagerChecksFrequency()The frequency of the manager checks (expiration and passivation)
|
public boolean | getOverride()The DefaultContext override flag for this web application
|
public java.lang.String | getPath()The context path for this Context
|
public boolean | getReloadable()The reloadable flag for this web application
|
public java.lang.String[] | getResourceNames()Names of all the defined resource references for this application.
|
public java.util.Map | getServletMap()
|
public long | getStartupTime()Startup time for this context (elapsed milliseconds).
|
public boolean | getSwallowOutput()Flag to set to cause the system.out and system.err to be redirected to the logger when executing a servlet
|
public long | getTLDScanTime()Time spend scanning jars for TLDs for this context
|
public boolean | getUseNaming()Create a JNDI naming context for this application?
|
public java.lang.String[] | getWelcomeFiles()The welcome files for this context
|
public java.lang.String | getWorkDir()The pathname to the work directory for this context
|
public java.lang.String[] | getservlets()Note that the Attribute name is case-sensitive
"servlets" as defined by JSR 77.
|
public void | reload()
|
public void | setAllowLinking(boolean value)Allow symlinking to outside the webapp root directory,
if the webapp is an exploded directory
|
public void | setCacheMaxSize(int value)Maximum cache size in KB
|
public void | setCachingAllowed(boolean value)Should we cache static resources for this webapp
|
public void | setCaseSensitive(boolean value)Should case sensitivity checks be performed
|
public void | setCompilerClasspath(java.lang.String value)The compiler classpath to use
|
public void | setCookies(boolean value)Should we attempt to use cookies for session id communication?
|
public void | setCrossContext(boolean value)Should we allow the ServletContext.getContext() method
to access the context of other web applications in this server?
|
public void | setDebug(int value)The debugging detail level for this component
|
public void | setEngineName(java.lang.String value)Name of the engine domain, if different from the context domain
|
public void | setManagerChecksFrequency(int value)The frequency of the manager checks (expiration and passivation)
|
public void | setOverride(boolean value)The DefaultContext override flag for this web application
|
public void | setPath(java.lang.String value)The context path for this Context
|
public void | setReloadable(boolean value)The reloadable flag for this web application
|
public void | setSwallowOutput(boolean value)Flag to set to cause the system.out and system.err to be redirected to the logger when executing a servlet
|
public void | setTLDScanTime(long value)Time spend scanning jars for TLDs for this context
|
public void | setUseNaming(boolean value)Create a JNDI naming context for this application?
|