com.liferay.faces.bridge.application.view
Class BridgeAfterViewContentRequest

java.lang.Object
  extended by javax.portlet.filter.PortletRequestWrapper
      extended by com.liferay.faces.bridge.filter.HttpServletRequestAdapter
          extended by com.liferay.faces.bridge.application.view.BridgeAfterViewContentRequest
All Implemented Interfaces:
javax.portlet.PortletRequest, javax.servlet.http.HttpServletRequest, javax.servlet.ServletRequest
Direct Known Subclasses:
BridgeAfterViewContentRequestRenderImpl, BridgeAfterViewContentRequestResourceImpl

public abstract class BridgeAfterViewContentRequest
extends HttpServletRequestAdapter

This class provides the ability to trick the JSF implementation into thinking that the current PortletRequest is actually an HttpServletRequest. It serves as a marker class that simply extends HttpServletResponseAdapter. It's only purpose is to make the code in ExternalContextImpl easier to follow by providing a meaningful (self documenting) name.

Author:
Neil Griffin

Nested Class Summary
 
Nested classes/interfaces inherited from interface javax.portlet.PortletRequest
javax.portlet.PortletRequest.P3PUserInfos
 
Field Summary
 
Fields inherited from interface javax.servlet.http.HttpServletRequest
BASIC_AUTH, CLIENT_CERT_AUTH, DIGEST_AUTH, FORM_AUTH
 
Fields inherited from interface javax.portlet.PortletRequest
ACTION_PHASE, ACTION_SCOPE_ID, BASIC_AUTH, CCPP_PROFILE, CLIENT_CERT_AUTH, DIGEST_AUTH, EVENT_PHASE, FORM_AUTH, LIFECYCLE_PHASE, RENDER_HEADERS, RENDER_MARKUP, RENDER_PART, RENDER_PHASE, RESOURCE_PHASE, USER_INFO
 
Constructor Summary
BridgeAfterViewContentRequest(javax.portlet.PortletRequest portletRequest)
           
 
Method Summary
 
Methods inherited from class com.liferay.faces.bridge.filter.HttpServletRequestAdapter
getAttribute, getAttributeNames, getAuthType, getCharacterEncoding, getContentLength, getContentType, getContextPath, getCookies, getDateHeader, getHeader, getHeaderNames, getHeaders, getInputStream, getIntHeader, getLocalAddr, getLocale, getLocales, getLocalName, getLocalPort, getMethod, getParameter, getParameterMap, getParameterNames, getParameterValues, getPathInfo, getPathTranslated, getProtocol, getQueryString, getReader, getRealPath, getRemoteAddr, getRemoteHost, getRemotePort, getRemoteUser, getRequestDispatcher, getRequestedSessionId, getRequestURI, getRequestURL, getScheme, getServerName, getServerPort, getServletPath, getSession, getSession, getUserPrincipal, getWrapped, isRequestedSessionIdFromCookie, isRequestedSessionIdFromUrl, isRequestedSessionIdFromURL, isRequestedSessionIdValid, isSecure, isUserInRole, removeAttribute, setAttribute, setCharacterEncoding
 
Methods inherited from class javax.portlet.filter.PortletRequestWrapper
getPortalContext, getPortletMode, getPortletSession, getPortletSession, getPreferences, getPrivateParameterMap, getProperties, getProperty, getPropertyNames, getPublicParameterMap, getRequest, getResponseContentType, getResponseContentTypes, getWindowID, getWindowState, isPortletModeAllowed, isWindowStateAllowed, setRequest
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BridgeAfterViewContentRequest

public BridgeAfterViewContentRequest(javax.portlet.PortletRequest portletRequest)


Copyright © 2014 Liferay, Inc.. All Rights Reserved.