Class BaseJSPMapProvider

java.lang.Object
com.liferay.map.BaseJSPMapProvider
All Implemented Interfaces:
MapProvider

public abstract class BaseJSPMapProvider extends Object implements MapProvider
  • Constructor Details

    • BaseJSPMapProvider

      public BaseJSPMapProvider()
  • Method Details

    • getConfigurationJspPath

      public abstract String getConfigurationJspPath()
    • getJspPath

      public abstract String getJspPath()
    • include

      public boolean include(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) throws IOException
      Specified by:
      include in interface MapProvider
      Throws:
      IOException
    • includeConfiguration

      public boolean includeConfiguration(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) throws IOException
      Specified by:
      includeConfiguration in interface MapProvider
      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)