Package com.liferay.map
Class BaseJSPMapProvider
java.lang.Object
com.liferay.map.BaseJSPMapProvider
- All Implemented Interfaces:
MapProvider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract String
abstract String
protected abstract javax.servlet.ServletContext
boolean
include
(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) boolean
includeConfiguration
(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) protected boolean
includeJSP
(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse, String jspPath) protected abstract void
prepareRequest
(javax.servlet.http.HttpServletRequest httpServletRequest) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.liferay.map.MapProvider
getHelpMessage, getKey, getLabel
-
Constructor Details
-
BaseJSPMapProvider
public BaseJSPMapProvider()
-
-
Method Details
-
getConfigurationJspPath
-
getJspPath
-
include
public boolean include(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) throws IOException - Specified by:
include
in interfaceMapProvider
- Throws:
IOException
-
includeConfiguration
public boolean includeConfiguration(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) throws IOException - Specified by:
includeConfiguration
in interfaceMapProvider
- Throws:
IOException
-
getServletContext
protected abstract javax.servlet.ServletContext getServletContext() -
includeJSP
protected boolean includeJSP(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse, String jspPath) throws IOException - Throws:
IOException
-
prepareRequest
protected abstract void prepareRequest(javax.servlet.http.HttpServletRequest httpServletRequest)
-