com.liferay.faces.bridge.filter
Class BridgePortletRequestFactory

java.lang.Object
  extended by com.liferay.faces.bridge.filter.BridgePortletRequestFactory
All Implemented Interfaces:
javax.faces.FacesWrapper<BridgePortletRequestFactory>

public abstract class BridgePortletRequestFactory
extends Object
implements javax.faces.FacesWrapper<BridgePortletRequestFactory>

Author:
Neil Griffin

Constructor Summary
BridgePortletRequestFactory()
           
 
Method Summary
abstract  javax.portlet.ActionRequest getActionRequest(javax.portlet.ActionRequest actionRequest, javax.portlet.ActionResponse actionResponse, javax.portlet.PortletConfig portletConfig, BridgeConfig bridgeConfig)
          Returns a new instance of ActionRequest.
static javax.portlet.ActionRequest getActionRequestInstance(javax.portlet.ActionRequest actionRequest, javax.portlet.ActionResponse actionResponse, javax.portlet.PortletConfig portletConfig, BridgeConfig bridgeConfig)
          Returns a new instance of ActionRequest from the BridgePortletRequestFactory found by the BridgeFactoryFinder.
abstract  javax.portlet.EventRequest getEventRequest(javax.portlet.EventRequest eventRequest, javax.portlet.EventResponse eventResponse, javax.portlet.PortletConfig portletConfig, BridgeConfig bridgeConfig)
          Returns a new instance of EventRequest.
static javax.portlet.EventRequest getEventRequestInstance(javax.portlet.EventRequest eventRequest, javax.portlet.EventResponse eventResponse, javax.portlet.PortletConfig portletConfig, BridgeConfig bridgeConfig)
          Returns a new instance of EventRequest from the BridgePortletRequestFactory found by the BridgeFactoryFinder.
abstract  javax.portlet.RenderRequest getRenderRequest(javax.portlet.RenderRequest renderRequest, javax.portlet.RenderResponse renderResponse, javax.portlet.PortletConfig portletConfig, BridgeConfig bridgeConfig)
          Returns a new instance of RenderRequest.
static javax.portlet.RenderRequest getRenderRequestInstance(javax.portlet.RenderRequest renderRequest, javax.portlet.RenderResponse renderResponse, javax.portlet.PortletConfig portletConfig, BridgeConfig bridgeConfig)
          Returns a new instance of RenderRequest from the BridgePortletRequestFactory found by the BridgeFactoryFinder.
abstract  javax.portlet.ResourceRequest getResourceRequest(javax.portlet.ResourceRequest resourceRequest, javax.portlet.ResourceResponse resourceResponse, javax.portlet.PortletConfig portletConfig, BridgeConfig bridgeConfig)
          Returns a new instance of ResourceRequest.
static javax.portlet.ResourceRequest getResourceRequestInstance(javax.portlet.ResourceRequest resourceRequest, javax.portlet.ResourceResponse resourceResponse, javax.portlet.PortletConfig portletConfig, BridgeConfig bridgeConfig)
          Returns a new instance of ResourceRequest from the BridgePortletRequestFactory found by the BridgeFactoryFinder.
abstract  BridgePortletRequestFactory getWrapped()
          Returns the wrapped factory instance if this factory decorates another.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BridgePortletRequestFactory

public BridgePortletRequestFactory()
Method Detail

getActionRequestInstance

public static javax.portlet.ActionRequest getActionRequestInstance(javax.portlet.ActionRequest actionRequest,
                                                                   javax.portlet.ActionResponse actionResponse,
                                                                   javax.portlet.PortletConfig portletConfig,
                                                                   BridgeConfig bridgeConfig)
Returns a new instance of ActionRequest from the BridgePortletRequestFactory found by the BridgeFactoryFinder. The returned instance is not guaranteed to be Serializable.


getEventRequestInstance

public static javax.portlet.EventRequest getEventRequestInstance(javax.portlet.EventRequest eventRequest,
                                                                 javax.portlet.EventResponse eventResponse,
                                                                 javax.portlet.PortletConfig portletConfig,
                                                                 BridgeConfig bridgeConfig)
Returns a new instance of EventRequest from the BridgePortletRequestFactory found by the BridgeFactoryFinder. The returned instance is not guaranteed to be Serializable.


getRenderRequestInstance

public static javax.portlet.RenderRequest getRenderRequestInstance(javax.portlet.RenderRequest renderRequest,
                                                                   javax.portlet.RenderResponse renderResponse,
                                                                   javax.portlet.PortletConfig portletConfig,
                                                                   BridgeConfig bridgeConfig)
Returns a new instance of RenderRequest from the BridgePortletRequestFactory found by the BridgeFactoryFinder. The returned instance is not guaranteed to be Serializable.


getResourceRequestInstance

public static javax.portlet.ResourceRequest getResourceRequestInstance(javax.portlet.ResourceRequest resourceRequest,
                                                                       javax.portlet.ResourceResponse resourceResponse,
                                                                       javax.portlet.PortletConfig portletConfig,
                                                                       BridgeConfig bridgeConfig)
Returns a new instance of ResourceRequest from the BridgePortletRequestFactory found by the BridgeFactoryFinder. The returned instance is not guaranteed to be Serializable.


getActionRequest

public abstract javax.portlet.ActionRequest getActionRequest(javax.portlet.ActionRequest actionRequest,
                                                             javax.portlet.ActionResponse actionResponse,
                                                             javax.portlet.PortletConfig portletConfig,
                                                             BridgeConfig bridgeConfig)
Returns a new instance of ActionRequest. The returned instance is not guaranteed to be Serializable.


getEventRequest

public abstract javax.portlet.EventRequest getEventRequest(javax.portlet.EventRequest eventRequest,
                                                           javax.portlet.EventResponse eventResponse,
                                                           javax.portlet.PortletConfig portletConfig,
                                                           BridgeConfig bridgeConfig)
Returns a new instance of EventRequest. The returned instance is not guaranteed to be Serializable.


getRenderRequest

public abstract javax.portlet.RenderRequest getRenderRequest(javax.portlet.RenderRequest renderRequest,
                                                             javax.portlet.RenderResponse renderResponse,
                                                             javax.portlet.PortletConfig portletConfig,
                                                             BridgeConfig bridgeConfig)
Returns a new instance of RenderRequest. The returned instance is not guaranteed to be Serializable.


getResourceRequest

public abstract javax.portlet.ResourceRequest getResourceRequest(javax.portlet.ResourceRequest resourceRequest,
                                                                 javax.portlet.ResourceResponse resourceResponse,
                                                                 javax.portlet.PortletConfig portletConfig,
                                                                 BridgeConfig bridgeConfig)
Returns a new instance of ResourceRequest. The returned instance is not guaranteed to be Serializable.


getWrapped

public abstract BridgePortletRequestFactory getWrapped()
Returns the wrapped factory instance if this factory decorates another. Otherwise, this method returns null.

Specified by:
getWrapped in interface javax.faces.FacesWrapper<BridgePortletRequestFactory>


Copyright © 2017 Liferay, Inc. All Rights Reserved.