Interface | Description |
---|---|
Assignable |
Something that can be assigned value to
|
JxpInvocable |
An tagging interface for self invocable in jxp script
|
Class | Description |
---|---|
ArrayAssignable |
An array wrapper
|
ByteArrayPageSource | |
CachedJxpPage |
Represent a cached page source
|
CachingPageSource |
A caching page source will cache the page source
|
Control |
Represent a control object in the script language
|
Evaluator |
The evaluator implements several arithmetic operations on objects
|
FilePageSource |
Represents a JxpPageSource using the file system
|
JxpContext |
A jxp context encapsulate the pagesource and default environment.
|
JxpFactory |
The JxpPageSource factory
|
JxpPage |
Represent an JXPPage.
|
JxpPageSource |
Represent the source of JxpPages.
|
JxpProcessingContext |
An processing context contains everything specific to a specific execution of an JxpPage so that there's only one parser needed
for all the processings
|
JxpProcessor |
The jxp processor
|
MultiSourcePageSource |
A PageSource containing multiple page sources
|
ResourceStreamPageSource |
A JxpResourceSource uses resources from classpath as pages
|
StaticVariableAssignable |
Represent a static variable for assignment
|
VariableAssignable |
An assignable variable
|
Exception | Description |
---|---|
JxpPageNotFoundException |
Exception when JxpPage is not found
|
JxpPageParseException |
Represent a parse exception
|
JxpPageSourceException |
A Exception regarding JxpPageSource
|
ProcessingException |
A processing exception
|