Package | Description |
---|---|
de.innovationgate.wga.modules |
Base classes of the OpenWGA module registry
|
de.innovationgate.wga.modules.options |
Option type definitions and other related classes for the OpenWGA module registry
|
Modifier and Type | Method and Description |
---|---|
OptionCategoryDefinition |
ModuleRegistry.getOptionCategoryDefinition(java.lang.Class<? extends ModuleType> moduleType,
java.lang.String key)
Returns an option category definition
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,OptionCategoryDefinition> |
ModuleRegistry.getOptionCategoriesForType(java.lang.Class<? extends ModuleType> moduleType)
Returns the
Map that stores all option category definitions for a given module type. |
Modifier and Type | Method and Description |
---|---|
void |
ModuleRegistry.addOptionCategoryDefinition(OptionCategoryDefinition catDef)
Adds an option category definition
|
Modifier and Type | Class and Description |
---|---|
class |
LocalizedOptionCategoryDefinition
Implementation of an option category with localized information
The bundles retrieved by the given bundle loader in the constructor are expected to contain the following label keys with localized information:
category.
|