Package org.silverpeas.web.pdc.control
Class SortResultsFactory
- java.lang.Object
-
- org.silverpeas.web.pdc.control.SortResultsFactory
-
public class SortResultsFactory extends Object
- Author:
- david derigent
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SortResults
getSortResults(String implementor)
returns an implementation of SortResults interface according to the given keyword
-
-
-
Method Detail
-
getSortResults
public static SortResults getSortResults(String implementor)
returns an implementation of SortResults interface according to the given keyword- Parameters:
implementor
- keyword corresponding to a key in searchEngineSettings.properties. this key allows to gets a class name corresponding to a SortResults implementation- Returns:
- a SortResults implementation
-
-