|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.xsl.CacheableDocument
public class CacheableDocument
A document wrapper allowing caching of XSL-generated content.
Method Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public org.w3c.dom.Document getDocument()
public boolean isCacheable()
public long getLastModified()
public java.util.ArrayList getCacheDepends()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |