org.apache.struts2.util
Class VelocityStrutsUtil

java.lang.Object
  extended by org.apache.struts2.util.StrutsUtil
      extended by org.apache.struts2.util.VelocityStrutsUtil

public class VelocityStrutsUtil
extends StrutsUtil

Struts velocity related util.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.struts2.util.StrutsUtil
StrutsUtil.ResponseWrapper, StrutsUtil.ServletOutputStreamWrapper
 
Field Summary
private  org.apache.velocity.context.Context ctx
           
private  org.apache.velocity.app.VelocityEngine velocityEngine
           
 
Fields inherited from class org.apache.struts2.util.StrutsUtil
classes, LOG, ognl, request, response, stack
 
Constructor Summary
VelocityStrutsUtil(org.apache.velocity.app.VelocityEngine engine, org.apache.velocity.context.Context ctx, ValueStack stack, HttpServletRequest request, HttpServletResponse response)
           
 
Method Summary
 String evaluate(String expression)
           
 
Methods inherited from class org.apache.struts2.util.StrutsUtil
bean, buildUrl, findString, findValue, getContext, getText, htmlEncode, include, include, isTrue, makeSelectList, toInt, toLong, toLong, toString, toString, urlEncode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ctx

private org.apache.velocity.context.Context ctx

velocityEngine

private org.apache.velocity.app.VelocityEngine velocityEngine
Constructor Detail

VelocityStrutsUtil

public VelocityStrutsUtil(org.apache.velocity.app.VelocityEngine engine,
                          org.apache.velocity.context.Context ctx,
                          ValueStack stack,
                          HttpServletRequest request,
                          HttpServletResponse response)
Method Detail

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-2008 Apache Software Foundation. All Rights Reserved.