程序包 | 说明 |
---|---|
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.
|
限定符和类型 | 方法和说明 |
---|---|
I_CmsValidationHandler |
CmsSystemConfiguration.getValidationHandler()
Returns an instance of the configured validation handler.
|
限定符和类型 | 方法和说明 |
---|---|
static I_CmsValidationHandler |
OpenCms.getValidationHandler()
Returns the runtime validation handler.
|
protected I_CmsValidationHandler |
OpenCmsCore.getValidationHandler()
Returns the runtime validation handler.
|
限定符和类型 | 类和说明 |
---|---|
class |
CmsDefaultValidationHandler
Default implementation for the validation handler.
|