Package org.silverpeas.core.web.search
Class ResultDisplayerProvider
- java.lang.Object
-
- org.silverpeas.core.web.search.ResultDisplayerProvider
-
public class ResultDisplayerProvider extends Object
This class represents a ResultDisplayer object factory. It gives a main point to access each result component displayer. It uses dependency injection to retrieve ResultDisplayer component implementation. The component implementation class must be called :componentName + "ResultDisplayer"
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ResultDisplayer
getResultDisplayer(String name)
Gets the displayer of results for the specified component name
-
-
-
Method Detail
-
getResultDisplayer
public static ResultDisplayer getResultDisplayer(String name)
Gets the displayer of results for the specified component name- Parameters:
name
- the component name- Returns:
- a component ResultDisplayer using dependency injection
-
-