Uses of Class
com.meterware.httpunit.FrameSelector

Packages that use FrameSelector
com.meterware.httpunit Classes for testing http server systems. 
com.meterware.servletunit Classes for unit testing servlets, providing internal access to running servlets using a simulated servlet container. 
 

Uses of FrameSelector in com.meterware.httpunit
 

Fields in com.meterware.httpunit declared as FrameSelector
static FrameSelector FrameSelector.TOP_FRAME
           
 

Methods in com.meterware.httpunit that return FrameSelector
 FrameSelector WebRequestSource.getFrame()
          Returns the frame containing this request source.
 

Methods in com.meterware.httpunit with parameters of type FrameSelector
 WebResponse WebClient.getFrameContents(FrameSelector targetFrame)
          Returns the response associated with the specified frame name in the main window.
protected abstract  WebResponse WebClient.newResponse(WebRequest request, FrameSelector targetFrame)
          Creates a web response object which represents the response to the specified web request.
protected  WebResponse WebConversation.newResponse(WebRequest request, FrameSelector targetFrame)
          Creates a web response object which represents the response to the specified web request.
protected  void WebClient.updateMainWindow(FrameSelector frame, WebResponse response)
          Updates this web client based on a received response.
 

Constructors in com.meterware.httpunit with parameters of type FrameSelector
BlockElement(WebResponse response, FrameSelector frame, java.net.URL baseURL, java.lang.String baseTarget, org.w3c.dom.Node rootNode, java.lang.String characterSet)
           
HeaderOnlyWebRequest(java.net.URL urlBase, java.lang.String urlString, FrameSelector frame, java.lang.String target)
           
TextBlock(WebResponse response, FrameSelector frame, java.net.URL baseURL, java.lang.String baseTarget, org.w3c.dom.Node rootNode, java.lang.String characterSet)
           
WebList(WebResponse response, FrameSelector frame, java.net.URL baseURL, java.lang.String baseTarget, org.w3c.dom.Element element, java.lang.String characterSet)
           
WebRequest(java.net.URL urlBase, java.lang.String urlString, FrameSelector frame, java.lang.String target)
          Constructs a web request using a base URL, a relative URL string, and a target.
WebResponse(WebClient client, FrameSelector frame, java.net.URL url)
          Constructs a response object.
WebResponse(WebClient client, FrameSelector frame, java.net.URL url, java.lang.String text)
          Constructs a response object.
 

Uses of FrameSelector in com.meterware.servletunit
 

Methods in com.meterware.servletunit that return FrameSelector
 FrameSelector InvocationContext.getFrame()
          Returns the target frame for the original request.
 

Methods in com.meterware.servletunit with parameters of type FrameSelector
 InvocationContext InvocationContextFactory.newInvocation(ServletUnitClient client, FrameSelector targetFrame, WebRequest request, java.util.Dictionary clientHeaders, byte[] messageBody)
          Creates and returns a new invocation context to test calling of servlet methods.
protected  WebResponse ServletUnitClient.newResponse(WebRequest request, FrameSelector targetFrame)
          Creates a web response object which represents the response to the specified web request.
 



Copyright © 2011. All Rights Reserved.