|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ClientletRequest
A URL request such as a HTTP, file or FTP request.
| Method Summary | |
|---|---|
java.lang.String |
getAltPostData()
Provides alternative POST data in case no ParameterInfo
is provied. |
Header[] |
getExtraHeaders()
Gets additional headers used in the request. |
java.lang.String |
getMethod()
Gets the request method. |
ParameterInfo |
getParameterInfo()
Gets information about the request parameters. |
java.lang.String |
getReferrer()
Gets the referring URL. |
RequestType |
getRequestType()
Gets the type of request. |
java.net.URL |
getRequestURL()
Gets the request URL. |
UserAgent |
getUserAgent()
Gets information about the user agent making the request. |
boolean |
isGetRequest()
Convenience method. |
boolean |
isNewWindowRequest()
Determines if the request was made in order to open a new browser window. |
boolean |
isPostRequest()
Convenience method. |
| Method Detail |
|---|
java.lang.String getMethod()
java.net.URL getRequestURL()
UserAgent getUserAgent()
java.lang.String getReferrer()
null
if none or unknown.
ParameterInfo getParameterInfo()
Header[] getExtraHeaders()
boolean isGetRequest()
boolean isPostRequest()
boolean isNewWindowRequest()
java.lang.String getAltPostData()
ParameterInfo
is provied.
RequestType getRequestType()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||