public class CacheableDocument
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList |
getCacheDepends() |
org.w3c.dom.Document |
getDocument()
Returns the document
|
long |
getLastModified()
Returns the modification time of the document sources.
|
boolean |
isCacheable()
True if the document is cacheable
|
public org.w3c.dom.Document getDocument()
public boolean isCacheable()
public long getLastModified()
public java.util.ArrayList getCacheDepends()