|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.vaadin.server.SystemMessages
public class SystemMessages
Contains the system messages used to notify the user about various critical situations that can occur.
Use VaadinService.setSystemMessagesProvider(SystemMessagesProvider)
to customize.
The defaults defined in this class are:
Field Summary | |
---|---|
protected java.lang.String |
authenticationErrorCaption
|
protected java.lang.String |
authenticationErrorMessage
|
protected boolean |
authenticationErrorNotificationEnabled
|
protected java.lang.String |
authenticationErrorURL
|
protected java.lang.String |
communicationErrorCaption
|
protected java.lang.String |
communicationErrorMessage
|
protected boolean |
communicationErrorNotificationEnabled
|
protected java.lang.String |
communicationErrorURL
|
protected java.lang.String |
cookiesDisabledCaption
|
protected java.lang.String |
cookiesDisabledMessage
|
protected boolean |
cookiesDisabledNotificationEnabled
|
protected java.lang.String |
cookiesDisabledURL
|
protected java.lang.String |
internalErrorCaption
|
protected java.lang.String |
internalErrorMessage
|
protected boolean |
internalErrorNotificationEnabled
|
protected java.lang.String |
internalErrorURL
|
protected java.lang.String |
outOfSyncCaption
|
protected java.lang.String |
outOfSyncMessage
|
protected boolean |
outOfSyncNotificationEnabled
|
protected java.lang.String |
outOfSyncURL
|
protected java.lang.String |
sessionExpiredCaption
|
protected java.lang.String |
sessionExpiredMessage
|
protected boolean |
sessionExpiredNotificationEnabled
|
protected java.lang.String |
sessionExpiredURL
|
Method Summary | |
---|---|
java.lang.String |
getAuthenticationErrorCaption()
|
java.lang.String |
getAuthenticationErrorMessage()
|
java.lang.String |
getAuthenticationErrorURL()
|
java.lang.String |
getCommunicationErrorCaption()
|
java.lang.String |
getCommunicationErrorMessage()
|
java.lang.String |
getCommunicationErrorURL()
|
java.lang.String |
getCookiesDisabledCaption()
Returns the caption of the message shown to the user when cookies are disabled in the browser. |
java.lang.String |
getCookiesDisabledMessage()
Returns the message shown to the user when cookies are disabled in the browser. |
java.lang.String |
getCookiesDisabledURL()
Returns the URL the user should be redirected to after dismissing the "you have to enable your cookies" message. |
java.lang.String |
getInternalErrorCaption()
|
java.lang.String |
getInternalErrorMessage()
|
java.lang.String |
getInternalErrorURL()
|
java.lang.String |
getOutOfSyncCaption()
|
java.lang.String |
getOutOfSyncMessage()
|
java.lang.String |
getOutOfSyncURL()
|
java.lang.String |
getSessionExpiredCaption()
|
java.lang.String |
getSessionExpiredMessage()
|
java.lang.String |
getSessionExpiredURL()
|
boolean |
isAuthenticationErrorNotificationEnabled()
|
boolean |
isCommunicationErrorNotificationEnabled()
|
boolean |
isCookiesDisabledNotificationEnabled()
Determines if "cookies disabled" messages should be shown to the end user or not. |
boolean |
isInternalErrorNotificationEnabled()
|
boolean |
isOutOfSyncNotificationEnabled()
|
boolean |
isSessionExpiredNotificationEnabled()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String sessionExpiredURL
protected boolean sessionExpiredNotificationEnabled
protected java.lang.String sessionExpiredCaption
protected java.lang.String sessionExpiredMessage
protected java.lang.String communicationErrorURL
protected boolean communicationErrorNotificationEnabled
protected java.lang.String communicationErrorCaption
protected java.lang.String communicationErrorMessage
protected java.lang.String authenticationErrorURL
protected boolean authenticationErrorNotificationEnabled
protected java.lang.String authenticationErrorCaption
protected java.lang.String authenticationErrorMessage
protected java.lang.String internalErrorURL
protected boolean internalErrorNotificationEnabled
protected java.lang.String internalErrorCaption
protected java.lang.String internalErrorMessage
protected java.lang.String outOfSyncURL
protected boolean outOfSyncNotificationEnabled
protected java.lang.String outOfSyncCaption
protected java.lang.String outOfSyncMessage
protected java.lang.String cookiesDisabledURL
protected boolean cookiesDisabledNotificationEnabled
protected java.lang.String cookiesDisabledCaption
protected java.lang.String cookiesDisabledMessage
Method Detail |
---|
public java.lang.String getSessionExpiredURL()
public boolean isSessionExpiredNotificationEnabled()
public java.lang.String getSessionExpiredCaption()
public java.lang.String getSessionExpiredMessage()
public java.lang.String getCommunicationErrorURL()
public boolean isCommunicationErrorNotificationEnabled()
public java.lang.String getCommunicationErrorCaption()
public java.lang.String getCommunicationErrorMessage()
public java.lang.String getAuthenticationErrorURL()
public boolean isAuthenticationErrorNotificationEnabled()
public java.lang.String getAuthenticationErrorCaption()
public java.lang.String getAuthenticationErrorMessage()
public java.lang.String getInternalErrorURL()
public boolean isInternalErrorNotificationEnabled()
public java.lang.String getInternalErrorCaption()
public java.lang.String getInternalErrorMessage()
public java.lang.String getOutOfSyncURL()
public boolean isOutOfSyncNotificationEnabled()
public java.lang.String getOutOfSyncCaption()
public java.lang.String getOutOfSyncMessage()
public java.lang.String getCookiesDisabledURL()
public boolean isCookiesDisabledNotificationEnabled()
getCookiesDisabledURL()
.
public java.lang.String getCookiesDisabledCaption()
public java.lang.String getCookiesDisabledMessage()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |