Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.meterware.httpunit.cookies.* (5)com.meterware.httpunit.javascript.* (2)
com.meterware.httpunit.parsing.* (9)com.meterware.httpunit.scripting.* (9)

com.meterware.httpunit: Javadoc index of package com.meterware.httpunit.


Package Samples:

com.meterware.httpunit.scripting: Classes for testing http server systems.  
com.meterware.httpunit.cookies
com.meterware.httpunit.javascript
com.meterware.httpunit.parsing

Classes:

NotHTMLException: $Id: NotHTMLException.java,v 1.1 2002/05/16 17:44:20 russgold Exp $ Copyright (c) 2002, Russell Gold Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included ...
WebForm: This class represents a form in an HTML page. Users of this class may examine the parameters defined for the form, the structure of the form (as a DOM), or the text of the form. They may also create a WebRequest to simulate the submission of the form.
WebLink: This class represents a link in an HTML page. Users of this class may examine the structure of the link (as a DOM), or create a WebRequest to simulate clicking on the link.
PutMethodWebRequest: A web request using the PUT protocol. The objectives of this class are to suport an HTTP PUT petition so we can test this HTTP requests. Documentation See the HTTP 1.1 [ spec ]
JTidyPrintWriter: Basic "parser" for the JTidy error output. Will get the line and column number as well as the message. It assumes that an error or warning is to be logged once println() has been called or if a string starts with "line"
WebConversation: The context for a series of HTTP requests. This class manages cookies used to maintain session context, computes relative URLs, and generally emulates the browser behavior needed to build an automated test of a web site.
WebClient: The context for a series of web requests. This class manages cookies used to maintain session context, computes relative URLs, and generally emulates the browser behavior needed to build an automated test of a web site.
HTMLElementPredicate: An interface which can be used to define matching criteria for an HTML element. It can be passed to methods such as WebRequest.getMatchingLink to define arbitrary matching criteria for web links.
ParameterHolder: This abstract class is extended by classes which hold parameters for web requests. Note that it is an abstract class rather than an interface in order to keep its methods package-local.
HeadMethodWebRequest: A web request using the HEAD method. This request is used to obtain header information for a resource without necessarily waiting for the data to be computed or transmitted.
MimeEncodedMessageBody: A POST-method message body which is MIME-encoded. This is used when uploading files, and is selected when the enctype parameter of a form is set to "multi-part/form-data".
FormParameter: Represents the aggregate of all form controls with a particular name. This permits us to abstract setting values so that changing a control type does not break a test.
MessageBodyWebRequest: A web request which contains a non-empty message body. Note that such requests must use the http or https protocols.
HTMLParserFactory: Factory for creating HTML parsers. Parser customization properties can be specified but do not necessarily work for every parser type.
WebWindow: A window managed by a WebClient .
HTMLParserListener: A listener for messages from the HTMLParser. This provides a mechanism to watch for errors and warnings generated during parsing.
HtmlErrorListener: This interface represents a listener which can receive notification of errors and warnings during the parsing of an HTML page.
MultipartFormRequiredException: This exception is thrown on an attempt to set a file parameter in a form that does not specify MIME encoding.
IllegalButtonPositionException: This exception is thrown on an attempt to set a file parameter in a form that does not specify MIME encoding.
HTMLElement: An interface which defines the common properties for an HTML element, which can correspond to any HTML tag.
JavaScriptEngineFactory: An implementation of the scripting engine factory which selects a Rhino-based implementation of JavaScript.
ScriptFilter: A filter to interpret JavaScript script blocks, based on the sample Scripts program provided by NekoHTML.

Home | Contact Us | Privacy Policy | Terms of Service