2004.04.29


com.jdc.http.user
Class BrowserPage

java.lang.Object
  |
  +--com.jdc.lang.Object
        |
        +--com.jdc.lang.SerializableObject
              |
              +--com.jdc.http.user.BrowserPage
All Implemented Interfaces:
Serializable

public class BrowserPage
extends SerializableObject

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).

Version:
1.0
Author:
Jay Damon
See Also:
Serialized Form

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

BrowserPage

public BrowserPage()
Constructs a new BrowserPage object.

Method Detail

getHeight

public int getHeight()
Returns the height.

Returns:
int

getTitle

public String getTitle()
Returns the title.

Returns:
String

getURI

public String getURI()
Returns the uri.

Returns:
String

getWidth

public int getWidth()
Returns the width.

Returns:
int

setHeight

public void setHeight(String height)
Sets the height.


setTitle

public void setTitle(String title)
Sets the title.


setURI

public void setURI(String uri)
Sets the uri.


setWidth

public void setWidth(String width)
Sets the width.


main

public static void main(String[] args)
Unit test for class BrowserPage.


2004.04.29



Copyright © 2004 J. Damon & Co.; All Rights Reserved WorldWide.