|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Page
An abstract page that represents some content returned from a server.
Method Summary | |
---|---|
void |
cleanUp()
Clean up this page. |
WebWindow |
getEnclosingWindow()
Returns the window that this page is sitting inside. |
URL |
getUrl()
Returns the URL of this page. |
WebResponse |
getWebResponse()
Returns the web response that was originally used to create this page. |
void |
initialize()
Initialize this page. |
Method Detail |
---|
void initialize() throws IOException
IOException
- if an IO problem occursvoid cleanUp() throws IOException
IOException
- if an IO problem occursWebResponse getWebResponse()
WebWindow getEnclosingWindow()
URL getUrl()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |