public interface MapProvider
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getHelpMessage() |
java.lang.String |
getKey() |
java.lang.String |
getLabel(java.util.Locale locale) |
boolean |
include(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse) |
boolean |
includeConfiguration(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse) |
java.lang.String getHelpMessage()
java.lang.String getKey()
java.lang.String getLabel(java.util.Locale locale)
boolean include(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse)
throws java.io.IOException
java.io.IOExceptionboolean includeConfiguration(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse)
throws java.io.IOException
java.io.IOException