Java org.apache.wicket.util.cookies CookieUtils fields, constructors, methods, implement or subclass

Example usage for Java org.apache.wicket.util.cookies CookieUtils fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.wicket.util.cookies CookieUtils.

The text is from its open source code.

Constructor

Method

CookiegetCookie(final String name)
Gets the cookie with 'name' attached to the latest WebRequest.
Stringload(final String key)
Retrieve the cookie value by means of its key.
Stringload(final FormComponent formComponent)
Retrieve the cookie value associated with the formComponent and load the model object with the cookie value.
voidremove(final String key)
Remove the cookie identified by the key
voidremove(final FormComponent formComponent)
Remove the cookie identified by the form component
voidremove(final Cookie cookie)
Convenience method for deleting a cookie by name.
voidsave(String key, final String value)
Create a Cookie with key and value and save it in the browser with the next response