com.liferay.portal.kernel.portlet.configuration.icon
Class BaseJSPPortletConfigurationIconFactory
java.lang.Object
com.liferay.portal.kernel.portlet.configuration.icon.BasePortletConfigurationIconFactory
com.liferay.portal.kernel.portlet.configuration.icon.BaseJSPPortletConfigurationIconFactory
- All Implemented Interfaces:
- PortletConfigurationIconFactory
public abstract class BaseJSPPortletConfigurationIconFactory
- extends BasePortletConfigurationIconFactory
|
Method Summary |
abstract String |
getJspPath()
|
boolean |
include(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
void |
setServletContext(javax.servlet.ServletContext servletContext)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BaseJSPPortletConfigurationIconFactory
public BaseJSPPortletConfigurationIconFactory()
getJspPath
public abstract String getJspPath()
include
public boolean include(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws IOException
- Specified by:
include in interface PortletConfigurationIconFactory- Overrides:
include in class BasePortletConfigurationIconFactory
- Throws:
IOException
setServletContext
public void setServletContext(javax.servlet.ServletContext servletContext)