-
Type:
New Feature
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: Liferay Faces Bridge Impl / Demos / Tests
-
Labels:None
This task involves developing the following abstract classes:
com.liferay.faces.bridge.filter.BridgePortletRequestFactory
com.liferay.faces.bridge.filter.BridgePortletResponseFactory
These factories will be utilized by the bridge in order to wrap/decorate the PortletRequest and PortletResponse for each phase of the portlet lifecycle:
ACTION_PHASE: ActionRequest, ActionResponse
EVENT_PHASE: EventRequest, EventResponse
RENDER_PHASE: RenderRequest, RenderResponse
RESOURCE_PHASE: ResourceRequest, ResourceResponse
This feature will make it possible for the bridge to supply factory implementations that can wrap these requests/responses similar to a portlet-filter. It will also enable developers to decorate the bridge's factories with custom implementations.
- is a dependency of
-
FACES-2022 Bridge prevents developers from using ActionResonse.sendRedirect(String)
-
- Closed
-
- relates
-
FACES-2272 Develop new BridgePortletContextFactory
-
- Closed
-