Class BaseJSPSearchFacet
java.lang.Object
com.liferay.portal.search.web.facet.BaseSearchFacet
com.liferay.portal.search.web.facet.BaseJSPSearchFacet
- All Implemented Interfaces:
SearchFacet
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract Stringabstract Stringprotected abstract javax.servlet.ServletContextvoidincludeConfiguration(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) voidincludeView(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) Methods inherited from class com.liferay.portal.search.web.facet.BaseSearchFacet
getClassName, getData, getFacet, getFacetConfiguration, getFacetFactory, getId, getOrder, getTitle, getWeight, init, init, isStaticMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.liferay.portal.search.web.facet.SearchFacet
getDefaultConfiguration, getFacetClassName, getFieldName, getJSONData, getLabel
-
Constructor Details
-
BaseJSPSearchFacet
public BaseJSPSearchFacet()
-
-
Method Details
-
getConfigurationJspPath
-
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()
-