org.openqa.selenium.remote.server
Class JeeServletHttpRequest
java.lang.Object
org.openqa.selenium.remote.server.JeeServletHttpRequest
- All Implemented Interfaces:
- HttpRequest
public class JeeServletHttpRequest
- extends java.lang.Object
- implements HttpRequest
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JeeServletHttpRequest
public JeeServletHttpRequest(javax.servlet.http.HttpServletRequest request)
getAppUri
public java.lang.String getAppUri()
- Specified by:
getAppUri
in interface HttpRequest
getUri
public java.lang.String getUri()
- Specified by:
getUri
in interface HttpRequest
getMethod
public java.lang.String getMethod()
- Specified by:
getMethod
in interface HttpRequest
getHeader
public java.lang.String getHeader(java.lang.String header)
- Specified by:
getHeader
in interface HttpRequest
getPath
public java.lang.String getPath()
- Specified by:
getPath
in interface HttpRequest
getReader
public java.io.Reader getReader()
- Specified by:
getReader
in interface HttpRequest
forward
public void forward(HttpResponse response,
java.lang.String to)
- Specified by:
forward
in interface HttpRequest
getAttribute
public java.lang.Object getAttribute(java.lang.String attributeName)
- Specified by:
getAttribute
in interface HttpRequest
setAttribute
public void setAttribute(java.lang.String attributeName,
java.lang.Object value)
- Specified by:
setAttribute
in interface HttpRequest
Copyright © 2012. All Rights Reserved.