Uses of Class
org.onemind.jxp.JxpPage

Packages that use JxpPage
org.onemind.jxp   
 

Uses of JxpPage in org.onemind.jxp
 

Subclasses of JxpPage in org.onemind.jxp
 class CachedJxpPage
          Represent a cached page source
 

Fields in org.onemind.jxp declared as JxpPage
private  JxpPage JxpProcessingContext._currentPage
          the current page
private  JxpPage StaticVariableAssignable._page
          the page
private  JxpPage ProcessingException._page
          the page that has problem *
 

Methods in org.onemind.jxp that return JxpPage
 JxpPage JxpProcessingContext.getCurrentPage()
          Get the current page
 JxpPage MultiSourcePageSource.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
abstract  JxpPage JxpPageSource.getJxpPage(java.lang.String id)
          Return a jxp page identified by the id
 

Methods in org.onemind.jxp with parameters of type JxpPage
(package private)  java.lang.Object CachingPageSource.declarePageStaticVariable(JxpPage page, java.lang.String name, java.lang.Object value)
          Declare a page static variable
 java.lang.StringBuffer MultiSourcePageSource.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
abstract  java.lang.StringBuffer JxpPageSource.getErrorSource(JxpPage page, int line, int col)
          Print the error source of this page on given line and column
 AstJxpDocument MultiSourcePageSource.getJxpDocument(JxpPage page)
          Get the jxp document for the JxpPage
 AstJxpDocument CachingPageSource.getJxpDocument(JxpPage page)
          Get the jxp document for the JxpPage
abstract  AstJxpDocument JxpPageSource.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
 

Constructors in org.onemind.jxp with parameters of type JxpPage
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