constructForCookies
public static HttpCookiesPropertyIO constructForCookies(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Property<?>... properties)
Static Constructor. With request,response and an array of Properties. But no access to PropertyCollection instance.
- Parameters:
request
- the HttpServletRequest
response
- the HttpServletResponse
properties
- an array of defined Properties.
- Returns:
- the instance of HttpCookiesPropertyIO, from where you can access the Cookie directly.