@CompileStatic class HttpSessionExtension extends Object
Methods added to the HttpSession interface
| Constructor and description |
|---|
HttpSessionExtension() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
static Object |
getAt(HttpSession session, String name) |
|
static Object |
getProperty(HttpSession session, String name) |
|
static void |
propertyMissing(HttpSession session, String name, Object value) |
|
static Object |
propertyMissing(HttpSession session, String name) |