atg.commerce.search.refinement.admin
Interface RefinementConfigurationXMLHandlerFactory
- All Known Implementing Classes: 
 - CompositeXMLHandlerFactory, FileXMLHandlerFactory
 
public interface RefinementConfigurationXMLHandlerFactory
In interface for factory classes that can create a refinement configuration XML handler.
| 
Field Summary | 
static java.lang.String | 
CLASS_VERSION
 
          Class version string | 
 
 
CLASS_VERSION
static final java.lang.String CLASS_VERSION
- Class version string
- See Also:
 - Constant Field Values
 
 
createHandler
RefinementConfigurationXMLHandler createHandler(Context pContext)
- Create a refinement configuration XML handler that uses the given loader context.