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
 
Method Summary
 RefinementConfigurationXMLHandler createHandler(Context pContext)
          Create a refinement configuration XML handler that uses the given loader context.
 

Field Detail

CLASS_VERSION

static final java.lang.String CLASS_VERSION
Class version string

See Also:
Constant Field Values
Method Detail

createHandler

RefinementConfigurationXMLHandler createHandler(Context pContext)
Create a refinement configuration XML handler that uses the given loader context.