@Veto public class ServletRequestContext extends Object
ServletRequest
and ServletResponse
for the current request and dually provides access to the
ServletContext
, which is accessed from the HttpServletRequest
object.Constructor and Description |
---|
ServletRequestContext() |
ServletRequestContext(javax.servlet.ServletRequest request) |
ServletRequestContext(javax.servlet.ServletRequest request,
javax.servlet.ServletResponse response) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
If the request and response on both objects map to the same Java identity, respectively, then consider these two objects
to be equivalent.
|
javax.servlet.ServletRequest |
getRequest() |
javax.servlet.ServletResponse |
getResponse() |
javax.servlet.ServletContext |
getServletContext() |
int |
hashCode() |
public ServletRequestContext()
public ServletRequestContext(javax.servlet.ServletRequest request, javax.servlet.ServletResponse response)
public ServletRequestContext(javax.servlet.ServletRequest request)
Copyright © 2008–2013 Seam Framework. All rights reserved.