Class UserPortalPageInitBean
java.lang.Object
de.xima.fc.user_portal.bean.common.UserPortalPageInitBean
- All Implemented Interfaces:
Serializable
When the HTTP websocket client is used, delays the rendering of the page until the websocket is connected.
- Since:
- 8.2.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidCalled when the websocket connection was established.voidsetCanRender(boolean canRender)
-
Constructor Details
-
UserPortalPageInitBean
public UserPortalPageInitBean()
-
-
Method Details
-
onWebsocketInit
-
setCanRender
public void setCanRender(boolean canRender) -
isCanRender
public boolean isCanRender()
-