com.bstek.dorado.view.resolver
public abstract class VelocityHelper extends java.lang.Object
| Constructor and Description |
|---|
VelocityHelper() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract org.apache.velocity.context.Context |
createContext() |
org.apache.velocity.context.Context |
getContext(View view,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
abstract org.apache.velocity.app.VelocityEngine |
getVelocityEngine() |
protected void |
initContext(org.apache.velocity.context.Context context,
View view,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
protected abstract org.apache.velocity.context.Context createContext()
throws java.lang.Exception
java.lang.Exceptionpublic abstract org.apache.velocity.app.VelocityEngine getVelocityEngine()
throws java.lang.Exception
java.lang.Exceptionpublic org.apache.velocity.context.Context getContext(View view, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws java.lang.Exception
java.lang.Exceptionprotected void initContext(org.apache.velocity.context.Context context,
View view,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws java.lang.Exception
java.lang.ExceptionCopyright © 2001-2011 www.BSTEK.com All Rights Reserved.