Uses of Class
org.apache.velocity.exception.MethodInvocationException
-
Packages that use MethodInvocationException Package Description org.apache.velocity org.apache.velocity.app org.apache.velocity.runtime org.apache.velocity.runtime.directive org.apache.velocity.runtime.parser.node -
-
Uses of MethodInvocationException in org.apache.velocity
Methods in org.apache.velocity that throw MethodInvocationException Modifier and Type Method Description voidTemplate. merge(Context context, Writer writer)The AST node structure is merged with the context to produce the final output.voidTemplate. merge(Context context, Writer writer, List<String> macroLibraries)The AST node structure is merged with the context to produce the final output. -
Uses of MethodInvocationException in org.apache.velocity.app
Methods in org.apache.velocity.app that throw MethodInvocationException Modifier and Type Method Description static booleanVelocity. evaluate(Context context, Writer writer, String logTag, Reader reader)Renders the input reader using the context into the output writer.static booleanVelocity. evaluate(Context context, Writer out, String logTag, String instring)renders the input string using the context into the output writer.booleanVelocityEngine. evaluate(Context context, Writer writer, String logTag, Reader reader)Renders the input reader using the context into the output writer.booleanVelocityEngine. evaluate(Context context, Writer out, String logTag, String instring)renders the input string using the context into the output writer.static booleanVelocity. mergeTemplate(String templateName, String encoding, Context context, Writer writer)Merges a template and puts the rendered stream into the writerbooleanVelocityEngine. mergeTemplate(String templateName, String encoding, Context context, Writer writer)merges a template and puts the rendered stream into the writer -
Uses of MethodInvocationException in org.apache.velocity.runtime
Methods in org.apache.velocity.runtime that throw MethodInvocationException Modifier and Type Method Description booleanRenderable. render(InternalContextAdapter context, Writer writer) -
Uses of MethodInvocationException in org.apache.velocity.runtime.directive
Methods in org.apache.velocity.runtime.directive that throw MethodInvocationException Modifier and Type Method Description abstract booleanDirective. render(InternalContextAdapter context, Writer writer, Node node)How this directive is to be renderedbooleanEvaluate. render(InternalContextAdapter context, Writer writer, Node node)Evaluate the argument, convert to a String, and evaluate again (with the same context).booleanInclude. render(InternalContextAdapter context, Writer writer, Node node)iterates through the argument list and renders every argument that is appropriate.booleanParse. render(InternalContextAdapter context, Writer writer, Node node)iterates through the argument list and renders every argument that is appropriate.booleanRuntimeMacro. render(InternalContextAdapter context, Writer writer, Node node)Velocimacro implementation is not known at the init time.booleanRuntimeMacro. render(InternalContextAdapter context, Writer writer, Node node, Renderable body)This method is used with BlockMacro when we want to render a macro with a body AST. -
Uses of MethodInvocationException in org.apache.velocity.runtime.parser.node
Methods in org.apache.velocity.runtime.parser.node that throw MethodInvocationException Modifier and Type Method Description booleanASTAndNode. evaluate(InternalContextAdapter context)logical and :booleanASTComparisonNode. evaluate(InternalContextAdapter context)booleanASTElseIfStatement. evaluate(InternalContextAdapter context)An ASTElseStatement is true if the expression it contains evaluates to true.booleanASTExpression. evaluate(InternalContextAdapter context)booleanASTNegateNode. evaluate(InternalContextAdapter context)booleanASTNENode. evaluate(InternalContextAdapter context)booleanASTNotNode. evaluate(InternalContextAdapter context)booleanASTOrNode. evaluate(InternalContextAdapter context)the logical or :booleanASTReference. evaluate(InternalContextAdapter context)Computes boolean value of this reference Returns the actual value of reference return type boolean, and 'true' if value is not nullbooleanNode. evaluate(InternalContextAdapter context)booleanSimpleNode. evaluate(InternalContextAdapter context)ObjectASTIdentifier. execute(Object o, InternalContextAdapter context)ObjectASTIndex. execute(Object o, InternalContextAdapter context)ObjectASTMethod. execute(Object o, InternalContextAdapter context)invokes the method.ObjectASTReference. execute(Object o, InternalContextAdapter context)gets an Object that 'is' the value of the referenceObjectNode. execute(Object o, InternalContextAdapter context)ObjectSimpleNode. execute(Object o, InternalContextAdapter context)booleanASTBlock. render(InternalContextAdapter context, Writer writer)booleanASTComment. render(InternalContextAdapter context, Writer writer)booleanASTDirective. render(InternalContextAdapter context, Writer writer)booleanASTElseIfStatement. render(InternalContextAdapter context, Writer writer)booleanASTIfStatement. render(InternalContextAdapter context, Writer writer)booleanASTReference. render(InternalContextAdapter context, Writer writer)gets the value of the reference and outputs it to the writer.booleanASTSetDirective. render(InternalContextAdapter context, Writer writer)puts the value of the RHS into the context under the key of the LHSbooleanNode. render(InternalContextAdapter context, Writer writer)booleanSimpleNode. render(InternalContextAdapter context, Writer writer)booleanASTReference. setValue(InternalContextAdapter context, Object value)Sets the value of a complex reference (something like $foo.bar) Currently used by ASTSetReference()ObjectASTAndNode. value(InternalContextAdapter context)Returns the value of the expression.ObjectASTComparisonNode. value(InternalContextAdapter context)ObjectASTExpression. value(InternalContextAdapter context)ObjectASTIntegerRange. value(InternalContextAdapter context)does the real work.ObjectASTMap. value(InternalContextAdapter context)ObjectASTMathNode. value(InternalContextAdapter context)gets the two args and performs the operation on themObjectASTNegateNode. value(InternalContextAdapter context)ObjectASTNotNode. value(InternalContextAdapter context)ObjectASTObjectArray. value(InternalContextAdapter context)ObjectASTOrNode. value(InternalContextAdapter context)Returns the value of the expression.ObjectASTReference. value(InternalContextAdapter context)ObjectNode. value(InternalContextAdapter context)ObjectSimpleNode. value(InternalContextAdapter context)
-