org.jboss.portal.test.framework.driver.http.command
Class DoGetCommand

java.lang.Object
  extended by org.jboss.portal.test.framework.driver.DriverCommand
      extended by org.jboss.portal.test.framework.driver.http.command.HTTPDriverCommand
          extended by org.jboss.portal.test.framework.driver.http.command.DoMethodCommand
              extended by org.jboss.portal.test.framework.driver.http.command.DoGetCommand
All Implemented Interfaces:
java.io.Serializable

public class DoGetCommand
extends DoMethodCommand

Perform a get.

Version:
$Revision: 5448 $
Author:
Julien Viet
See Also:
Serialized Form

Constructor Summary
DoGetCommand(java.net.URI uri)
           
DoGetCommand(java.net.URI uri, HttpHeaders headers)
           
 
Method Summary
 
Methods inherited from class org.jboss.portal.test.framework.driver.http.command.DoMethodCommand
getHeaders, getURI
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DoGetCommand

public DoGetCommand(java.net.URI uri,
                    HttpHeaders headers)

DoGetCommand

public DoGetCommand(java.net.URI uri)