| Interface | Description |
|---|---|
| Bridge |
The
Bridge interface is used by a portlet to execute a JSF artifact. |
| BridgeEventHandler |
The
BridgeEventHandler interface defines the class the bridge relies on to process portlet events. |
| BridgePublicRenderParameterHandler |
The
BridgePublicRenderParameterHandler interface defines the class the bridge relies on to post process
portlet public render parameters. |
| BridgeWriteBehindResponse |
The
BridgeWriteBehindResponse interface defines the api the bridge relies on to acquire the buffered JSP
output from the response(Wrapper) used to handle the Faces implementation dependent writeBehindResponse
methodlogy/interface. |
| Class | Description |
|---|---|
| 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. |
| Enum | Description |
|---|---|
| Bridge.BridgeRenderPolicy |
Enumeration whose values describe the render policy used by the bridge to render portlets in this application.
|
| 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 PortletRequest
attribute
javax.portlet.faces.defaultViewId. |
| 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 PortletRequest attribute
javax.portlet.faces.viewPath. |
| BridgeNotAFacesRequestException |
Thrown when the bridge finds that the request is encoded with its marker indicating its a nonFaces target.
|
| BridgeUninitializedException |
Thrown when the bridge's
doFacesRequest method is called and the bridge is in an uninitialized state. |
Copyright © 2015 JBoss by Red Hat. All rights reserved.