Package org.apache.catalina.startup
Class ContextConfig.DefaultWebXmlCacheEntry
- java.lang.Object
-
- org.apache.catalina.startup.ContextConfig.DefaultWebXmlCacheEntry
-
- Enclosing class:
- ContextConfig
protected static class ContextConfig.DefaultWebXmlCacheEntry extends java.lang.ObjectCache entry for the default web.xml fragment associated with a Host.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetGlobalTimeStamp()Returns the last modified timestamp of the global web.xml.longgetHostTimeStamp()Returns the last modified timestamp of the host web.xml.WebXmlgetWebXml()Returns the cached web.xml fragment.
-
-
-
Method Detail
-
getWebXml
public WebXml getWebXml()
Returns the cached web.xml fragment.- Returns:
- the web.xml fragment
-
getGlobalTimeStamp
public long getGlobalTimeStamp()
Returns the last modified timestamp of the global web.xml.- Returns:
- the global web.xml timestamp
-
getHostTimeStamp
public long getHostTimeStamp()
Returns the last modified timestamp of the host web.xml.- Returns:
- the host web.xml timestamp
-
-