| Methods in javax.portlet.faces that throw BridgeUninitializedException |
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. |