Class UserActionRequiredMessage
java.lang.Object
ro.sync.ecss.extensions.api.webapp.WebappMessage
ro.sync.ecss.extensions.api.webapp.plugin.UserActionRequiredMessage
Contains details for the server message that is presented on client side when a user action required
exception is thrown.
- Since:
- 21
-
Field Summary
Fields inherited from class ro.sync.ecss.extensions.api.webapp.WebappMessage
MESSAGE_TYPE_CUSTOM, MESSAGE_TYPE_ERROR, MESSAGE_TYPE_INFO, MESSAGE_TYPE_RESULT_VALUE, MESSAGE_TYPE_SYSTEM_APPLICATION, MESSAGE_TYPE_WARN
-
Constructor Summary
ConstructorsConstructorDescriptionUserActionRequiredMessage
(WebappMessage webappMessage, String contextUrl) Constructor. -
Method Summary
Methods inherited from class ro.sync.ecss.extensions.api.webapp.WebappMessage
equals, getMessage, getTitle, getType, hashCode, isUserGenerated, toString
-
Constructor Details
-
UserActionRequiredMessage
Constructor.- Parameters:
webappMessage
- The server message that is presented on client sidecontextUrl
- The URL of the resource for which the user action required exception is thrown.
-
-
Method Details
-
getUrl
- Returns:
- Returns the URL of the resource for which the user action required exception is thrown.
-