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.Exception
public abstract org.apache.velocity.app.VelocityEngine getVelocityEngine() throws java.lang.Exception
java.lang.Exception
public org.apache.velocity.context.Context getContext(View view, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws java.lang.Exception
java.lang.Exception
protected 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.Exception
Copyright © 2001-2011 www.BSTEK.com All Rights Reserved.