| Package | Description |
|---|---|
| javax.portlet.faces |
Copyright (c) 2000-2020 Liferay, Inc.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Bridge.doFacesRequest(javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse)
Called by the portlet when it wants the bridge to invoke action request/response processing.
|
void |
Bridge.doFacesRequest(javax.portlet.EventRequest eventRequest,
javax.portlet.EventResponse eventResponse)
Called by the portlet when it wants the bridge to invoke event request/response processing.
|
void |
Bridge.doFacesRequest(javax.portlet.RenderRequest renderRequest,
javax.portlet.RenderResponse renderResponse)
Called by the portlet when it wants the bridge to invoke render request/response processing.
|
void |
Bridge.doFacesRequest(javax.portlet.ResourceRequest resourceRequest,
javax.portlet.ResourceResponse resourceResponse)
Called by the portlet when it wants the bridge to invoke resource request/response processing.
|
Copyright © 2020 Liferay, Inc. All Rights Reserved.