public abstract class BaseJSPTrashRenderer extends BaseTrashRenderer
Constructor and Description |
---|
BaseJSPTrashRenderer() |
Modifier and Type | Method and Description |
---|---|
abstract java.lang.String |
getJspPath(javax.servlet.http.HttpServletRequest httpServletRequest,
java.lang.String template) |
protected javax.servlet.ServletContext |
getServletContext(javax.servlet.http.HttpServletRequest httpServletRequest) |
boolean |
include(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
java.lang.String template) |
void |
setServletContext(javax.servlet.ServletContext servletContext) |
getIconCssClass, getNewName
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public abstract java.lang.String getJspPath(javax.servlet.http.HttpServletRequest httpServletRequest, java.lang.String template)
public boolean include(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse, java.lang.String template) throws java.lang.Exception
java.lang.Exception
public void setServletContext(javax.servlet.ServletContext servletContext)
protected javax.servlet.ServletContext getServletContext(javax.servlet.http.HttpServletRequest httpServletRequest)