|
Graphene Selenium: API 2.0.0.Alpha1 | |||||||||
| 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 type of cookie options are represented by this objectpublic abstract class CookieOptions<T extends CookieOptions<T>>
Abstract immutable representation of options for manipulation with cookies.
| Constructor Summary | |
|---|---|
CookieOptions()
|
|
| Method Summary | |
|---|---|
protected void |
append(StringBuffer stringBuffer,
String appendix)
|
Object |
clone()
|
protected T |
copy()
|
T |
domain(String domain)
Specifies to which domain is cookie bound. |
static CookieCreateOptions |
forCreation()
Creates options for creating cookies |
static CookieDeleteOptions |
forDeletion()
Creates options for deleting cookies |
String |
getDomain()
Returns the domain for which is cookie registered |
String |
getPath()
Returns the path for which is cookie registered |
String |
inSeleniumRepresentation()
Returns Selenium's string representation of this object |
T |
path(String path)
Specifies to which path is cookie bound. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CookieOptions()
| Method Detail |
|---|
public static CookieCreateOptions forCreation()
public static CookieDeleteOptions forDeletion()
public T domain(String domain)
domain -
public T path(String path)
path -
public String getDomain()
public String getPath()
public Object clone()
throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedExceptionpublic String inSeleniumRepresentation()
SeleniumRepresentable
inSeleniumRepresentation in interface SeleniumRepresentable
protected void append(StringBuffer stringBuffer,
String appendix)
protected T copy()
|
Graphene Selenium: API 2.0.0.Alpha1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||