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

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

Introduction

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

The text is from its open source code.

Constructor

Method

voidsetMaxAge(int maxAge)
Sets the maximum age of the cookie in seconds.
voidsetSecure(boolean secure)
Indicates to the browser whether the cookie should only be sent using a secure protocol, such as HTTPS or SSL.