Class CrossViewScopeClientRequestData
java.lang.Object
de.xima.fc.gui.bean.designer.conversation.CrossViewScopeClientRequestData
- All Implemented Interfaces:
Serializable
POJO push data for the cross view scope request.
- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCrossViewScopeClientRequestData
(String handlerToken, String clientDataProvider) Creates a new POJO with the given data. -
Method Summary
-
Constructor Details
-
CrossViewScopeClientRequestData
Creates a new POJO with the given data.- Parameters:
handlerToken
- Value returned bygetHandlerToken()
.clientDataProvider
- Value returned bygetClientDataProvider()
.
-
-
Method Details
-
getHandlerToken
- Returns:
- Token for this request that should be echoed back.
-
getClientDataProvider
- Returns:
- Optional JavaScript callback function that may provide additional data.
-