Class UserActionRequiredMessage
- java.lang.Object
-
- ro.sync.ecss.extensions.api.webapp.WebappMessage
-
- ro.sync.ecss.extensions.api.webapp.plugin.UserActionRequiredMessage
-
@API(src=PUBLIC, type=NOT_EXTENDABLE) public class UserActionRequiredMessage extends WebappMessage
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
Constructors Constructor Description UserActionRequiredMessage(WebappMessage webappMessage, java.lang.String contextUrl)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getUrl()
-
Methods inherited from class ro.sync.ecss.extensions.api.webapp.WebappMessage
equals, getMessage, getTitle, getType, hashCode, isUserGenerated, toString
-
-
-
-
Constructor Detail
-
UserActionRequiredMessage
public UserActionRequiredMessage(WebappMessage webappMessage, java.lang.String contextUrl)
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.
-
-