|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.acsinet_solutions.cetia4.http.ActionCommand
public abstract class ActionCommand
Superclass for POST, PUT and DELETE commands
| Constructor Summary | |
|---|---|
protected |
ActionCommand(HttpMethod method,
java.lang.String page)
Protected constructor |
| Method Summary | |
|---|---|
void |
addParam(java.lang.String key,
java.lang.String value)
Add a parameter to the current command. |
HttpMethod |
getMethod()
Get the HTTP command method for the current command. |
java.lang.String |
getPage()
Get the page of the command. |
java.util.Map<java.lang.String,java.lang.String> |
getParams()
Get the parameters of the command to be executed. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected ActionCommand(HttpMethod method,
java.lang.String page)
| Method Detail |
|---|
public HttpMethod getMethod()
HttpCommand
getMethod in interface HttpCommandpublic java.lang.String getPage()
HttpCommand
getPage in interface HttpCommand
public void addParam(java.lang.String key,
java.lang.String value)
HttpCommand
addParam in interface HttpCommandpublic final java.util.Map<java.lang.String,java.lang.String> getParams()
HttpCommand
getParams in interface HttpCommand
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||