Uses of Class org.apache.velocity.exception.MethodInvocationException

Uses in package org.apache.velocity.runtime.directive

Methods which throw type org.apache.velocity.exception.MethodInvocationException

boolean
Directive.render(InternalContextAdapter context, Writer writer, Node node)
How this directive is to be rendered
boolean
Foreach.render(InternalContextAdapter context, Writer writer, Node node)
renders the #foreach() block
boolean
Include.render(InternalContextAdapter context, Writer writer, Node node)
iterates through the argument list and renders every argument that is appropriate.
boolean
Parse.render(InternalContextAdapter context, Writer writer, Node node)
iterates through the argument list and renders every argument that is appropriate.
boolean
VelocimacroProxy.render(InternalContextAdapter context, Writer writer, Node node)
Renders the macro using the context
boolean
Include.renderOutput(Node node, InternalContextAdapter context, Writer writer)
does the actual rendering of the included file

Uses in package org.apache.velocity

Methods which throw type org.apache.velocity.exception.MethodInvocationException

void
Template.merge(Context context, Writer writer)
The AST node structure is merged with the context to produce the final output.

Uses in package org.apache.velocity.app

Methods which throw type org.apache.velocity.exception.MethodInvocationException

boolean
Velocity.evaluate(Context context, Writer writer, String logTag, InputStream instream)
Renders the input stream using the context into the output writer.
boolean
VelocityEngine.evaluate(Context context, Writer writer, String logTag, InputStream instream)
Renders the input stream using the context into the output writer.
boolean
Velocity.evaluate(Context context, Writer writer, String logTag, Reader reader)
Renders the input reader using the context into the output writer.
boolean
VelocityEngine.evaluate(Context context, Writer writer, String logTag, Reader reader)
Renders the input reader using the context into the output writer.
boolean
Velocity.evaluate(Context context, Writer out, String logTag, String instring)
renders the input string using the context into the output writer.
boolean
VelocityEngine.evaluate(Context context, Writer out, String logTag, String instring)
renders the input string using the context into the output writer.
boolean
Velocity.mergeTemplate(String templateName, String encoding, Context context, Writer writer)
merges a template and puts the rendered stream into the writer
boolean
VelocityEngine.mergeTemplate(String templateName, String encoding, Context context, Writer writer)
merges a template and puts the rendered stream into the writer
boolean
Velocity.mergeTemplate(String templateName, Context context, Writer writer)
merges a template and puts the rendered stream into the writer
boolean
VelocityEngine.mergeTemplate(String templateName, Context context, Writer writer)
merges a template and puts the rendered stream into the writer

Uses in package org.apache.velocity.servlet

Methods which throw type org.apache.velocity.exception.MethodInvocationException

void
VelocityServlet.mergeTemplate(Template template, Context context, HttpServletResponse response)
merges the template with the context.

Uses in package org.apache.velocity.runtime.parser.node

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
Node.execute(Object o, InternalContextAdapter context)
Object
boolean
ASTBlock.render(InternalContextAdapter context, Writer writer)
boolean
ASTComment.render(InternalContextAdapter context, Writer writer)
boolean
ASTDirective.render(InternalContextAdapter context, Writer writer)
boolean
renders the block
boolean
ASTIfStatement.render(InternalContextAdapter context, Writer writer)
boolean
ASTReference.render(InternalContextAdapter context, Writer writer)
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
Node.render(InternalContextAdapter context, Writer writer)
boolean
SimpleNode.render(InternalContextAdapter context, Writer writer)
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

Copyright B) 2002 Apache Software Foundation. All Rights Reserved.