public class Request
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Request.Type |
| Constructor and Description |
|---|
Request() |
| Modifier and Type | Method and Description |
|---|---|
WebSite |
getSite()
Returns the site for the request.
|
Request.Type |
getType()
Returns the type of request.
|
WebURL |
getURL()
Returns the URL.
|
void |
setType(Request.Type aType)
Sets the type of request.
|
void |
setURL(WebURL aURL)
Sets the URL.
|
java.lang.String |
toString()
Standard toString implementation.
|
public WebURL getURL()
public void setURL(WebURL aURL)
public WebSite getSite()
public Request.Type getType()
public void setType(Request.Type aType)
public java.lang.String toString()
toString in class java.lang.Object