Class SandboxContext
java.lang.Object
net.n2oapp.framework.sandbox.view.SandboxContext
- All Implemented Interfaces:
net.n2oapp.framework.api.context.Context,net.n2oapp.framework.api.context.ContextEngine
@Component
public class SandboxContext
extends Object
implements net.n2oapp.framework.api.context.ContextEngine
Реализация контекста для использования в sandbox
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteSessionProjectsProperties(jakarta.servlet.http.HttpSession session) voidrefresh()voidvoidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.n2oapp.framework.api.context.Context
set
-
Field Details
-
USER_PROPERTIES
- See Also:
-
-
Constructor Details
-
SandboxContext
public SandboxContext()
-
-
Method Details
-
get
- Specified by:
getin interfacenet.n2oapp.framework.api.context.Context
-
set
- Specified by:
setin interfacenet.n2oapp.framework.api.context.Context
-
get
- Specified by:
getin interfacenet.n2oapp.framework.api.context.ContextEngine
-
set
- Specified by:
setin interfacenet.n2oapp.framework.api.context.ContextEngine
-
refresh
public void refresh()- Specified by:
refreshin interfacenet.n2oapp.framework.api.context.ContextEngine
-
deleteSessionProjectsProperties
public void deleteSessionProjectsProperties(jakarta.servlet.http.HttpSession session)
-