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

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
              extended by com.liferay.faces.bridge.application.view.BridgeAfterViewContentRequestResourceImpl
All Implemented Interfaces:
javax.portlet.ClientDataRequest, javax.portlet.PortletRequest, javax.portlet.ResourceRequest, javax.servlet.http.HttpServletRequest, javax.servlet.ServletRequest

public class BridgeAfterViewContentRequestResourceImpl
extends BridgeAfterViewContentRequest
implements javax.portlet.ResourceRequest

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.portlet.ResourceRequest
ETAG
 
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
 
Fields inherited from interface javax.servlet.http.HttpServletRequest
BASIC_AUTH, CLIENT_CERT_AUTH, DIGEST_AUTH, FORM_AUTH
 
Constructor Summary
BridgeAfterViewContentRequestResourceImpl(javax.portlet.ResourceRequest resourceRequest)
           
 
Method Summary
 String getCacheability()
           
 String getETag()
           
 InputStream getPortletInputStream()
           
 Map<String,String[]> getPrivateRenderParameterMap()
           
 String getResourceID()
           
 
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
 
Methods inherited from interface javax.portlet.ResourceRequest
getResponseContentType, getResponseContentTypes
 
Methods inherited from interface javax.portlet.ClientDataRequest
getCharacterEncoding, getContentLength, getContentType, getMethod, getReader, setCharacterEncoding
 
Methods inherited from interface javax.portlet.PortletRequest
getAttribute, getAttributeNames, getAuthType, getContextPath, getCookies, getLocale, getLocales, getParameter, getParameterMap, getParameterNames, getParameterValues, getPortalContext, getPortletMode, getPortletSession, getPortletSession, getPreferences, getPrivateParameterMap, getProperties, getProperty, getPropertyNames, getPublicParameterMap, getRemoteUser, getRequestedSessionId, getScheme, getServerName, getServerPort, getUserPrincipal, getWindowID, getWindowState, isPortletModeAllowed, isRequestedSessionIdValid, isSecure, isUserInRole, isWindowStateAllowed, removeAttribute, setAttribute
 

Constructor Detail

BridgeAfterViewContentRequestResourceImpl

public BridgeAfterViewContentRequestResourceImpl(javax.portlet.ResourceRequest resourceRequest)
Method Detail

getCacheability

public String getCacheability()
Specified by:
getCacheability in interface javax.portlet.ResourceRequest

getETag

public String getETag()
Specified by:
getETag in interface javax.portlet.ResourceRequest

getPortletInputStream

public InputStream getPortletInputStream()
                                  throws IOException
Specified by:
getPortletInputStream in interface javax.portlet.ClientDataRequest
Throws:
IOException

getPrivateRenderParameterMap

public Map<String,String[]> getPrivateRenderParameterMap()
Specified by:
getPrivateRenderParameterMap in interface javax.portlet.ResourceRequest

getResourceID

public String getResourceID()
Specified by:
getResourceID in interface javax.portlet.ResourceRequest


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