Java com.vaadin.server CustomizedSystemMessages fields, constructors, methods, implement or subclass

Example usage for Java com.vaadin.server CustomizedSystemMessages fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.vaadin.server CustomizedSystemMessages.

The text is from its open source code.

Subclass

com.vaadin.server.CustomizedSystemMessages has subclasses.
Click this link to see all its subclasses.

Constructor

Method

voidsetAuthenticationErrorCaption(String authenticationErrorCaption)
Sets the caption of the notification.
voidsetAuthenticationErrorMessage(String authenticationErrorMessage)
Sets the message of the notification.
voidsetAuthenticationErrorNotificationEnabled(boolean authenticationErrorNotificationEnabled)
Enables or disables the notification.
voidsetAuthenticationErrorURL(String authenticationErrorURL)
Sets the URL to go to when there is a authentication error.
voidsetCommunicationErrorCaption(String communicationErrorCaption)
Sets the caption of the notification.
voidsetCommunicationErrorMessage(String communicationErrorMessage)
Sets the message of the notification.
voidsetCommunicationErrorNotificationEnabled(boolean communicationErrorNotificationEnabled)
Enables or disables the notification.
voidsetCommunicationErrorURL(String communicationErrorURL)
Sets the URL to go to when there is a communication error.
voidsetCookiesDisabledCaption(String cookiesDisabledCaption)
Sets the caption of the "cookies disabled" notification.
voidsetCookiesDisabledMessage(String cookiesDisabledMessage)
Sets the message of the "cookies disabled" notification.
voidsetCookiesDisabledNotificationEnabled(boolean cookiesDisabledNotificationEnabled)
Enables or disables the notification for "cookies disabled" messages.
voidsetCookiesDisabledURL(String cookiesDisabledURL)
Sets the URL to redirect to when the browser has cookies disabled.
voidsetInternalErrorCaption(String internalErrorCaption)
Sets the caption of the notification.
voidsetInternalErrorMessage(String internalErrorMessage)
Sets the message of the notification.
voidsetInternalErrorNotificationEnabled(boolean internalErrorNotificationEnabled)
Enables or disables the notification.
voidsetInternalErrorURL(String internalErrorURL)
Sets the URL to go to when an internal error occurs.
voidsetSessionExpiredCaption(String sessionExpiredCaption)
Sets the caption of the notification.
voidsetSessionExpiredMessage(String sessionExpiredMessage)
Sets the message of the notification.
voidsetSessionExpiredNotificationEnabled(boolean sessionExpiredNotificationEnabled)
Enables or disables the notification.
voidsetSessionExpiredURL(String sessionExpiredURL)
Sets the URL to go to when the session has expired.