ca.intelliware.amakihi.actor.http
Class Window

java.lang.Object
  |
  +--ca.intelliware.amakihi.actor.http.Window
Direct Known Subclasses:
DialogWindow, XHTMLWindow

public abstract class Window
extends java.lang.Object


Constructor Summary
Window(VirtualBrowser browser, java.net.URL url, java.lang.String contentType, java.io.InputStream inputStream)
           
 
Method Summary
protected  VirtualBrowser getBrowser()
          Gets the browser
 java.lang.String getContentType()
          Gets the contentType
 java.io.InputStream getInputStream()
          Gets the inputStream
 java.net.URL getUrl()
          Gets the url
protected  void setBrowser(VirtualBrowser browser)
          Sets the browser
 void setContentType(java.lang.String contentType)
          Sets the contentType
 void setInputStream(java.io.InputStream inputStream)
          Sets the inputStream
 void setUrl(java.net.URL url)
          Sets the url
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Window

public Window(VirtualBrowser browser,
              java.net.URL url,
              java.lang.String contentType,
              java.io.InputStream inputStream)
Method Detail

getUrl

public java.net.URL getUrl()
Gets the url
Returns:
Returns a URL

setUrl

public void setUrl(java.net.URL url)
Sets the url
Parameters:
url - The url to set

getInputStream

public java.io.InputStream getInputStream()
Gets the inputStream
Returns:
Returns a InputStream

setInputStream

public void setInputStream(java.io.InputStream inputStream)
Sets the inputStream
Parameters:
inputStream - The inputStream to set

getContentType

public java.lang.String getContentType()
Gets the contentType
Returns:
Returns a String

setContentType

public void setContentType(java.lang.String contentType)
Sets the contentType
Parameters:
contentType - The contentType to set

getBrowser

protected VirtualBrowser getBrowser()
Gets the browser
Returns:
Returns a VirtualBrowser

setBrowser

protected void setBrowser(VirtualBrowser browser)
Sets the browser
Parameters:
browser - The browser to set


Copyright 2002 Intelliware Development. All Rights Reserved.