Constructor and Description |
---|
SessionScope() |
Modifier and Type | Method and Description |
---|---|
Object |
get(String name) |
Object |
getCollection(String name) |
List<String> |
getNamesStartsWith(String value) |
void |
put(String name,
Object value) |
void |
remove(String name) |
static void |
removeServletRequest(javax.servlet.http.HttpServletRequest value) |
static void |
setServletRequest(javax.servlet.http.HttpServletRequest value) |
public static void setServletRequest(javax.servlet.http.HttpServletRequest value)
public static void removeServletRequest(javax.servlet.http.HttpServletRequest value)
public Object getCollection(String name)
getCollection
in interface Scope
public List<String> getNamesStartsWith(String value)
getNamesStartsWith
in interface Scope
Copyright © 2018 Brandao. All rights reserved.