Java org.springframework.web.util CookieGenerator fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.web.util CookieGenerator fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.web.util CookieGenerator.

The text is from its open source code.

Subclass

org.springframework.web.util.CookieGenerator has subclasses.
Click this link to see all its subclasses.

Constructor

Method

voidsetCookieDomain(@Nullable String cookieDomain)
Use the given domain for cookies created by this generator.
voidsetCookiePath(String cookiePath)
Use the given path for cookies created by this generator.