public class SystemMessages extends Object implements Serializable
Use VaadinService.setSystemMessagesProvider(SystemMessagesProvider)
to customize.
The defaults defined in this class are:
Modifier and Type | Field and Description |
---|---|
protected String |
authenticationErrorCaption |
protected String |
authenticationErrorMessage |
protected boolean |
authenticationErrorNotificationEnabled |
protected String |
authenticationErrorURL |
protected String |
communicationErrorCaption |
protected String |
communicationErrorMessage |
protected boolean |
communicationErrorNotificationEnabled |
protected String |
communicationErrorURL |
protected String |
cookiesDisabledCaption |
protected String |
cookiesDisabledMessage |
protected boolean |
cookiesDisabledNotificationEnabled |
protected String |
cookiesDisabledURL |
protected String |
internalErrorCaption |
protected String |
internalErrorMessage |
protected boolean |
internalErrorNotificationEnabled |
protected String |
internalErrorURL |
protected String |
sessionExpiredCaption |
protected String |
sessionExpiredMessage |
protected boolean |
sessionExpiredNotificationEnabled |
protected String |
sessionExpiredURL |
protected String sessionExpiredURL
protected boolean sessionExpiredNotificationEnabled
protected String sessionExpiredCaption
protected String sessionExpiredMessage
protected String communicationErrorURL
protected boolean communicationErrorNotificationEnabled
protected String communicationErrorCaption
protected String communicationErrorMessage
protected String authenticationErrorURL
protected boolean authenticationErrorNotificationEnabled
protected String authenticationErrorCaption
protected String authenticationErrorMessage
protected String internalErrorURL
protected boolean internalErrorNotificationEnabled
protected String internalErrorCaption
protected String internalErrorMessage
protected String cookiesDisabledURL
protected boolean cookiesDisabledNotificationEnabled
protected String cookiesDisabledCaption
protected String cookiesDisabledMessage
public String getSessionExpiredURL()
public boolean isSessionExpiredNotificationEnabled()
public String getSessionExpiredCaption()
public String getSessionExpiredMessage()
public String getCommunicationErrorURL()
public boolean isCommunicationErrorNotificationEnabled()
public String getCommunicationErrorCaption()
public String getCommunicationErrorMessage()
public String getAuthenticationErrorURL()
public boolean isAuthenticationErrorNotificationEnabled()
public String getAuthenticationErrorCaption()
public String getAuthenticationErrorMessage()
public String getInternalErrorURL()
public boolean isInternalErrorNotificationEnabled()
public String getInternalErrorCaption()
public String getInternalErrorMessage()
public String getCookiesDisabledURL()
public boolean isCookiesDisabledNotificationEnabled()
getCookiesDisabledURL()
.public String getCookiesDisabledCaption()
public String getCookiesDisabledMessage()
Copyright © 2018 Vaadin Ltd. All rights reserved.