@Named public class CookieHandler extends Object implements RequestHandler
Handler.ExecutionMoment| Modifier and Type | Field and Description |
|---|---|
static String |
HTTP_ONLY_ATTRIBUTE_NAME |
static String |
SECURE_ATTRIBUTE_NAME |
| Constructor and Description |
|---|
CookieHandler() |
| Modifier and Type | Method and Description |
|---|---|
Handler.ExecutionMoment |
getExecutionMoment() |
void |
handle(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Performs data collection.
|
public static final String SECURE_ATTRIBUTE_NAME
public static final String HTTP_ONLY_ATTRIBUTE_NAME
public void handle(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
RequestHandlerhandle in interface RequestHandlerrequest - The current HTTP request.response - The current HTTP response.public Handler.ExecutionMoment getExecutionMoment()
getExecutionMoment in interface HandlerCopyright © 2017 BitSensor. All rights reserved.