Save This Page
Home » apache-tomcat-6.0.16-src » org.apache » coyote » tomcat4 » [javadoc | source]
org.apache.coyote.tomcat4
public class: CoyoteRequestFacade [javadoc | source]
java.lang.Object
   org.apache.catalina.connector.RequestFacade
      org.apache.coyote.tomcat4.CoyoteRequestFacade

All Implemented Interfaces:
    HttpServletRequest

Facade class that wraps a Coyote request object. All methods are delegated to the wrapped request.
Field Summary
protected  CoyoteRequest request    The wrapped request. 
Fields inherited from org.apache.catalina.connector.RequestFacade:
request,  sm
Constructor:
 public CoyoteRequestFacade(CoyoteRequest request) 
    Construct a wrapper for the specified request.
    Parameters:
    request - The request to be wrapped
Method from org.apache.coyote.tomcat4.CoyoteRequestFacade Summary:
clear,   getAttribute,   getAttributeNames,   getAuthType,   getCharacterEncoding,   getContentLength,   getContentType,   getContextPath,   getCookies,   getDateHeader,   getHeader,   getHeaderNames,   getHeaders,   getInputStream,   getIntHeader,   getLocale,   getLocales,   getMethod,   getParameter,   getParameterMap,   getParameterNames,   getParameterValues,   getPathInfo,   getPathTranslated,   getProtocol,   getQueryString,   getReader,   getRealPath,   getRemoteAddr,   getRemoteHost,   getRemoteUser,   getRequestDispatcher,   getRequestURI,   getRequestURL,   getRequestedSessionId,   getScheme,   getServerName,   getServerPort,   getServletPath,   getSession,   getSession,   getUserPrincipal,   isRequestedSessionIdFromCookie,   isRequestedSessionIdFromURL,   isRequestedSessionIdFromUrl,   isRequestedSessionIdValid,   isSecure,   isUserInRole,   removeAttribute,   setAttribute,   setCharacterEncoding
Methods from org.apache.catalina.connector.RequestFacade:
clear,   clone,   getAttribute,   getAttributeNames,   getAuthType,   getCharacterEncoding,   getContentLength,   getContentType,   getContextPath,   getCookies,   getDateHeader,   getHeader,   getHeaderNames,   getHeaders,   getInputStream,   getIntHeader,   getLocalAddr,   getLocalName,   getLocalPort,   getLocale,   getLocales,   getMethod,   getParameter,   getParameterMap,   getParameterNames,   getParameterValues,   getPathInfo,   getPathTranslated,   getProtocol,   getQueryString,   getReader,   getRealPath,   getRemoteAddr,   getRemoteHost,   getRemotePort,   getRemoteUser,   getRequestDispatcher,   getRequestURI,   getRequestURL,   getRequestedSessionId,   getScheme,   getServerName,   getServerPort,   getServletPath,   getSession,   getSession,   getUserPrincipal,   isRequestedSessionIdFromCookie,   isRequestedSessionIdFromURL,   isRequestedSessionIdFromUrl,   isRequestedSessionIdValid,   isSecure,   isUserInRole,   removeAttribute,   setAttribute,   setCharacterEncoding
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.coyote.tomcat4.CoyoteRequestFacade Detail:
 public  void clear() 
    Clear facade.
 public Object getAttribute(String name) 
 public Enumeration getAttributeNames() 
 public String getAuthType() 
 public String getCharacterEncoding() 
 public int getContentLength() 
 public String getContentType() 
 public String getContextPath() 
 public Cookie[] getCookies() 
 public long getDateHeader(String name) 
 public String getHeader(String name) 
 public Enumeration getHeaderNames() 
 public Enumeration getHeaders(String name) 
 public ServletInputStream getInputStream() throws IOException 
 public int getIntHeader(String name) 
 public Locale getLocale() 
 public Enumeration getLocales() 
 public String getMethod() 
 public String getParameter(String name) 
 public Map getParameterMap() 
 public Enumeration getParameterNames() 
 public String[] getParameterValues(String name) 
 public String getPathInfo() 
 public String getPathTranslated() 
 public String getProtocol() 
 public String getQueryString() 
 public BufferedReader getReader() throws IOException 
 public String getRealPath(String path) 
 public String getRemoteAddr() 
 public String getRemoteHost() 
 public String getRemoteUser() 
 public RequestDispatcher getRequestDispatcher(String path) 
 public String getRequestURI() 
 public StringBuffer getRequestURL() 
 public String getRequestedSessionId() 
 public String getScheme() 
 public String getServerName() 
 public int getServerPort() 
 public String getServletPath() 
 public HttpSession getSession() 
 public HttpSession getSession(boolean create) 
 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) 
 public  void setAttribute(String name,
    Object o) 
 public  void setCharacterEncoding(String env) throws UnsupportedEncodingException