Package javax.portlet.faces

Interface Summary
Bridge The Bridge interface is used by a portlet to execute a JSF application.
BridgeEventHandler The BridgeEventHandler interface defines the class the bridge relies on to process portlet events.
BridgePublicRenderParameterHandler This interface defines the contract for a Portlet 2.0 Public Render Parameter "handler" that enables JSF portlet developers to perform any processing that might be necessary after the bridge pushes public render parameter values into the model.
 

Class Summary
BridgeUtil Utility class designed to make it easy for Faces subsystems including the bridge itself to determine whether this request is running in a portlet container and/or which portlet request phase it is executing in.
GenericFacesPortlet The GenericFacesPortlet is provided to simplify development of a portlet that in whole or part relies on the Faces Bridge to process requests.
 

Enum Summary
Bridge.PortletPhase Enumeration whose values describe the current portlet phase the bridge is executing Faces within.
 

Exception Summary
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.
BridgeException Generic exception thrown when the bridge encounters an unexpected error.
BridgeInvalidViewPathException Thrown when the bridge can't resolve the target view from the ViewPath portlet request attribute Bridge.FACES_VIEW_PATH_PARAMETER.
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.
BridgeUninitializedException Thrown when the one of the bridge's doFacesRequest methods is called and the bridge is in an uninitialized state.
 



Copyright © 2017 Liferay, Inc. All Rights Reserved.