| Package | Description |
|---|---|
| javax.portlet.faces | |
| org.jboss.portletbridge.bridge.controller |
| 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 PortletRequest
attribute
javax.portlet.faces.defaultViewId. |
class |
BridgeInvalidViewPathException
Thrown when the bridge can't resolve the target view from the ViewPath PortletRequest attribute
javax.portlet.faces.viewPath. |
class |
BridgeNotAFacesRequestException
Thrown when the bridge finds that the request is encoded with its marker indicating its a nonFaces target.
|
class |
BridgeUninitializedException
Thrown when the bridge's
doFacesRequest method is called and the bridge is in an uninitialized state. |
| Modifier and Type | Method and Description |
|---|---|
void |
Bridge.doFacesRequest(javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response)
Called by the portlet when it wants the bridge to process an action request.
|
void |
Bridge.doFacesRequest(javax.portlet.EventRequest request,
javax.portlet.EventResponse response)
Called by the portlet when it wants the bridge to process an event request.
|
void |
Bridge.doFacesRequest(javax.portlet.RenderRequest request,
javax.portlet.RenderResponse response)
Called by the portlet when it wants the bridge to process a render request.
|
void |
Bridge.doFacesRequest(javax.portlet.ResourceRequest request,
javax.portlet.ResourceResponse response)
Called by the portlet when it wants the bridge to process an in-protocol resource request.
|
void |
Bridge.init(javax.portlet.PortletConfig config)
Called by the portlet.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BridgeController.handlePortletEvent(BridgeContext ctx) |
void |
BridgeController.processPortletAction(BridgeContext ctx) |
void |
BridgeController.renderPortletBody(BridgeContext ctx) |
void |
BridgeController.renderPortletHead(BridgeContext ctx) |
void |
BridgeController.renderResource(BridgeContext ctx) |
Copyright © 2015 JBoss by Red Hat. All rights reserved.