com.atlassian.selenium
Class HtmlDumpingHttpCommandProcessor

java.lang.Object
  extended by com.thoughtworks.selenium.HttpCommandProcessor
      extended by com.atlassian.selenium.HtmlDumpingHttpCommandProcessor
All Implemented Interfaces:
com.thoughtworks.selenium.CommandProcessor

public class HtmlDumpingHttpCommandProcessor
extends com.thoughtworks.selenium.HttpCommandProcessor

An Atlassian HttpCommand processor to dump the HTML if there are any errors.


Constructor Summary
HtmlDumpingHttpCommandProcessor(String s, int i, String s1, String s2)
           
 
Method Summary
 String doCommand(String s, String[] strings)
           
 
Methods inherited from class com.thoughtworks.selenium.HttpCommandProcessor
closeResources, executeCommandOnServlet, getBoolean, getBooleanArray, getCommandResponseAsString, getHttpUrlConnection, getInputStreamReader, getNumber, getNumberArray, getOutputStreamWriter, getRemoteControlServerLocation, getResponseCode, getString, getStringArray, hasSessionInProgress, parseCSV, setExtensionJs, setSessionInProgress, start, start, start, stop, throwAssertionFailureExceptionOrError
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HtmlDumpingHttpCommandProcessor

public HtmlDumpingHttpCommandProcessor(String s,
                                       int i,
                                       String s1,
                                       String s2)
Method Detail

doCommand

public String doCommand(String s,
                        String[] strings)
Specified by:
doCommand in interface com.thoughtworks.selenium.CommandProcessor
Overrides:
doCommand in class com.thoughtworks.selenium.HttpCommandProcessor


Copyright © 2010 Atlassian Pty Ltd. All Rights Reserved.