Class ContextConfig.DefaultWebXmlCacheEntry
java.lang.Object
org.apache.catalina.startup.ContextConfig.DefaultWebXmlCacheEntry
- Enclosing class:
ContextConfig
Cache entry for the default web.xml fragment associated with a Host.
-
Method Summary
Modifier and TypeMethodDescriptionlongReturns the last modified timestamp of the global web.xml.longReturns the last modified timestamp of the host web.xml.Returns the cached web.xml fragment.
-
Method Details
-
getWebXml
-
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
-