Uses of Class
org.onemind.jxp.CachedJxpPage

Packages that use CachedJxpPage
org.onemind.jxp   
 

Uses of CachedJxpPage in org.onemind.jxp
 

Methods in org.onemind.jxp with parameters of type CachedJxpPage
(package private)  java.lang.Object CachingPageSource.assignPageStaticVariable(CachedJxpPage page, java.lang.String name, java.lang.Object value)
           
protected  boolean ResourceStreamPageSource.isExpired(CachedJxpPage page)
          Whether a page is expired
protected  boolean FilePageSource.isExpired(CachedJxpPage page)
          Whether a page is expired
protected abstract  boolean CachingPageSource.isExpired(CachedJxpPage page)
          Whether a page is expired
protected  boolean ByteArrayPageSource.isExpired(CachedJxpPage page)
           
protected  java.io.InputStream ResourceStreamPageSource.loadStream(CachedJxpPage page)
          Load the input stream for the page
protected  java.io.InputStream FilePageSource.loadStream(CachedJxpPage page)
          Load the input stream for the page
protected abstract  java.io.InputStream CachingPageSource.loadStream(CachedJxpPage page)
          Load the input stream for the page
protected  java.io.InputStream ByteArrayPageSource.loadStream(CachedJxpPage page)
           
protected  void CachingPageSource.purgeStaticVariables(CachedJxpPage page)
          Purge the static variables for a page