Uses of Interface
org.portletfaces.bridge.context.BridgeContext

Packages that use BridgeContext
org.portletfaces.bridge.container   
org.portletfaces.bridge.context   
org.portletfaces.bridge.scope   
 

Uses of BridgeContext in org.portletfaces.bridge.container
 

Methods in org.portletfaces.bridge.container with parameters of type BridgeContext
abstract  PortletContainer PortletContainerFactory.getPortletContainer(BridgeContext bridgeContext)
          Gets an instance of PortletContainer according to the type of portlet container (Liferay, etc.) that created in the specified portletRequest.
 

Uses of BridgeContext in org.portletfaces.bridge.context
 

Methods in org.portletfaces.bridge.context that return BridgeContext
abstract  BridgeContext BridgeContextFactory.getBridgeContext()
           
 

Uses of BridgeContext in org.portletfaces.bridge.scope
 

Methods in org.portletfaces.bridge.scope with parameters of type BridgeContext
 BridgeRequestScope BridgeRequestScopeManager.getBridgeRequestScope(BridgeContext bridgeContext)
          Either returns an existing BridgeRequestScope associated with the specified FacesContext from the underlying cache or returns a new one.
abstract  BridgeRequestScope BridgeRequestScopeFactory.getBridgeRequestScope(BridgeContext bridgeContext, java.lang.String idPrefix)
           
 void BridgeRequestScopeManager.removeBridgeRequestScope(BridgeRequestScope bridgeRequestScope, BridgeContext bridgeContext)
          Removes the specified BridgeRequestScope associated with the specified FacesContext from the underlying cache.
 void BridgeRequestScopeManager.removeBridgeRequestScopesByPortlet(BridgeContext bridgeContext)
          Removes all BridgeRequestScope instances that are associated with the specified FacesContext.
 



Copyright © 2011 portletfaces.org. All Rights Reserved.