org.apache.struts2.util
Class VelocityStrutsUtil
java.lang.Object
org.apache.struts2.util.StrutsUtil
org.apache.struts2.util.VelocityStrutsUtil
public class VelocityStrutsUtil
- extends StrutsUtil
Struts velocity related util.
Constructor Summary |
VelocityStrutsUtil(org.apache.velocity.app.VelocityEngine engine,
org.apache.velocity.context.Context ctx,
ValueStack stack,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
Methods inherited from class org.apache.struts2.util.StrutsUtil |
bean, buildUrl, findString, findValue, getContext, getText, include, include, isTrue, makeSelectList, toInt, toLong, toLong, toString, toString, toStringSafe, translateVariables, urlEncode |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VelocityStrutsUtil
public VelocityStrutsUtil(org.apache.velocity.app.VelocityEngine engine,
org.apache.velocity.context.Context ctx,
ValueStack stack,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
evaluate
public String evaluate(String expression)
throws IOException,
org.apache.velocity.exception.ResourceNotFoundException,
org.apache.velocity.exception.MethodInvocationException,
org.apache.velocity.exception.ParseErrorException
- Throws:
IOException
org.apache.velocity.exception.ResourceNotFoundException
org.apache.velocity.exception.MethodInvocationException
org.apache.velocity.exception.ParseErrorException
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.