Uses of Class
javax.portlet.faces.BridgeException

Packages that use BridgeException
com.liferay.faces.bridge   
javax.portlet.faces   
 

Uses of BridgeException in com.liferay.faces.bridge
 

Methods in com.liferay.faces.bridge that throw BridgeException
abstract  BridgeURL BridgeURLFactory.getBridgeActionURL(javax.faces.context.FacesContext facesContext, String uri)
          Returns a new action URL instance of BridgeURL.
abstract  BridgeURL BridgeURLFactory.getBridgeBookmarkableURL(javax.faces.context.FacesContext facesContext, String uri, Map<String,List<String>> parameters)
          Returns a new bookmarkable URL instance of BridgeURL.
abstract  BridgeURL BridgeURLFactory.getBridgePartialActionURL(javax.faces.context.FacesContext facesContext, String uri)
          Returns a new partial action URL instance of BridgeURL.
abstract  BridgeURL BridgeURLFactory.getBridgeRedirectURL(javax.faces.context.FacesContext facesContext, String uri, Map<String,List<String>> parameters)
          Returns a new redirect URL instance of BridgeURL.
abstract  BridgeURL BridgeURLFactory.getBridgeResourceURL(javax.faces.context.FacesContext facesContext, String uri)
          Returns a new resource URL instance of BridgeURL.
 

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 portlet request attribute GenericFacesPortlet.DEFAULT_VIEWID.
 class BridgeInvalidViewPathException
          Thrown when the bridge can't resolve the target view from the ViewPath portlet request attribute Bridge.FACES_VIEW_PATH_PARAMETER.
 class BridgeNotAFacesRequestException
          Thrown when the portlet invokes one of the bridge's doFacesRequest methods even though the Bridge.NONFACES_TARGET_PATH_PARAMETER parameter is present, indicating it is a non-Faces target.
 class BridgeUninitializedException
          Thrown when the one of the bridge's doFacesRequest methods is called and the bridge is in an uninitialized state.
 

Methods in javax.portlet.faces that throw BridgeException
 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.
 void Bridge.init(javax.portlet.PortletConfig portletConfig)
          Called by the portlet.
 



Copyright © 2017 Liferay, Inc. All Rights Reserved.