Package | Description |
---|---|
org.onemind.jxp |
Modifier and Type | Class and Description |
---|---|
class |
CachedJxpPage
Represent a cached page source
|
Modifier and Type | Field and Description |
---|---|
private JxpPage |
JxpProcessingContext._currentPage
the current page
|
private JxpPage |
ProcessingException._page
the page that has problem *
|
private JxpPage |
StaticVariableAssignable._page
the page
|
Modifier and Type | Method and Description |
---|---|
JxpPage |
JxpProcessingContext.getCurrentPage()
Get the current page
|
abstract JxpPage |
JxpPageSource.getJxpPage(java.lang.String id)
Return a jxp page identified by the id
|
JxpPage |
CachingPageSource.getJxpPage(java.lang.String id)
Return a jxp page identified by the id
|
JxpPage |
MultiSourcePageSource.getJxpPage(java.lang.String id)
Return a jxp page identified by the id
|
Modifier and Type | Method and Description |
---|---|
(package private) java.lang.Object |
CachingPageSource.declarePageStaticVariable(JxpPage page,
java.lang.String name,
java.lang.Object value)
Declare a page static variable
|
abstract java.lang.StringBuffer |
JxpPageSource.getErrorSource(JxpPage page,
int line,
int col)
Print the error source of this page on given line and column
|
java.lang.StringBuffer |
CachingPageSource.getErrorSource(JxpPage page,
int line,
int col)
Print the error source of this page on given line and column
|
java.lang.StringBuffer |
MultiSourcePageSource.getErrorSource(JxpPage page,
int line,
int col)
Print the error source of this page on given line and column
|
abstract AstJxpDocument |
JxpPageSource.getJxpDocument(JxpPage page)
Get the jxp document for the JxpPage
|
AstJxpDocument |
CachingPageSource.getJxpDocument(JxpPage page)
Get the jxp document for the JxpPage
|
AstJxpDocument |
MultiSourcePageSource.getJxpDocument(JxpPage page)
Get the jxp document for the JxpPage
|
(package private) java.lang.Object |
CachingPageSource.getPageStaticVariable(JxpPage page,
java.lang.String name)
Get the page static variable
|
(package private) boolean |
CachingPageSource.hasPageStaticVariable(JxpPage page,
java.lang.String name)
Return whether there's a variable declared
|
protected void |
CachingPageSource.invalidatePageCache(JxpPage page)
Invalidate the page cache
|
protected AstJxpDocument |
ByteArrayPageSource.parseJxpDocument(JxpPage page) |
void |
JxpProcessingContext.popPage(JxpPage page)
Pop the current page
|
void |
JxpProcessingContext.pushPage(JxpPage page)
Push current page to the page stack
|
Constructor and Description |
---|
ProcessingException(JxpPage page,
java.lang.String message)
Constructor
|
ProcessingException(JxpPage page,
java.lang.String message,
SimpleNode errNode)
Constructor
|
ProcessingException(JxpPage page,
java.lang.String message,
java.lang.Throwable cause)
Constructor
|
ProcessingException(JxpPage page,
java.lang.String message,
java.lang.Throwable cause,
SimpleNode errNode)
Constructor
|
ProcessingException(JxpPage page,
java.lang.Throwable cause,
SimpleNode errNode)
Constructor
|
StaticVariableAssignable(java.lang.String name,
JxpPage page)
Constructor
|