public class SystemMessagesInfo extends Object implements Serializable
SystemMessagesProvider
when
defining what SystemMessages
to use.Constructor and Description |
---|
SystemMessagesInfo(Locale locale,
VaadinRequest request,
VaadinService service)
Creates an instance based on the given locale, request and service.
|
Modifier and Type | Method and Description |
---|---|
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.
|
public SystemMessagesInfo(Locale locale, VaadinRequest request, VaadinService service)
locale
- the locale the desired locale for the system messagesrequest
- the request we are processingservice
- the service instancepublic Locale getLocale()
SystemMessages
request.public VaadinRequest getRequest()
public VaadinService getService()
Copyright © 2025. All rights reserved.