程序包 | 说明 |
---|---|
org.opencms.configuration |
Reads and writes the XML based OpenCms configuration files.
|
org.opencms.db |
Low-level database connection and access functionality.
|
限定符和类型 | 方法和说明 |
---|---|
void |
CmsSystemConfiguration.setLoginMessage(CmsLoginMessage message)
Adds the login message from the configuration.
|
限定符和类型 | 方法和说明 |
---|---|
CmsLoginMessage |
CmsLoginManager.getLoginMessage()
Returns the current login message that is displayed if a user logs in.
|
限定符和类型 | 方法和说明 |
---|---|
void |
CmsLoginManager.setLoginMessage(CmsObject cms,
CmsLoginMessage message)
Sets the login message to display if a user logs in.
|