atg.commerce.search.refinement.admin
Interface RefinementConfigurationCollectorFactory
- All Known Implementing Classes: 
- CustomCollectorFactory, StandardCollectorFactory
- public interface RefinementConfigurationCollectorFactory 
Implementors of this interface can create RefinementConfigurationCollector objects,
 used by the RefinementConfigurationGenerator.
| Field Summary | 
| static java.lang.String | CLASS_VERSIONClass version string
 | 
 
 
CLASS_VERSION
static final java.lang.String CLASS_VERSION
- Class version string
 
- See Also:
- Constant Field Values
 
createCollector
RefinementConfigurationCollector createCollector()
- Creates a refinement configuration collector
 
-