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, getNewNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic 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.Exceptionpublic void setServletContext(javax.servlet.ServletContext servletContext)
protected javax.servlet.ServletContext getServletContext(javax.servlet.http.HttpServletRequest httpServletRequest)