Frames | No Frames |
Methods which throw type org.apache.velocity.exception.MethodInvocationException | |
boolean | Renders the input stream using the context into the output writer. |
boolean | Renders the input stream using the context into the output writer. |
boolean | Renders the input reader using the context into the output writer. |
boolean | Renders the input reader using the context into the output writer. |
boolean | renders the input string using the context into the output writer. |
boolean | renders the input string using the context into the output writer. |
boolean | merges a template and puts the rendered stream into the writer
|
boolean | merges a template and puts the rendered stream into the writer
|
boolean | merges a template and puts the rendered stream into the writer
|
boolean | merges a template and puts the rendered stream into the writer
|
Methods which throw type org.apache.velocity.exception.MethodInvocationException | |
void | merges the template with the context. |
Methods which throw type org.apache.velocity.exception.MethodInvocationException | |
Object | Execute method against context. |
boolean | logical and :
null && right = false
left && null = false
null && null = false
|
boolean | An ASTElseStatement is true if the expression
it contains evaluates to true. |
boolean | Calculates the value of the logical expression
arg1 == arg2
All class types are supported. |
boolean | |
boolean | |
boolean | |
boolean | |
boolean | |
boolean | |
boolean | |
boolean | the logical or :
the rule :
left || null -> left
null || right -> right
null || null -> false
left || right -> left || right
|
boolean | Computes boolean value of this reference
Returns the actual value of reference return type
boolean, and 'true' if value is not null
|
boolean | |
boolean | |
Object | invokes the method on the object passed in
|
Object | invokes the method. |
Object | gets an Object that 'is' the value of the reference
|
Object | |
Object | |
boolean | |
boolean | |
boolean | |
boolean | renders the block
|
boolean | |
boolean | gets the value of the reference and outputs it to the
writer. |
boolean | puts the value of the RHS into the context under the key of the LHS
|
boolean | |
boolean | |
boolean | Sets the value of a complex reference (something like $foo.bar)
Currently used by ASTSetReference()
|
Object | computes the sum of the two nodes. |
Object | Returns the value of the expression. |
Object | computes the result of the division. |
Object | |
Object | |
Object | |
Object | |
Object | does the real work. |
Object | |
Object | |
Object | |
Object | computes the product of the two args. |
Object | |
Object | |
Object | |
Object | Returns the value of the expression. |
Object | |
Object | computes the value of the subtraction. |
Object | |
Object |
Methods which throw type org.apache.velocity.exception.MethodInvocationException | |
boolean | How this directive is to be rendered
|
boolean | renders the #foreach() block
|
boolean | iterates through the argument list and renders every
argument that is appropriate. |
boolean | iterates through the argument list and renders every
argument that is appropriate. |
boolean | Renders the macro using the context
|
boolean | does the actual rendering of the included file
|
Methods which throw type org.apache.velocity.exception.MethodInvocationException | |
void | The AST node structure is merged with the
context to produce the final output. |