public class UserPanelCategory
extends com.liferay.application.list.BaseJSPPanelCategory
Constructor and Description |
---|
UserPanelCategory() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getHeaderJspPath() |
java.lang.String |
getJspPath() |
java.lang.String |
getKey() |
java.lang.String |
getLabel(java.util.Locale locale) |
boolean |
include(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
boolean |
includeHeader(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
void |
setServletContext(javax.servlet.ServletContext servletContext) |
public java.lang.String getHeaderJspPath()
getHeaderJspPath
in class com.liferay.application.list.BaseJSPPanelCategory
public java.lang.String getJspPath()
getJspPath
in class com.liferay.application.list.BaseJSPPanelCategory
public java.lang.String getKey()
public java.lang.String getLabel(java.util.Locale locale)
public boolean include(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws java.io.IOException
include
in interface com.liferay.application.list.PanelCategory
include
in class com.liferay.application.list.BaseJSPPanelCategory
java.io.IOException
public boolean includeHeader(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws java.io.IOException
includeHeader
in interface com.liferay.application.list.PanelCategory
includeHeader
in class com.liferay.application.list.BaseJSPPanelCategory
java.io.IOException
public void setServletContext(javax.servlet.ServletContext servletContext)
setServletContext
in class com.liferay.application.list.BaseJSPPanelCategory