Uses of Class
javax.portlet.faces.Bridge.PortletPhase

Packages that use Bridge.PortletPhase
com.liferay.faces.bridge.context   
com.liferay.faces.bridge.context.url   
com.liferay.faces.bridge.scope   
javax.portlet.faces   
 

Uses of Bridge.PortletPhase in com.liferay.faces.bridge.context
 

Methods in com.liferay.faces.bridge.context that return Bridge.PortletPhase
 Bridge.PortletPhase BridgeContextWrapper.getPortletRequestPhase()
           
abstract  Bridge.PortletPhase BridgeContext.getPortletRequestPhase()
          Returns the Bridge.PortletPhase associated with the current portlet lifecycle phase.
 

Methods in com.liferay.faces.bridge.context with parameters of type Bridge.PortletPhase
abstract  BridgeContext BridgeContextFactory.getBridgeContext(BridgeConfig bridgeConfig, BridgeRequestScope bridgeRequestScope, javax.portlet.PortletConfig portletConfig, javax.portlet.PortletContext portletContext, javax.portlet.PortletRequest portletRequest, javax.portlet.PortletResponse portletResponse, Bridge.PortletPhase portletPhase, IncongruityContext incongruityContext)
           
 

Uses of Bridge.PortletPhase in com.liferay.faces.bridge.context.url
 

Methods in com.liferay.faces.bridge.context.url that return Bridge.PortletPhase
 Bridge.PortletPhase BridgeURI.getPortletPhase()
          Returns the Bridge.PortletPhase associated with this URL.
 

Uses of Bridge.PortletPhase in com.liferay.faces.bridge.scope
 

Methods in com.liferay.faces.bridge.scope that return Bridge.PortletPhase
 Bridge.PortletPhase BridgeRequestScopeWrapper.getBeganInPhase()
           
 Bridge.PortletPhase BridgeRequestScope.getBeganInPhase()
          Determines the Bridge.PortletPhase in which the bridge request scope instance was created.
 

Uses of Bridge.PortletPhase in javax.portlet.faces
 

Methods in javax.portlet.faces that return Bridge.PortletPhase
static Bridge.PortletPhase BridgeUtil.getPortletRequestPhase()
           
static Bridge.PortletPhase Bridge.PortletPhase.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Bridge.PortletPhase[] Bridge.PortletPhase.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2015 Liferay, Inc.. All rights reserved.