Liferay 7.0-ce-b4

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

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

public class SimpleFacetFactory
extends Object
implements FacetFactory


Constructor Summary
SimpleFacetFactory()
           
 
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

SimpleFacetFactory

public SimpleFacetFactory()
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