Interface IExecutionContext.ISession
- Enclosing interface:
IExecutionContext
public static interface IExecutionContext.ISession
-
Method Summary
Modifier and TypeMethodDescriptiongetAttribute
(String key) getAttribute
(String key, int scope) getId()
int
Gets the native session object.getRealPath
(String path) getRequestDispatcher
(String path) boolean
isNew()
void
removeAttribute
(String key) void
setAttribute
(String key, Object value) void
setAttribute
(String key, Object value, int scope)