public class HttpSessionSessionStrategy extends Object implements SessionStrategy
Constructor and Description |
---|
HttpSessionSessionStrategy() |
Modifier and Type | Method and Description |
---|---|
Object |
getAttribute(RequestAttributes request,
String name) |
void |
removeAttribute(RequestAttributes request,
String name) |
void |
setAttribute(RequestAttributes request,
String name,
Object value) |
public void setAttribute(RequestAttributes request, String name, Object value)
setAttribute
in interface SessionStrategy
public Object getAttribute(RequestAttributes request, String name)
getAttribute
in interface SessionStrategy
public void removeAttribute(RequestAttributes request, String name)
removeAttribute
in interface SessionStrategy