Interface MapProvider

All Known Implementing Classes:
BaseJSPMapProvider

public interface MapProvider
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
    getLabel(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)
     
  • Method Details

    • getHelpMessage

      String getHelpMessage()
    • getKey

      String getKey()
    • getLabel

      String getLabel(Locale locale)
    • 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