|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface LSPPage
A compiled LSP Page.
An LSP page instance may be reused and is thread safe.
| Field Summary | |
|---|---|
static java.lang.String |
LSP_VERSION_NAME
Current version of LSP. |
static int |
LSP_VERSION_NUM
Version number to check compatibility between runtime and compiled pages. |
| Method Summary | |
|---|---|
void |
execute(org.xml.sax.ContentHandler ch,
java.util.Map<java.lang.String,java.lang.Object> params,
java.lang.Object extContext)
Execute this LSP page and sends the output as SAX2 events to the supplied ContentHandler. |
java.lang.String[] |
getCompileDependentFiles()
Get a list of files which was imported with this page was compiled. |
java.util.Properties |
getOutputProperties()
Output properties to use then this page is serialized. |
java.lang.String |
getPageName()
Get the name of this page. |
long |
getTimeCompiled()
When this page was compiled. |
boolean |
isCompileDynamic()
Currently not used. |
| Field Detail |
|---|
static final java.lang.String LSP_VERSION_NAME
static final int LSP_VERSION_NUM
| Method Detail |
|---|
java.lang.String[] getCompileDependentFiles()
boolean isCompileDynamic()
true if the page is compile dynamiclong getTimeCompiled()
System.currentTimeMillis()java.lang.String getPageName()
java.util.Properties getOutputProperties()
void execute(org.xml.sax.ContentHandler ch,
java.util.Map<java.lang.String,java.lang.Object> params,
java.lang.Object extContext)
throws org.xml.sax.SAXException
ContentHandler.
Does not output startDocument()/endDocument()
events.
ch - SAX2 ContentHandler to send output toparams - Parameters to the LSP pageextContext - external context which will be passed to ExtLibs
org.xml.sax.SAXException - may throw SAXException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||