Package net.n2oapp.framework.ui.context
Class SessionContextEngine
- java.lang.Object
-
- net.n2oapp.framework.ui.context.SessionContextEngine
-
- All Implemented Interfaces:
Context,ContextEngine
public class SessionContextEngine extends Object implements ContextEngine
Хранение значений контекста в http сессии пользователя
-
-
Constructor Summary
Constructors Constructor Description SessionContextEngine()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectget(String name)Objectget(String param, Map<String,Object> baseParams)voidset(Map<String,Object> dataSet)voidset(Map<String,Object> dataSet, Map<String,Object> baseParams)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.n2oapp.framework.api.context.ContextEngine
refresh
-
-