|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.acsinet_solutions.cetia4.http.GetCommand
public final class GetCommand
Impementation of a GET Command that may be feed later to an HttpCommandProcessor.
HttpCommandProcessor,
Serialized Form| Constructor Summary | |
|---|---|
GetCommand(java.lang.String page)
Public 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 |
|---|
public GetCommand(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 | |||||||||