ca.intelliware.amakihi.actor.http
Class WebBrowserActor

java.lang.Object
  |
  +--ca.intelliware.amakihi.actor.http.WebBrowserActor
All Implemented Interfaces:
Actor

public class WebBrowserActor
extends java.lang.Object
implements Actor


Constructor Summary
WebBrowserActor()
           
WebBrowserActor(Browser browser)
           
 
Method Summary
 void initialize(Script.ActorDefinition definition, java.lang.String tagName)
           
 void performAction(Script.Action action)
           
protected  void validateHttpResponseCode(int responseCode)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebBrowserActor

public WebBrowserActor()

WebBrowserActor

public WebBrowserActor(Browser browser)
Method Detail

performAction

public void performAction(Script.Action action)
                   throws ActionException
Specified by:
performAction in interface Actor
See Also:
Actor.performAction(Script.Action)

validateHttpResponseCode

protected void validateHttpResponseCode(int responseCode)
                                 throws ActionException

initialize

public void initialize(Script.ActorDefinition definition,
                       java.lang.String tagName)
Specified by:
initialize in interface Actor
See Also:
Actor#initialize(Script.ActorDefinition)


Copyright 2002 Intelliware Development. All Rights Reserved.