public class AbstractCookieSerializer
extends java.lang.Object
implements org.springframework.session.web.http.CookieSerializer
CookieSerializer interface to encapsulate
functionality common to all implementations as well as to simplify the implementation of the Spring Session core
CookieSerializer interface.HttpServletRequest,
CookieSerializer| Modifier and Type | Field and Description |
|---|---|
protected static java.lang.String |
NOT_IMPLEMENTED |
| Constructor and Description |
|---|
AbstractCookieSerializer() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.String> |
readCookieValues(javax.servlet.http.HttpServletRequest request) |
void |
writeCookieValue(org.springframework.session.web.http.CookieSerializer.CookieValue cookieValue) |
protected static final java.lang.String NOT_IMPLEMENTED
public java.util.List<java.lang.String> readCookieValues(javax.servlet.http.HttpServletRequest request)
readCookieValues in interface org.springframework.session.web.http.CookieSerializerpublic void writeCookieValue(org.springframework.session.web.http.CookieSerializer.CookieValue cookieValue)
writeCookieValue in interface org.springframework.session.web.http.CookieSerializer