|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BridgeRequestScopeManager
This interface defines a contract for managing a cache of BridgeRequestScope instances.
| Method Summary | |
|---|---|
void |
removeBridgeRequestScopesByPortlet(javax.portlet.PortletConfig portletConfig)
Removes all BridgeRequestScope instances that are associated with the specified FacesContext. |
void |
removeBridgeRequestScopesBySession(javax.servlet.http.HttpSession httpSession)
Removes all of the BridgeRequestScope instances from the underlying cache that are associated with the
specified HttpSession. |
| Method Detail |
|---|
void removeBridgeRequestScopesByPortlet(javax.portlet.PortletConfig portletConfig)
BridgeRequestScope instances that are associated with the specified FacesContext.
This should be called if the portlet container unloads an portlet individually.
portletConfig - The current PortletConfig.void removeBridgeRequestScopesBySession(javax.servlet.http.HttpSession httpSession)
BridgeRequestScope instances from the underlying cache that are associated with the
specified HttpSession. This method is meant to be called from a HttpSessionListener when a
session is invalidated or expires.
httpSession - The current HttpSession.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||