Package | Description |
---|---|
org.opencms.module |
OpenCms modules provide a powerful, standardized way to extend
the core OpenCms functionality.
|
Modifier and Type | Method and Description |
---|---|
static CmsModuleLog.Action |
CmsModuleLog.Action.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CmsModuleLog.Action[] |
CmsModuleLog.Action.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
CmsModuleLog.log(java.lang.String moduleName,
CmsModuleLog.Action action,
boolean ok)
Logs a module action.
|