Save This Page
Home » cocoon-2.1.11-src » org.apache » cocoon » environment » wrapper » [javadoc | source]
org.apache.cocoon.environment.wrapper
public final class: RequestWrapper [javadoc | source]
java.lang.Object
   org.apache.cocoon.environment.wrapper.RequestWrapper

All Implemented Interfaces:
    Request

This is a wrapper class for the Request object. It has the same properties except that the url and the parameters are different.
Nested Class Summary:
static final class  RequestWrapper.EnumerationFromIterator   
Constructor:
 public RequestWrapper(Request request,
    String requestURI,
    String queryString,
    Environment env) 
    Constructor
 public RequestWrapper(Request request,
    String requestURI,
    String queryString,
    Environment env,
    boolean rawMode) 
    Constructor
Method from org.apache.cocoon.environment.wrapper.RequestWrapper Summary:
get,   getAttribute,   getAttributeNames,   getAuthType,   getCharacterEncoding,   getContentLength,   getContentType,   getContextPath,   getCookieMap,   getCookies,   getDateHeader,   getHeader,   getHeaderNames,   getHeaders,   getLocale,   getLocales,   getMethod,   getParameter,   getParameterNames,   getParameterValues,   getPathInfo,   getPathTranslated,   getProtocol,   getQueryString,   getRemoteAddr,   getRemoteHost,   getRemoteUser,   getRequestURI,   getRequestedSessionId,   getScheme,   getServerName,   getServerPort,   getServletPath,   getSession,   getSession,   getSitemapURI,   getSitemapURIPrefix,   getUserPrincipal,   isRequestedSessionIdFromCookie,   isRequestedSessionIdFromURL,   isRequestedSessionIdFromUrl,   isRequestedSessionIdValid,   isSecure,   isUserInRole,   removeAttribute,   setAttribute,   setCharacterEncoding,   setRequestURI
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.cocoon.environment.wrapper.RequestWrapper Detail:
 public Object get(String name) 
 public Object getAttribute(String name) 
 public Enumeration getAttributeNames() 
 public String getAuthType() 
 public String getCharacterEncoding() 
 public int getContentLength() 
 public String getContentType() 
 public String getContextPath() 
 public Map getCookieMap() 
 public Cookie[] getCookies() 
 public long getDateHeader(String name) 
 public String getHeader(String name) 
 public Enumeration getHeaderNames() 
 public Enumeration getHeaders(String name) 
 public Locale getLocale() 
 public Enumeration getLocales() 
 public String getMethod() 
 public String getParameter(String name) 
 public Enumeration getParameterNames() 
 public String[] getParameterValues(String name) 
 public String getPathInfo() 
 public String getPathTranslated() 
 public String getProtocol() 
 public String getQueryString() 
 public String getRemoteAddr() 
 public String getRemoteHost() 
 public String getRemoteUser() 
 public String getRequestURI() 
 public String getRequestedSessionId() 
 public String getScheme() 
 public String getServerName() 
 public int getServerPort() 
 public String getServletPath() 
 public Session getSession() 
 public Session getSession(boolean create) 
 public String getSitemapURI() 
 public String getSitemapURIPrefix() 
 public Principal getUserPrincipal() 
 public boolean isRequestedSessionIdFromCookie() 
 public boolean isRequestedSessionIdFromURL() 
 public boolean isRequestedSessionIdFromUrl() 
 public boolean isRequestedSessionIdValid() 
 public boolean isSecure() 
 public boolean isUserInRole(String role) 
 public  void removeAttribute(String name) 
    Remove one attriube
 public  void setAttribute(String name,
    Object o) 
 public  void setCharacterEncoding(String enc) throws UnsupportedEncodingException 
 public  void setRequestURI(String prefix,
    String uri)