Package | Description |
---|---|
org.onemind.jxp |
Modifier and Type | Field and Description |
---|---|
private JxpProcessingContext |
VariableAssignable._context
the context
|
Modifier and Type | Method and Description |
---|---|
JxpProcessingContext |
JxpContext.createProcessingContext(java.util.Map pageEnv,
java.io.Writer writer)
Create processing context
|
JxpProcessingContext |
JxpProcessor.getCurrentContext()
Get the current processing context
|
Modifier and Type | Method and Description |
---|---|
protected java.lang.Object |
JxpProcessor.process(java.lang.String id,
JxpProcessingContext context)
Processing a page identified by id in current context
|
protected java.lang.Object[] |
JxpProcessor.resolveArguments(AstArguments node,
JxpProcessingContext context)
Resolve the arguments for function or method call
|
protected int[] |
JxpProcessor.resolveArrayDims(AstArrayDims node,
JxpProcessingContext context)
Resolve the array dimensions needed
|
Constructor and Description |
---|
VariableAssignable(java.lang.String name,
JxpProcessingContext context)
Constructor
|