|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.faces.bridge.filter.BridgePortletRequestFactory
public abstract class BridgePortletRequestFactory
| 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 |
|---|
public BridgePortletRequestFactory()
| Method Detail |
|---|
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>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||