com.vaadin.server
Class SystemMessagesInfo

java.lang.Object
  extended by com.vaadin.server.SystemMessagesInfo
All Implemented Interfaces:
java.io.Serializable

public class SystemMessagesInfo
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
SystemMessagesInfo()
           
 
Method Summary
 java.util.Locale getLocale()
          The locale of the UI related to the SystemMessages request.
 VaadinRequest getRequest()
          Gets the request currently in progress.
 VaadinService getService()
          Returns the service this SystemMessages request comes from.
 void setLocale(java.util.Locale locale)
           
 void setRequest(VaadinRequest request)
           
 void setService(VaadinService service)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SystemMessagesInfo

public SystemMessagesInfo()
Method Detail

getLocale

public java.util.Locale getLocale()
The locale of the UI related to the SystemMessages request.

Returns:
The Locale or null if the locale is not known

setLocale

public void setLocale(java.util.Locale locale)

getRequest

public VaadinRequest getRequest()
Gets the request currently in progress.

Returns:
The request currently in progress or null if no request is in progress.

setRequest

public void setRequest(VaadinRequest request)

getService

public VaadinService getService()
Returns the service this SystemMessages request comes from.

Returns:
The service which triggered this request or null of not triggered from a service.

setService

public void setService(VaadinService service)


Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.