Class BaseJSPSearchFacet

java.lang.Object
com.liferay.portal.search.web.facet.BaseSearchFacet
com.liferay.portal.search.web.facet.BaseJSPSearchFacet
All Implemented Interfaces:
SearchFacet

public abstract class BaseJSPSearchFacet extends BaseSearchFacet
  • Constructor Details

    • BaseJSPSearchFacet

      public BaseJSPSearchFacet()
  • Method Details

    • getConfigurationJspPath

      public abstract String getConfigurationJspPath()
    • getDisplayJspPath

      public abstract String getDisplayJspPath()
    • includeConfiguration

      public void includeConfiguration(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) throws IOException
      Throws:
      IOException
    • includeView

      public void includeView(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) throws IOException
      Throws:
      IOException
    • getServletContext

      protected abstract javax.servlet.ServletContext getServletContext()