org.overlord.sramp.ui.shared.rsvcs
Interface ILocalizationRemoteService

All Superinterfaces:
com.google.gwt.user.client.rpc.RemoteService
All Known Implementing Classes:
LocalizationRemoteService

@RemoteServiceRelativePath(value="services/i18n")
public interface ILocalizationRemoteService
extends com.google.gwt.user.client.rpc.RemoteService

The remote service used by the client-side localization service.

Author:
eric.wittmann@redhat.com

Method Summary
 Map<String,String> getMessages()
          Called to get all of the localized messages for the UI.
 

Method Detail

getMessages

Map<String,String> getMessages()
                               throws RemoteServiceException
Called to get all of the localized messages for the UI.

Throws:
RemoteServiceException


Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.