Class UserPortalKeepSessionAliveBean
- java.lang.Object
-
- de.xima.fc.user_portal.bean.common.UserPortalKeepSessionAliveBean
-
- All Implemented Interfaces:
Serializable
@RequestScoped @Named public class UserPortalKeepSessionAliveBean extends Object implements Serializable
Bean that keeps the session alive, for use with the composite componentxi:keepSessionAlivePoll
- Since:
- 8.2.0
- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UserPortalKeepSessionAliveBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getPollInterval()
Gets the poll interval for keeping the session alive, in seconds.void
keepSessionAlive()
Accesses the session to keep it alive; and also the faces context and view root to keep the view alive.
-
-
-
Method Detail
-
keepSessionAlive
public void keepSessionAlive()
Accesses the session to keep it alive; and also the faces context and view root to keep the view alive.
-
getPollInterval
public int getPollInterval()
Gets the poll interval for keeping the session alive, in seconds.- Returns:
- The poll interval for keeping the session alive.
-
-