Package com.liferay.map
Interface MapProvider
- All Known Implementing Classes:
BaseJSPMapProvider
public interface MapProvider
-
Method Summary
Modifier and TypeMethodDescriptiongetKey()
boolean
include
(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) boolean
includeConfiguration
(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse)
-
Method Details
-
getHelpMessage
String getHelpMessage() -
getKey
String getKey() -
getLabel
-
include
boolean include(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) throws IOException - Throws:
IOException
-
includeConfiguration
boolean includeConfiguration(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) throws IOException - Throws:
IOException
-