public class MyAccountPanelCategory
extends com.liferay.application.list.BaseJSPPanelCategory
| Constructor and Description |
|---|
MyAccountPanelCategory() |
| Modifier and Type | Method and Description |
|---|---|
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) |
void |
setServletContext(javax.servlet.ServletContext servletContext) |
getHeaderJspPath, includeHeader, includeJSPpublic java.lang.String getJspPath()
getJspPath in class com.liferay.application.list.BaseJSPPanelCategorypublic 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.PanelCategoryinclude in class com.liferay.application.list.BaseJSPPanelCategoryjava.io.IOExceptionpublic void setServletContext(javax.servlet.ServletContext servletContext)
setServletContext in class com.liferay.application.list.BaseJSPPanelCategory