|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectat.knowcenter.wag.egov.egiz.web.LocalRequest
public class LocalRequest
Encapsulates a local request, basicall an URL where the local request is sent to and a request string.
| Field Summary | |
|---|---|
protected String |
request_string_
The request string to be sent to that URL. |
protected String |
url_
The URL the local request sould be directed at. |
| Constructor Summary | |
|---|---|
LocalRequest(String url,
String request_string)
Constructor that initializes the URL and request string. |
|
| Method Summary | |
|---|---|
String |
getRequestString()
Returns the request string. |
String |
getUrl()
Returns the URL. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String url_
protected String request_string_
| Constructor Detail |
|---|
public LocalRequest(String url,
String request_string)
url - The URL the local request sould be directed at.request_string - The request string to be sent to that URL.| Method Detail |
|---|
public String getUrl()
public String getRequestString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||