Uses of Class
org.onemind.jxp.JxpPageSource

Packages that use JxpPageSource
org.onemind.jxp   
 

Uses of JxpPageSource in org.onemind.jxp
 

Subclasses of JxpPageSource in org.onemind.jxp
 class ByteArrayPageSource
           
 class CachingPageSource
          A caching page source will cache the page source
 class FilePageSource
          Represents a JxpPageSource using the file system
 class MultiSourcePageSource
          A PageSource containing multiple page sources
 class ResourceStreamPageSource
          A JxpResourceSource uses resources from classpath as pages
 

Fields in org.onemind.jxp declared as JxpPageSource
private  JxpPageSource JxpContext._source
          the page source
private  JxpPageSource JxpPage._source
          the source *
 

Methods in org.onemind.jxp that return JxpPageSource
 JxpPageSource JxpContext.getPageSource()
          Get the page source
static JxpPageSource JxpFactory.getPageSource(java.lang.String configFile)
          Get the page source from the config
 JxpPageSource JxpPage.getSource()
          Get the source
 

Methods in org.onemind.jxp with parameters of type JxpPageSource
 void MultiSourcePageSource.addPageSource(JxpPageSource source)
          Add a new page source
 void MultiSourcePageSource.removePageSource(JxpPageSource source)
          Remove the page source
 

Constructors in org.onemind.jxp with parameters of type JxpPageSource
CachedJxpPage(JxpPageSource source, java.lang.String name, java.lang.String encoding)
          
JxpContext(JxpPageSource source)
          Constructor
JxpContext(JxpPageSource source, java.util.Map defaultEnv)
          Constructor
JxpPage(JxpPageSource source, java.lang.String name, java.lang.String encoding)
          Constructor