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 Stringabstract Stringprotected abstract jakarta.servlet.ServletContextbooleaninclude(jakarta.servlet.http.HttpServletRequest httpServletRequest, jakarta.servlet.http.HttpServletResponse httpServletResponse) booleanincludeConfiguration(jakarta.servlet.http.HttpServletRequest httpServletRequest, jakarta.servlet.http.HttpServletResponse httpServletResponse) protected booleanincludeJSP(jakarta.servlet.http.HttpServletRequest httpServletRequest, jakarta.servlet.http.HttpServletResponse httpServletResponse, String jspPath) protected abstract voidprepareRequest(jakarta.servlet.http.HttpServletRequest httpServletRequest) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.liferay.map.MapProvider
getHelpMessage, getKey, getLabel
-
Constructor Details
-
BaseJSPMapProvider
public BaseJSPMapProvider()
-
-
Method Details
-
getConfigurationJspPath
-
getJspPath
-
include
public boolean include(jakarta.servlet.http.HttpServletRequest httpServletRequest, jakarta.servlet.http.HttpServletResponse httpServletResponse) throws IOException - Specified by:
includein interfaceMapProvider- Throws:
IOException
-
includeConfiguration
public boolean includeConfiguration(jakarta.servlet.http.HttpServletRequest httpServletRequest, jakarta.servlet.http.HttpServletResponse httpServletResponse) throws IOException - Specified by:
includeConfigurationin interfaceMapProvider- Throws:
IOException
-
getServletContext
protected abstract jakarta.servlet.ServletContext getServletContext() -
includeJSP
protected boolean includeJSP(jakarta.servlet.http.HttpServletRequest httpServletRequest, jakarta.servlet.http.HttpServletResponse httpServletResponse, String jspPath) throws IOException - Throws:
IOException
-
prepareRequest
protected abstract void prepareRequest(jakarta.servlet.http.HttpServletRequest httpServletRequest)
-