@ProviderType public abstract class BridgePortletRequestFactory extends java.lang.Object implements javax.faces.FacesWrapper<BridgePortletRequestFactory>
| Constructor and Description |
|---|
BridgePortletRequestFactory() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public static javax.portlet.ActionRequest getActionRequestInstance(javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse,
javax.portlet.PortletConfig portletConfig,
BridgeConfig bridgeConfig)
ActionRequest from the BridgePortletRequestFactory found by the BridgeFactoryFinder. The returned instance is not guaranteed to be Serializable.public static javax.portlet.EventRequest getEventRequestInstance(javax.portlet.EventRequest eventRequest,
javax.portlet.EventResponse eventResponse,
javax.portlet.PortletConfig portletConfig,
BridgeConfig bridgeConfig)
EventRequest from the BridgePortletRequestFactory found by the BridgeFactoryFinder. The returned instance is not guaranteed to be Serializable.public static javax.portlet.RenderRequest getRenderRequestInstance(javax.portlet.RenderRequest renderRequest,
javax.portlet.RenderResponse renderResponse,
javax.portlet.PortletConfig portletConfig,
BridgeConfig bridgeConfig)
RenderRequest from the BridgePortletRequestFactory found by the BridgeFactoryFinder. The returned instance is not guaranteed to be Serializable.public static javax.portlet.ResourceRequest getResourceRequestInstance(javax.portlet.ResourceRequest resourceRequest,
javax.portlet.ResourceResponse resourceResponse,
javax.portlet.PortletConfig portletConfig,
BridgeConfig bridgeConfig)
ResourceRequest from the BridgePortletRequestFactory found by the
BridgeFactoryFinder. The returned instance is not guaranteed to be Serializable.public abstract javax.portlet.ActionRequest getActionRequest(javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse,
javax.portlet.PortletConfig portletConfig,
BridgeConfig bridgeConfig)
ActionRequest. The returned instance is not guaranteed to be Serializable.public abstract javax.portlet.EventRequest getEventRequest(javax.portlet.EventRequest eventRequest,
javax.portlet.EventResponse eventResponse,
javax.portlet.PortletConfig portletConfig,
BridgeConfig bridgeConfig)
EventRequest. The returned instance is not guaranteed to be Serializable.public abstract javax.portlet.RenderRequest getRenderRequest(javax.portlet.RenderRequest renderRequest,
javax.portlet.RenderResponse renderResponse,
javax.portlet.PortletConfig portletConfig,
BridgeConfig bridgeConfig)
RenderRequest. The returned instance is not guaranteed to be Serializable.public abstract javax.portlet.ResourceRequest getResourceRequest(javax.portlet.ResourceRequest resourceRequest,
javax.portlet.ResourceResponse resourceResponse,
javax.portlet.PortletConfig portletConfig,
BridgeConfig bridgeConfig)
ResourceRequest. The returned instance is not guaranteed to be Serializable.public abstract BridgePortletRequestFactory getWrapped()
getWrapped in interface javax.faces.FacesWrapper<BridgePortletRequestFactory>Copyright © 2020 Liferay, Inc. All Rights Reserved.