public static interface IExecutionContext.ISession
Modifier and Type | Method and Description |
---|---|
Object |
getAttribute(String key) |
Object |
getAttribute(String key,
int scope) |
String |
getId() |
int |
getMaxInactiveInterval() |
Object |
getNativeSession()
Gets the native session object.
|
String |
getRealPath(String path) |
IExecutionContext.IRequestDispatcher |
getRequestDispatcher(String path) |
boolean |
isNew() |
void |
removeAttribute(String key) |
void |
setAttribute(String key,
Object value) |
void |
setAttribute(String key,
Object value,
int scope) |
Object getNativeSession()
String getId()
boolean isNew()
void removeAttribute(String key)
IExecutionContext.IRequestDispatcher getRequestDispatcher(String path)
int getMaxInactiveInterval()
Copyright © 2022 Visiativ. All rights reserved.