| Package | Description |
|---|---|
| com.liferay.faces.bridge |
Copyright (c) 2000-2020 Liferay, Inc.
|
| javax.portlet.faces |
Copyright (c) 2000-2020 Liferay, Inc.
|
| Modifier and Type | Method and Description |
|---|---|
abstract BridgeURL |
BridgeURLFactory.getBridgeActionURL(javax.faces.context.FacesContext facesContext,
java.lang.String uri)
Returns a new action URL instance of
BridgeURL. |
abstract BridgeURL |
BridgeURLFactory.getBridgeBookmarkableURL(javax.faces.context.FacesContext facesContext,
java.lang.String uri,
java.util.Map<java.lang.String,java.util.List<java.lang.String>> parameters)
Returns a new bookmarkable URL instance of
BridgeURL. |
abstract BridgeURL |
BridgeURLFactory.getBridgePartialActionURL(javax.faces.context.FacesContext facesContext,
java.lang.String uri)
Returns a new partial action URL instance of
BridgeURL. |
abstract BridgeURL |
BridgeURLFactory.getBridgeRedirectURL(javax.faces.context.FacesContext facesContext,
java.lang.String uri,
java.util.Map<java.lang.String,java.util.List<java.lang.String>> parameters)
Returns a new redirect URL instance of
BridgeURL. |
abstract BridgeURL |
BridgeURLFactory.getBridgeResourceURL(javax.faces.context.FacesContext facesContext,
java.lang.String uri)
Returns a new resource URL instance of
BridgeURL. |
| Modifier and Type | Class and Description |
|---|---|
class |
BridgeDefaultViewNotSpecifiedException
Thrown when the bridge can't resolve the target view from the request and the portlet hasn't set the portlet request
attribute
GenericFacesPortlet.DEFAULT_VIEWID. |
class |
BridgeInvalidViewPathException
Thrown when the bridge can't resolve the target view from the ViewPath portlet request attribute
Bridge.FACES_VIEW_PATH_PARAMETER. |
class |
BridgeNotAFacesRequestException
Thrown when the portlet invokes one of the bridge's
doFacesRequest methods even though the Bridge.NONFACES_TARGET_PATH_PARAMETER parameter is present, indicating it is a non-Faces target. |
class |
BridgeUninitializedException
Thrown when the one of the bridge's
doFacesRequest methods is called and the bridge is in an
uninitialized state. |
| 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.
|
void |
Bridge.init(javax.portlet.PortletConfig portletConfig)
Called by the portlet.
|
Copyright © 2020 Liferay, Inc. All Rights Reserved.