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

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

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

Methods in com.liferay.faces.bridge.context that return BridgeRequestScope
 BridgeRequestScope BridgeContextWrapper.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
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 BridgeRequestScope in com.liferay.faces.bridge.scope
 

Classes in com.liferay.faces.bridge.scope that implement BridgeRequestScope
 class BridgeRequestScopeWrapper
           
 

Methods in com.liferay.faces.bridge.scope that return BridgeRequestScope
 BridgeRequestScope BridgeRequestScopeCacheWrapper.get(Object key)
           
abstract  BridgeRequestScope BridgeRequestScopeFactory.getBridgeRequestScope(javax.portlet.PortletRequest portletRequest, javax.portlet.PortletConfig portletConfig, BridgeConfig bridgeConfig)
           
abstract  BridgeRequestScope BridgeRequestScopeWrapper.getWrapped()
           
 BridgeRequestScope BridgeRequestScopeCacheWrapper.put(String key, BridgeRequestScope value)
           
 BridgeRequestScope BridgeRequestScopeCacheWrapper.remove(Object key)
           
 

Methods in com.liferay.faces.bridge.scope that return types with arguments of type BridgeRequestScope
 Set<Map.Entry<String,BridgeRequestScope>> BridgeRequestScopeCacheWrapper.entrySet()
           
 Collection<BridgeRequestScope> BridgeRequestScopeCacheWrapper.values()
           
 

Methods in com.liferay.faces.bridge.scope with parameters of type BridgeRequestScope
 BridgeRequestScope BridgeRequestScopeCacheWrapper.put(String key, BridgeRequestScope value)
           
 

Method parameters in com.liferay.faces.bridge.scope with type arguments of type BridgeRequestScope
 void BridgeRequestScopeCacheWrapper.putAll(Map<? extends String,? extends BridgeRequestScope> m)
           
 



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