Package org.opencms.gwt.seo
Class ClientMessages
java.lang.Object
org.opencms.gwt.A_CmsClientMessageBundle
org.opencms.gwt.seo.ClientMessages
- All Implemented Interfaces:
I_CmsClientMessageBundle
The client messages class for the SEO dialog.
-
Field Summary
Fields inherited from class org.opencms.gwt.A_CmsClientMessageBundle
IMPORT_PREFIX
-
Method Summary
Modifier and TypeMethodDescriptionstatic I_CmsClientMessageBundle
get()
Returns the client message instance.Class<?>
Returns the class of the client implementation.Methods inherited from class org.opencms.gwt.A_CmsClientMessageBundle
export, export, export, export, getBundleName, importMessage
-
Method Details
-
get
Returns the client message instance.- Returns:
- the client message instance
-
getClientImpl
Description copied from interface:I_CmsClientMessageBundle
Returns the class of the client implementation.- Specified by:
getClientImpl
in interfaceI_CmsClientMessageBundle
- Overrides:
getClientImpl
in classA_CmsClientMessageBundle
- Returns:
- the class of the client implementation
- Throws:
Exception
- if something goes wrong- See Also:
-