public class RuleBasedCategoryConfigHelper extends java.lang.Object implements Registry
This Registry will provide a way for the administrator to reload the configuration for rule based categories from the wc-admin-component.xml file.
The name of the registry is 'RuleBasedCategoryConfiguration'.
Registry
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
The IBM copyright field.
|
Constructor and Description |
---|
RuleBasedCategoryConfigHelper() |
Modifier and Type | Method and Description |
---|---|
void |
initialize()
This method will perform no operation.
|
void |
refresh()
This method will reload the configuration for rule based category from the wc-component file.
|
public static final java.lang.String COPYRIGHT
public void initialize() throws java.lang.Exception
This method will perform no operation.
initialize
in interface Registry
java.lang.Exception
- An exception will be thrown if there was a problem initializing.