Deprecated API

Deprecated Interfaces
com.meterware.httpunit.HtmlErrorListener
          as of 1.5.2, use HTMLParserListener 
 

Deprecated Methods
com.meterware.httpunit.WebClient.addCookie(String, String)
          as of 1.6, use #putCookie instead. 
com.meterware.httpunit.cookies.CookieJar.addCookie(String, String)
          as of 1.6, use #putCookie 
com.meterware.httpunit.HttpUnitOptions.addHtmlErrorListener(HTMLParserListener)
          as of 1.5.2, use HTMLParserfactory#addHTMLParserListener 
com.meterware.httpunit.WebLink.asText()
          as of 1.6, use #getText instead 
com.meterware.httpunit.TableCell.asText()
          as of 1.6, use #getText() 
com.meterware.httpunit.HttpUnitOptions.getAutoRedirect()
          as of 1.5.3, use ClientProperties#isAutoRedirect(); 
com.meterware.httpunit.HttpUnitOptions.getAutoRefresh()
          as of 1.5.3, use ClientProperties#isAutoRefresh(); 
com.meterware.httpunit.HttpUnitOptions.getHtmlErrorListeners()
          as of 1.5.2, removed with no replacement 
com.meterware.httpunit.WebRequestSource.getPageFrame()
          as of 1.6, use #getFrame 
com.meterware.httpunit.HttpUnitOptions.getParameterValuesValidated()
          as of 1.6, use WebForm#newUnvalidatedRequest() to obtain a request without parameter validation. 
com.meterware.httpunit.HttpUnitOptions.getParserWarningsEnabled()
          as of 1.5.2, use HTMLParserFactory#isParserWarningsEnabled 
com.meterware.httpunit.WebClient.getUserAgent()
          as of 1.4.6. Use ClientProperties#getUserAgent instead. 
com.meterware.httpunit.HttpUnitOptions.isAcceptCookies()
          as of 1.5.3, use ClientProperties#isAcceptCookies(); 
com.meterware.httpunit.HttpUnitOptions.isAcceptGzip()
          as of 1.5.3, use ClientProperties#isAcceptGzip(); 
com.meterware.httpunit.HttpUnitOptions.removeHtmlErrorListener(HTMLParserListener)
          as of 1.5.2, use HTMLParserfactory#removeHTMLParserListener 
com.meterware.httpunit.HttpUnitOptions.setAcceptCookies(boolean)
          as of 1.5.3, use ClientProperties#setAcceptCookies(); 
com.meterware.httpunit.HttpUnitOptions.setAcceptGzip(boolean)
          as of 1.5.3, use ClientProperties#setAcceptGzip(); 
com.meterware.httpunit.HttpUnitOptions.setAutoRedirect(boolean)
          as of 1.5.3, use ClientProperties#setAutoRedirect(); 
com.meterware.httpunit.HttpUnitOptions.setAutoRefresh(boolean)
          as of 1.5.3, use ClientProperties#setAutoRefresh(); 
com.meterware.httpunit.HttpUnitOptions.setParameterValuesValidated(boolean)
          as of 1.6, use WebForm#newUnvalidatedRequest() to obtain a request without parameter validation. 
com.meterware.httpunit.HttpUnitOptions.setParserWarningsEnabled(boolean)
          as of 1.5.2, use HTMLParserFactory#setParserWarningsEnabled 
com.meterware.httpunit.WebClient.setUserAgent(String)
          as of 1.4.6. Use ClientProperties#setUserAgent instead. 
 

Deprecated Constructors
com.meterware.servletunit.ServletRunner(String)
          as of 1.6, use ServletRunner.ServletRunner(File) 
com.meterware.servletunit.ServletRunner(String, String)
          as of 1.6, use ServletRunner.ServletRunner(File,String) 
 


Copyright © 2000-2004 Russell Gold. See license agreement for rights granted.