public class SettingPersistentSessions<T extends SettingPersistentSessions> extends Object
| Constructor and Description |
|---|
SettingPersistentSessions() |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey() |
String |
path()
The path to the persistent session data directory.
|
T |
path(String value)
The path to the persistent session data directory.
|
String |
relativeTo()
The directory the path is relative to
|
T |
relativeTo(String value)
The directory the path is relative to
|
public String getKey()
public String path()
public T path(String value)
public String relativeTo()
Copyright © 2015 JBoss by Red Hat. All rights reserved.