info.magnolia.module.blossom.support
Class IncludeRequestWrapper

java.lang.Object
  extended by javax.servlet.ServletRequestWrapper
      extended by javax.servlet.http.HttpServletRequestWrapper
          extended by info.magnolia.module.blossom.support.SpecialAttributeRequestWrapper
              extended by info.magnolia.module.blossom.support.IncludeRequestWrapper
All Implemented Interfaces:
javax.servlet.http.HttpServletRequest, javax.servlet.ServletRequest

public class IncludeRequestWrapper
extends SpecialAttributeRequestWrapper

Request wrapper that makes the request appear like an include.

Since:
1.2

Field Summary
 
Fields inherited from interface javax.servlet.http.HttpServletRequest
BASIC_AUTH, CLIENT_CERT_AUTH, DIGEST_AUTH, FORM_AUTH
 
Constructor Summary
IncludeRequestWrapper(javax.servlet.http.HttpServletRequest request, String requestUri, String contextPath, String servletPath, Object pathInfo, String queryString)
           
 
Method Summary
 
Methods inherited from class info.magnolia.module.blossom.support.SpecialAttributeRequestWrapper
getAttribute, getAttributeNames, removeAttribute, setAttribute, setSpecialAttribute, shouldMasquerade
 
Methods inherited from class javax.servlet.http.HttpServletRequestWrapper
getAuthType, getContextPath, getCookies, getDateHeader, getHeader, getHeaderNames, getHeaders, getIntHeader, getMethod, getPathInfo, getPathTranslated, getQueryString, getRemoteUser, getRequestedSessionId, getRequestURI, getRequestURL, getServletPath, getSession, getSession, getUserPrincipal, isRequestedSessionIdFromCookie, isRequestedSessionIdFromUrl, isRequestedSessionIdFromURL, isRequestedSessionIdValid, isUserInRole
 
Methods inherited from class javax.servlet.ServletRequestWrapper
getCharacterEncoding, getContentLength, getContentType, getInputStream, getLocalAddr, getLocale, getLocales, getLocalName, getLocalPort, getParameter, getParameterMap, getParameterNames, getParameterValues, getProtocol, getReader, getRealPath, getRemoteAddr, getRemoteHost, getRemotePort, getRequest, getRequestDispatcher, getScheme, getServerName, getServerPort, isSecure, 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
getCharacterEncoding, getContentLength, getContentType, getInputStream, getLocalAddr, getLocale, getLocales, getLocalName, getLocalPort, getParameter, getParameterMap, getParameterNames, getParameterValues, getProtocol, getReader, getRealPath, getRemoteAddr, getRemoteHost, getRemotePort, getRequestDispatcher, getScheme, getServerName, getServerPort, isSecure, setCharacterEncoding
 

Constructor Detail

IncludeRequestWrapper

public IncludeRequestWrapper(javax.servlet.http.HttpServletRequest request,
                             String requestUri,
                             String contextPath,
                             String servletPath,
                             Object pathInfo,
                             String queryString)


Copyright © 2009-2012 Magnolia International Ltd.. All Rights Reserved.