|
2004.04.29 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--com.jdc.lang.Object
|
+--com.jdc.lang.SerializableObject
|
+--com.jdc.http.user.BrowserPage
BrowserPage contains all available information regarding the page being displayed in the user's browser. This operating system information is typically obtained by executing the JavaScript code in EnvironmentSensing.js (include script file).
| Field Summary |
| Fields inherited from class com.jdc.lang.Object |
string |
| Constructor Summary | |
BrowserPage()
Constructs a new BrowserPage object. |
|
| Method Summary | |
int |
getHeight()
Returns the height. |
String |
getTitle()
Returns the title. |
String |
getURI()
Returns the uri. |
int |
getWidth()
Returns the width. |
static void |
main(String[] args)
Unit test for class BrowserPage. |
void |
setHeight(String height)
Sets the height. |
void |
setTitle(String title)
Sets the title. |
void |
setURI(String uri)
Sets the uri. |
void |
setWidth(String width)
Sets the width. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public BrowserPage()
| Method Detail |
public int getHeight()
public String getTitle()
public String getURI()
public int getWidth()
public void setHeight(String height)
public void setTitle(String title)
public void setURI(String uri)
public void setWidth(String width)
public static void main(String[] args)
|
2004.04.29 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||