Package | Description |
---|---|
org.onemind.jxp |
Modifier and Type | Class and Description |
---|---|
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
|
Modifier and Type | Field and Description |
---|---|
private JxpPageSource |
JxpContext._source
the page source
|
private JxpPageSource |
JxpPage._source
the source *
|
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
void |
MultiSourcePageSource.addPageSource(JxpPageSource source)
Add a new page source
|
void |
MultiSourcePageSource.removePageSource(JxpPageSource source)
Remove the page source
|
Constructor and Description |
---|
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
|