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