public static class SessionPersistence.Builder extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
cookieName |
protected SessionPersistence.Type |
type |
| Constructor and Description |
|---|
SessionPersistence.Builder() |
| Modifier and Type | Method and Description |
|---|---|
SessionPersistence |
build() |
SessionPersistence.Builder |
cookieName(String cookieName)
Provides the cookie name to the SessionPersistence's Builder.
|
SessionPersistence.Builder |
type(SessionPersistence.Type type)
Provides the type to the SessionPersistence's Builder.
|
protected SessionPersistence.Type type
protected String cookieName
public SessionPersistence.Builder type(SessionPersistence.Type type)
SessionPersistence.getType()public SessionPersistence.Builder cookieName(String cookieName)
SessionPersistence.getCookieName()public SessionPersistence build()
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.