| Package | Description |
|---|---|
| javax.portlet.faces | |
| org.jboss.portletbridge.bridge.config | |
| org.jboss.portletbridge.bridge.context | |
| org.jboss.portletbridge.bridge.controller |
| Class and Description |
|---|
| Bridge
The
Bridge interface is used by a portlet to execute a JSF artifact. |
| 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.
|
| BridgeEventHandler
The
BridgeEventHandler interface defines the class the bridge relies on to process portlet events. |
| BridgeException
Generic exception thrown when the bridge encounters an unexpected error.
|
| BridgePublicRenderParameterHandler
The
BridgePublicRenderParameterHandler interface defines the class the bridge relies on to post process
portlet public render parameters. |
| Class and Description |
|---|
| 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 and Description |
|---|
| Bridge.PortletPhase
Enumeration whose values describe the current portlet phase the bridge is executing Faces within.
|
| 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. |
| BridgeInvalidViewPathException
Thrown when the bridge can't resolve the target view from the ViewPath PortletRequest attribute
javax.portlet.faces.viewPath. |
| Class and Description |
|---|
| BridgeException
Generic exception thrown when the bridge encounters an unexpected error.
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.