|
Ajocado API 1.0.0.Alpha2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.arquillian.ajocado.cookie.CookieOptions<T>
T - What final implementation can be derived by this objectpublic abstract class CookieOptions<T extends CookieOptions<T>>
Options for manipulation with cookies.
Immutable implementation.
| Constructor Summary | |
|---|---|
CookieOptions()
|
|
| Method Summary | |
|---|---|
protected T |
copy()
|
T |
domain(String domain)
Specifies to which domain is cookie bound. |
String |
getAsString()
|
String |
getDomain()
|
String |
getPath()
|
T |
path(String path)
Specifies to which path is cookie bound. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CookieOptions()
| Method Detail |
|---|
public T domain(String domain)
domain -
public T path(String path)
path -
public String getDomain()
public String getPath()
protected T copy()
public String getAsString()
|
Ajocado API 1.0.0.Alpha2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||