@Version(value="6.0.0")
See: Description
| Interface | Description |
|---|---|
| Bridge |
The
Bridge interface is used by a portlet to execute a JSF application. |
| BridgeConfig | |
| BridgeEventHandler |
The
BridgeEventHandler interface defines the class the bridge relies on to process portlet events. |
| BridgePublicRenderParameterHandler |
This interface defines the contract for a Portlet 2.0 Public Render Parameter "handler" that enables JSF portlet
developers to perform any processing that might be necessary after the bridge pushes public render parameter values
into the model.
|
| BridgeURL |
This interface represents a bridge URL, meaning a URL that has convenience methods for representing URLs according to
Section 6.1.3.1 of the Bridge Spec.
|
| RequestAttributeInspector |
| Class | Description |
|---|---|
| BridgeConfigFactory |
This abstract class provides a contract for defining a factory that knows how to create instances of type
BridgeConfig and PortletConfig. |
| BridgeConfigWrapper | |
| BridgeEventHandlerFactory | |
| BridgeEventHandlerWrapper | |
| BridgeFactoryFinder |
This class provides a factory lookup mechanism similar to the
FactoryFinder in the JSF API. |
| BridgePublicRenderParameterHandlerFactory | |
| BridgePublicRenderParameterHandlerWrapper | |
| BridgeURLFactory |
This factory is responsible for creating instances of
BridgeURL. |
| BridgeURLWrapper | |
| BridgeUtil |
Utility class designed to make it easy for Faces subsystems including the bridge itself to determine whether this
request is running in a portlet container and/or which portlet request phase it is executing in.
|
| GenericFacesPortlet |
The
GenericFacesPortlet is provided to simplify development of a portlet that in whole or part relies on
the Faces Bridge to process requests. |
| RequestAttributeInspectorFactory | |
| RequestAttributeInspectorWrapper |
| Enum | Description |
|---|---|
| Bridge.PortletPhase |
Enumeration whose values describe the current portlet phase the bridge is executing Faces within.
|
| Exception | Description |
|---|---|
| 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. |
| BridgeException |
Generic exception thrown when the bridge encounters an unexpected error.
|
| BridgeInvalidViewPathException |
Thrown when the bridge can't resolve the target view from the ViewPath portlet request attribute
Bridge.FACES_VIEW_PATH_PARAMETER. |
| 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. |
| BridgeUninitializedException |
Thrown when the one of the bridge's
doFacesRequest methods is called and the bridge is in an
uninitialized state. |
Copyright © 2022 Liferay, Inc. All Rights Reserved.