@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(ServletRequest request) |
ServletRequestContext(ServletRequest request,
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.
|
ServletRequest |
getRequest() |
ServletResponse |
getResponse() |
ServletContext |
getServletContext() |
int |
hashCode() |
public ServletRequestContext()
public ServletRequestContext(ServletRequest request, ServletResponse response)
public ServletRequestContext(ServletRequest request)
public ServletContext getServletContext()
public ServletRequest getRequest()
public ServletResponse getResponse()
Copyright © 2012 Seam Framework. All Rights Reserved.