| |
|
| java.lang.Object com.icesoft.faces.env.CommonEnvironmentRequest com.icesoft.faces.env.ServletEnvironmentRequest
ServletEnvironmentRequest | public class ServletEnvironmentRequest extends CommonEnvironmentRequest implements HttpServletRequest(Code) | | A wrapper for HttpServletRequest.
It is up to the user to ensure that casts to this specific type and use the
specific methods if you are running in the appropriate environment. Also,
since we wrap real requests, the state of those requests can get changed by
the application server, so it's possible that certain calls may result in
exceptions being thrown.
|
ServletEnvironmentRequest | public ServletEnvironmentRequest(Object request)(Code) | | |
getCharacterEncoding | public String getCharacterEncoding()(Code) | | |
getContentLength | public int getContentLength()(Code) | | |
getLocalPort | public int getLocalPort()(Code) | | |
getRemotePort | public int getRemotePort()(Code) | | |
isRequestedSessionIdFromCookie | public boolean isRequestedSessionIdFromCookie()(Code) | | |
isRequestedSessionIdFromURL | public boolean isRequestedSessionIdFromURL()(Code) | | |
isRequestedSessionIdFromUrl | public boolean isRequestedSessionIdFromUrl()(Code) | | |
removeAttribute | public void removeAttribute(String name)(Code) | | |
|
|
|