| Modifier and Type | Method and Description |
|---|---|
static BridgeContext |
BridgeContext.getCurrentInstance()
Return the
BridgeContext instance for the request that is being processed by the current thread. |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
BridgeContext.setCurrentInstance(BridgeContext context)
Set the
FacesContext instance for the request that is being processed by the current thread. |
| Modifier and Type | Method and Description |
|---|---|
void |
BridgeController.handlePortletEvent(BridgeContext ctx) |
void |
BridgeController.processPortletAction(BridgeContext ctx) |
void |
BridgeController.renderPortletBody(BridgeContext ctx) |
void |
BridgeController.renderPortletHead(BridgeContext ctx) |
void |
BridgeController.renderResource(BridgeContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
BridgeContext |
BridgeSystemEvent.getContext() |
| Constructor and Description |
|---|
BridgeDestroyRequestSystemEvent(BridgeContext ctx) |
BridgeInitializeRequestSystemEvent(BridgeContext ctx) |
BridgePostConstructFacesContextSystemEvent(BridgeContext ctx) |
BridgePreReleaseFacesContextSystemEvent(BridgeContext ctx) |
BridgeSystemEvent(BridgeContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
abstract BridgeContext |
BridgeContextFactory.getBridgeContext(BridgeConfig bridgeConfig) |
| Modifier and Type | Method and Description |
|---|---|
BridgeRequestScope |
BridgeRequestScopeManager.createRequestScope(BridgeContext ctx,
String viewId)
Create a new empty RequestScope.
|
BridgeRequestScope |
BridgeRequestScopeManager.createRequestScope(BridgeContext ctx,
String portletName,
String sessionId,
String viewId,
String portletMode)
Create a new empty RequestScope.
|
BridgeRequestScope |
BridgeRequestScopeManager.getRequestScope(BridgeContext ctx)
Returns the BridgeRequestScope corresponding to the portletId, sessionId, viewId and portletMode.
|
BridgeRequestScope |
BridgeRequestScopeManager.getRequestScope(BridgeContext ctx,
String viewId)
Returns the BridgeRequestScope corresponding to the portletId, sessionId, viewId and portletMode.
|
BridgeRequestScope |
BridgeRequestScopeManager.getRequestScope(BridgeContext ctx,
String viewId,
String portletMode)
Returns the BridgeRequestScope corresponding to the portletId, sessionId, viewId and portletMode.
|
BridgeRequestScope |
BridgeRequestScopeManager.getRequestScope(BridgeContext ctx,
String portletName,
String sessionId,
String viewId,
String portletMode)
Returns the BridgeRequestScope corresponding to the portletId, sessionId, viewId and portletMode.
|
BridgeRequestScope |
BridgeRequestScopeManager.getRequestScopeById(BridgeContext ctx,
String id)
Returns the BridgeRequestScope corresponding to the supplied key (id)
|
BridgeRequestScope |
BridgeRequestScopeManager.removeRequestScope(BridgeContext ctx,
BridgeRequestScope scope)
Removes the supplied BridgeRequestScope from management.
|
BridgeRequestScope |
BridgeRequestScopeManager.removeRequestScope(BridgeContext ctx,
String viewId)
Removes the request scope pertaining to the portletId, sessionId, viewId and portletMode.
|
BridgeRequestScope |
BridgeRequestScopeManager.removeRequestScope(BridgeContext ctx,
String viewId,
String portletMode)
Removes the request scope pertaining to the portletName, sessionId, viewId and portletMode.
|
BridgeRequestScope |
BridgeRequestScopeManager.removeRequestScope(BridgeContext ctx,
String portletName,
String sessionId,
String viewId,
String portletMode)
Removes the request scope pertaining to the portletName, sessionId, viewId and portletMode.
|
BridgeRequestScope |
BridgeRequestScopeManager.removeRequestScopeById(BridgeContext ctx,
String id)
Removes the specific BridgeRequestScope (from management) that corresponds to the supplied key.
|
void |
BridgeRequestScopeManager.removeRequestScopesByPortlet(BridgeContext ctx)
Removes all the BridgeRequestScope's currently being managed by this manager for the specific portlet that is
identified in the PortletConfig object obtainable from the BridgeContext.
|
void |
BridgeRequestScopeManager.removeRequestScopesByPortlet(BridgeContext ctx,
String portletName)
Removes all the BridgeRequestScope's currently being managed by this manager for the specific portlet that is
identified
portletName. |
void |
BridgeRequestScopeManager.removeRequestScopesBySession(BridgeContext ctx)
Removes all the BridgeRequestScope's currently being managed by this manager for the current session.
|
void |
BridgeRequestScopeManager.removeRequestScopesBySession(BridgeContext ctx,
String sessionId)
Removes all the BridgeRequestScope's currently being managed by this manager for the session identified by
sessionId. |
Copyright © 2015 JBoss by Red Hat. All rights reserved.