com.liferay.faces.bridge.filter.internal
Class ResourceRequestBridgeLiferayImpl

java.lang.Object
  extended by javax.portlet.filter.PortletRequestWrapper
      extended by javax.portlet.filter.ResourceRequestWrapper
          extended by com.liferay.faces.bridge.filter.internal.ResourceRequestBridgeImpl
              extended by com.liferay.faces.bridge.filter.internal.ResourceRequestBridgeLiferayImpl
All Implemented Interfaces:
javax.portlet.ClientDataRequest, javax.portlet.PortletRequest, javax.portlet.ResourceRequest

public class ResourceRequestBridgeLiferayImpl
extends ResourceRequestBridgeImpl

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
 
Constructor Summary
ResourceRequestBridgeLiferayImpl(javax.portlet.ResourceRequest resourceRequest, BridgePortalContext bridgePortalContext)
           
 
Method Summary
 Enumeration<String> getProperties(String name)
           
 String getProperty(String name)
           
 Enumeration<String> getPropertyNames()
           
 
Methods inherited from class com.liferay.faces.bridge.filter.internal.ResourceRequestBridgeImpl
getPortalContext
 
Methods inherited from class javax.portlet.filter.ResourceRequestWrapper
getCacheability, getCharacterEncoding, getContentLength, getContentType, getETag, getMethod, getPortletInputStream, getPrivateRenderParameterMap, getReader, getRequest, getResourceID, setCharacterEncoding, setRequest
 
Methods inherited from class javax.portlet.filter.PortletRequestWrapper
getAttribute, getAttributeNames, getAuthType, getContextPath, getCookies, getLocale, getLocales, getParameter, getParameterMap, getParameterNames, getParameterValues, getPortletMode, getPortletSession, getPortletSession, getPreferences, getPrivateParameterMap, getPublicParameterMap, getRemoteUser, getRequestedSessionId, getResponseContentType, getResponseContentTypes, getScheme, getServerName, getServerPort, getUserPrincipal, getWindowID, getWindowState, isPortletModeAllowed, isRequestedSessionIdValid, isSecure, isUserInRole, isWindowStateAllowed, removeAttribute, setAttribute, 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.PortletRequest
getAttribute, getAttributeNames, getAuthType, getContextPath, getCookies, getLocale, getLocales, getParameter, getParameterMap, getParameterNames, getParameterValues, getPortletMode, getPortletSession, getPortletSession, getPreferences, getPrivateParameterMap, getPublicParameterMap, getRemoteUser, getRequestedSessionId, getScheme, getServerName, getServerPort, getUserPrincipal, getWindowID, getWindowState, isPortletModeAllowed, isRequestedSessionIdValid, isSecure, isUserInRole, isWindowStateAllowed, removeAttribute, setAttribute
 

Constructor Detail

ResourceRequestBridgeLiferayImpl

public ResourceRequestBridgeLiferayImpl(javax.portlet.ResourceRequest resourceRequest,
                                        BridgePortalContext bridgePortalContext)
Method Detail

getProperties

public Enumeration<String> getProperties(String name)
Specified by:
getProperties in interface javax.portlet.PortletRequest
Overrides:
getProperties in class javax.portlet.filter.PortletRequestWrapper

getProperty

public String getProperty(String name)
Specified by:
getProperty in interface javax.portlet.PortletRequest
Overrides:
getProperty in class javax.portlet.filter.PortletRequestWrapper

getPropertyNames

public Enumeration<String> getPropertyNames()
Specified by:
getPropertyNames in interface javax.portlet.PortletRequest
Overrides:
getPropertyNames in class javax.portlet.filter.PortletRequestWrapper


Copyright © 2015 Liferay, Inc.. All rights reserved.