|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface HttpCommand
Interface that represents a given Get or Post command
| 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. |
| Method Detail |
|---|
HttpMethod getMethod()
java.util.Map<java.lang.String,java.lang.String> getParams()
void addParam(java.lang.String key,
java.lang.String value)
java.lang.String getPage()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||