| java.lang.Object org.apache.cocoon.environment.wrapper.RequestWrapper
RequestWrapper | final public class RequestWrapper implements Request(Code) | | This is a wrapper class for the Request object.
It has the same properties except that the url and the parameters
are different.
author: Carsten Ziegeler version: $Id: RequestWrapper.java 433543 2006-08-22 06:22:54Z crossley $ |
Inner Class :final static class EnumerationFromIterator implements Enumeration | |
getCharacterEncoding | public String getCharacterEncoding()(Code) | | |
getContentLength | public int getContentLength()(Code) | | |
getRequestedSessionId | public String getRequestedSessionId()(Code) | | |
getServerPort | public int getServerPort()(Code) | | |
getSitemapURIPrefix | public String getSitemapURIPrefix()(Code) | | |
isRequestedSessionIdFromCookie | public boolean isRequestedSessionIdFromCookie()(Code) | | |
isRequestedSessionIdFromURL | public boolean isRequestedSessionIdFromURL()(Code) | | |
isRequestedSessionIdFromUrl | public boolean isRequestedSessionIdFromUrl()(Code) | | |
isRequestedSessionIdValid | public boolean isRequestedSessionIdValid()(Code) | | |
isSecure | public boolean isSecure()(Code) | | |
removeAttribute | public void removeAttribute(String name)(Code) | | Remove one attriube
|
|
|