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 String
abstract String
protected abstract javax.servlet.ServletContext
void
includeConfiguration
(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) void
includeView
(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, isStatic
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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()
-