org.opencms.gwt.seo
Class ClientMessages

java.lang.Object
  extended by org.opencms.gwt.A_CmsClientMessageBundle
      extended by org.opencms.gwt.seo.ClientMessages
All Implemented Interfaces:
I_CmsClientMessageBundle

public final class ClientMessages
extends A_CmsClientMessageBundle

The client messages class for the SEO dialog.


Field Summary
 
Fields inherited from class org.opencms.gwt.A_CmsClientMessageBundle
IMPORT_PREFIX
 
Method Summary
static I_CmsClientMessageBundle get()
          Returns the client message instance.
 java.lang.Class<?> getClientImpl()
          Returns the class of the client implementation.
 
Methods inherited from class org.opencms.gwt.A_CmsClientMessageBundle
export, export, export, getBundleName, importMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

get

public static I_CmsClientMessageBundle get()
Returns the client message instance.

Returns:
the client message instance

getClientImpl

public java.lang.Class<?> getClientImpl()
                                 throws java.lang.Exception
Description copied from interface: I_CmsClientMessageBundle
Returns the class of the client implementation.

Specified by:
getClientImpl in interface I_CmsClientMessageBundle
Overrides:
getClientImpl in class A_CmsClientMessageBundle
Returns:
the class of the client implementation
Throws:
java.lang.Exception - if something goes wrong
See Also:
I_CmsClientMessageBundle.getClientImpl()