org.apache.jetspeed.contentserver
Class ContentLocatingRequestWrapper

java.lang.Object
  extended byjavax.servlet.ServletRequestWrapper
      extended byjavax.servlet.http.HttpServletRequestWrapper
          extended byorg.apache.jetspeed.contentserver.ContentLocatingRequestWrapper
All Implemented Interfaces:
javax.servlet.http.HttpServletRequest, javax.servlet.ServletRequest

public class ContentLocatingRequestWrapper
extends javax.servlet.http.HttpServletRequestWrapper

ContentLocatingRequestWrapper

Version:
$Id: ContentLocatingRequestWrapper.java 187264 2004-08-16 13:25:30Z weaver $
Author:
Scott T. Weaver

Field Summary
private  ContentLocator contentLocator
           
private  boolean isCalled
           
private  boolean readerCalled
           
private  javax.servlet.http.HttpServletRequest request
           
 
Fields inherited from interface javax.servlet.http.HttpServletRequest
BASIC_AUTH, CLIENT_CERT_AUTH, DIGEST_AUTH, FORM_AUTH
 
Constructor Summary
ContentLocatingRequestWrapper(javax.servlet.http.HttpServletRequest request, ContentLocator contentLocator)
           
 
Method Summary
 String getContextPath()
           getContextPath
 String getPathInfo()
           getPathInfo
 String getPathTranslated()
           getPathTranslated
 String getRequestURI()
           getRequestURI
 StringBuffer getRequestURL()
           getRequestURL
 String getServletPath()
           getServletPath
 
Methods inherited from class javax.servlet.http.HttpServletRequestWrapper
getAuthType, getCookies, getDateHeader, getHeader, getHeaderNames, getHeaders, getIntHeader, getMethod, getQueryString, getRemoteUser, getRequestedSessionId, getSession, getSession, getUserPrincipal, isRequestedSessionIdFromCookie, isRequestedSessionIdFromUrl, isRequestedSessionIdFromURL, isRequestedSessionIdValid, isUserInRole
 
Methods inherited from class javax.servlet.ServletRequestWrapper
getAttribute, getAttributeNames, getCharacterEncoding, getContentLength, getContentType, getInputStream, getLocale, getLocales, getParameter, getParameterMap, getParameterNames, getParameterValues, getProtocol, getReader, getRealPath, getRemoteAddr, getRemoteHost, getRequest, getRequestDispatcher, getScheme, getServerName, getServerPort, isSecure, removeAttribute, setAttribute, setCharacterEncoding, setRequest
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.servlet.ServletRequest
getAttribute, getAttributeNames, getCharacterEncoding, getContentLength, getContentType, getInputStream, getLocale, getLocales, getParameter, getParameterMap, getParameterNames, getParameterValues, getProtocol, getReader, getRealPath, getRemoteAddr, getRemoteHost, getRequestDispatcher, getScheme, getServerName, getServerPort, isSecure, removeAttribute, setAttribute, setCharacterEncoding
 

Field Detail

contentLocator

private ContentLocator contentLocator

request

private javax.servlet.http.HttpServletRequest request

readerCalled

private boolean readerCalled

isCalled

private boolean isCalled
Constructor Detail

ContentLocatingRequestWrapper

public ContentLocatingRequestWrapper(javax.servlet.http.HttpServletRequest request,
                                     ContentLocator contentLocator)
Method Detail

getRequestURI

public String getRequestURI()

getRequestURI

Returns:
See Also:
HttpServletRequest.getRequestURI()

getRequestURL

public StringBuffer getRequestURL()

getRequestURL

Returns:
See Also:
HttpServletRequest.getRequestURL()

getServletPath

public String getServletPath()

getServletPath

Returns:
See Also:
HttpServletRequest.getServletPath()

getContextPath

public String getContextPath()

getContextPath

Returns:
See Also:
HttpServletRequest.getContextPath()

getPathInfo

public String getPathInfo()

getPathInfo

Returns:
See Also:
HttpServletRequest.getPathInfo()

getPathTranslated

public String getPathTranslated()

getPathTranslated

Returns:
See Also:
HttpServletRequest.getPathTranslated()


Copyright © 1999-2005 Apache Software Foundation. All Rights Reserved.