public class DefaultRemoteCommand extends Object implements RemoteCommand
| Constructor and Description |
|---|
DefaultRemoteCommand(String command,
String field,
String value) |
DefaultRemoteCommand(String command,
String field,
String value,
String piggybackedJavaScript) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getCommand() |
String |
getCommandURLString()
Return the URL query string which will be sent to the browser
|
String |
getField() |
String |
getJSONString() |
String |
getPiggybackedJavaScript() |
String |
getValue() |
int |
hashCode() |
static RemoteCommand |
parse(String inputLine)
Factory method to create a RemoteCommand from a wiki-style input string
|
String |
toString() |
public String getCommandURLString()
RemoteCommandgetCommandURLString in interface RemoteCommandpublic String getJSONString()
public String getCommand()
getCommand in interface RemoteCommandpublic String getField()
getField in interface RemoteCommandpublic String getValue()
getValue in interface RemoteCommandpublic static RemoteCommand parse(String inputLine)
public String getPiggybackedJavaScript()
getPiggybackedJavaScript in interface RemoteCommandCopyright © 2013. All rights reserved.