| Package | Description |
|---|---|
| org.opencms.configuration |
Reads and writes the XML based OpenCms configuration files.
|
| org.opencms.main |
Provides the main OpenCms "operating system".
|
| org.opencms.security |
Access control and security classes for the OpenCms ACL permission system.
|
| Modifier and Type | Method and Description |
|---|---|
I_CmsValidationHandler |
CmsSystemConfiguration.getValidationHandler()
Returns an instance of the configured validation handler.
|
| Modifier and Type | Method and Description |
|---|---|
protected I_CmsValidationHandler |
OpenCmsCore.getValidationHandler()
Returns the runtime validation handler.
|
static I_CmsValidationHandler |
OpenCms.getValidationHandler()
Returns the runtime validation handler.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CmsDefaultValidationHandler
Default implementation for the validation handler.
|