Uses of Interface
com.liferay.faces.bridge.scope.BridgeRequestScope

Packages that use BridgeRequestScope
com.liferay.faces.bridge   
com.liferay.faces.bridge.context   
com.liferay.faces.bridge.scope   
 

Uses of BridgeRequestScope in com.liferay.faces.bridge
 

Fields in com.liferay.faces.bridge declared as BridgeRequestScope
protected  BridgeRequestScope BridgePhaseBaseImpl.bridgeRequestScope
           
 

Uses of BridgeRequestScope in com.liferay.faces.bridge.context
 

Methods in com.liferay.faces.bridge.context that return BridgeRequestScope
 BridgeRequestScope BridgeContextWrapper.getBridgeRequestScope()
           
 BridgeRequestScope BridgeContextImpl.getBridgeRequestScope()
           
abstract  BridgeRequestScope BridgeContext.getBridgeRequestScope()
          Convenience method that returns the BridgeRequestScope for this context.
 

Methods in com.liferay.faces.bridge.context with parameters of type BridgeRequestScope
 BridgeContext BridgeContextFactoryImpl.getBridgeContext(BridgeConfig bridgeConfig, BridgeRequestScope bridgeRequestScope, javax.portlet.PortletConfig portletConfig, javax.portlet.PortletContext portletContext, javax.portlet.PortletRequest portletRequest, javax.portlet.PortletResponse portletResponse, Bridge.PortletPhase portletPhase, PortletContainer portletContainer, IncongruityContext incongruityContext)
           
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, PortletContainer portletContainer, IncongruityContext incongruityContext)
           
 

Constructors in com.liferay.faces.bridge.context with parameters of type BridgeRequestScope
BridgeContextImpl(BridgeConfig bridgeConfig, BridgeRequestScope bridgeRequestScope, javax.portlet.PortletConfig portletConfig, javax.portlet.PortletContext portletContext, javax.portlet.PortletRequest portletRequest, javax.portlet.PortletResponse portletResponse, Bridge.PortletPhase portletPhase, PortletContainer portletContainer, IncongruityContext incongruityContext)
           
 

Uses of BridgeRequestScope in com.liferay.faces.bridge.scope
 

Classes in com.liferay.faces.bridge.scope that implement BridgeRequestScope
 class BridgeRequestScopeBaseImpl
           
 class BridgeRequestScopeCompat_2_2_Impl
           
 class BridgeRequestScopeCompatImpl
          This class provides a compatibility layer that isolates differences between JSF1 and JSF2.
 class BridgeRequestScopeImpl
           
 class BridgeRequestScopeLiferayImpl
           
 

Methods in com.liferay.faces.bridge.scope that return BridgeRequestScope
 BridgeRequestScope BridgeRequestScopeFactoryImpl.getBridgeRequestScope(javax.portlet.PortletConfig portletConfig, javax.portlet.PortletContext portletContext, javax.portlet.PortletRequest portletRequest)
           
abstract  BridgeRequestScope BridgeRequestScopeFactory.getBridgeRequestScope(javax.portlet.PortletConfig portletConfig, javax.portlet.PortletContext portletContext, javax.portlet.PortletRequest portletRequest)
           
 BridgeRequestScope BridgeRequestScopeCacheImpl.put(String bridgeRequestScopeId, BridgeRequestScope bridgeRequestScope)
           
 

Methods in com.liferay.faces.bridge.scope with parameters of type BridgeRequestScope
 BridgeRequestScope BridgeRequestScopeCacheImpl.put(String bridgeRequestScopeId, BridgeRequestScope bridgeRequestScope)
           
 



Copyright © 2014 Liferay, Inc.. All Rights Reserved.