public interface SessionStrategy
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) |
void setAttribute(RequestAttributes request, String name, Object value)
Object getAttribute(RequestAttributes request, String name)
void removeAttribute(RequestAttributes request, String name)