|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.openqa.selenium.server.DefaultSeleneseCommand
The default implementation of the SeleneseCommand interface
| Constructor Summary | |
DefaultSeleneseCommand(java.lang.String command,
java.lang.String field,
java.lang.String value)
|
|
| Method Summary | |
java.lang.String |
getCommand()
|
java.lang.String |
getCommandURLString()
Return the URL query string which will be sent to the browser |
java.lang.String |
getField()
|
java.lang.String |
getValue()
|
static SeleneseCommand |
parse(java.lang.String inputLine)
Factory method to create a SeleneseCommand from a wiki-style input string |
java.lang.String |
toString()
|
static java.lang.String |
urlEncode(java.lang.String text)
Encodes the text as an URL using UTF-8. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public DefaultSeleneseCommand(java.lang.String command,
java.lang.String field,
java.lang.String value)
| Method Detail |
public java.lang.String getCommandURLString()
SeleneseCommand
getCommandURLString in interface SeleneseCommandpublic java.lang.String getCommand()
getCommand in interface SeleneseCommandpublic java.lang.String getField()
getField in interface SeleneseCommandpublic java.lang.String getValue()
getValue in interface SeleneseCommandpublic java.lang.String toString()
public static SeleneseCommand parse(java.lang.String inputLine)
public static java.lang.String urlEncode(java.lang.String text)
text - the text too encode
URLEncoder.encode(java.lang.String, java.lang.String)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||