Package | Description |
---|---|
org.onemind.jxp |
Modifier and Type | Method and Description |
---|---|
(package private) java.lang.Object |
CachingPageSource.assignPageStaticVariable(CachedJxpPage page,
java.lang.String name,
java.lang.Object value) |
protected boolean |
FilePageSource.isExpired(CachedJxpPage page)
Whether a page is expired
|
protected boolean |
ResourceStreamPageSource.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 |
FilePageSource.loadStream(CachedJxpPage page)
Load the input stream for the page
|
protected java.io.InputStream |
ResourceStreamPageSource.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
|