Liferay 7.0-ce-b4

com.liferay.portal.kernel.search.facet
Class ScopeFacetFactory

java.lang.Object
  extended by com.liferay.portal.kernel.search.facet.ScopeFacetFactory
All Implemented Interfaces:
FacetFactory

public class ScopeFacetFactory
extends Object
implements FacetFactory


Constructor Summary
ScopeFacetFactory()
           
 
Method Summary
 String getFacetClassName()
           
 Facet newInstance(SearchContext searchContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScopeFacetFactory

public ScopeFacetFactory()
Method Detail

getFacetClassName

public String getFacetClassName()
Specified by:
getFacetClassName in interface FacetFactory

newInstance

public Facet newInstance(SearchContext searchContext)
Specified by:
newInstance in interface FacetFactory

Liferay 7.0-ce-b4