Uses of Class
javax.portlet.faces.BridgeException

Packages that use BridgeException
javax.portlet.faces   
 

Uses of BridgeException in javax.portlet.faces
 

Subclasses of BridgeException in javax.portlet.faces
 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.
 

Methods in javax.portlet.faces that throw BridgeException
 void Bridge.doFacesRequest(ActionRequest request, ActionResponse response)
          Called by the portlet when it wants the bridge to process an action request.
 void Bridge.doFacesRequest(EventRequest request, EventResponse response)
          Called by the portlet when it wants the bridge to process an event request.
 void Bridge.doFacesRequest(RenderRequest request, RenderResponse response)
          Called by the portlet when it wants the bridge to process a render request.
 void Bridge.doFacesRequest(ResourceRequest request, ResourceResponse response)
          Called by the portlet when it wants the bridge to process an in-protocol resource request.
 void Bridge.init(PortletConfig config)
          Called by the portlet.
 



Copyright © 2007-2011 The Apache Software Foundation. All Rights Reserved.