Package de.xima.fc.gui.bean
Class KeepSessionAliveBean
- java.lang.Object
-
- de.xima.fc.gui.bean.KeepSessionAliveBean
-
- All Implemented Interfaces:
Serializable
@RequestScoped @Named("keepSessionAliveBean") public class KeepSessionAliveBean extends Object implements Serializable
Bean that keeps the session alive, for use with the composite componentxi:keepSessionAlivePoll
- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description KeepSessionAliveBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getPollInterval()
void
keepSessionAlive()
Accesses the session to keep it alive; and also the faces context and view root to keep the view alive.
-