| Package | Description |
|---|---|
| org.jboss.portletbridge.bridge.context | |
| org.jboss.portletbridge.bridge.factory | |
| org.jboss.portletbridge.bridge.scope |
| Modifier and Type | Method and Description |
|---|---|
abstract BridgeRequestScope |
BridgeContext.getBridgeScope()
Returns the Bridge request scope corresponding to current view and mode.
|
abstract BridgeRequestScope |
BridgeContext.getBridgeScope(String viewId,
String mode)
Returns the Bridge request scope corresponding to passed viewId and mode.
|
| Modifier and Type | Method and Description |
|---|---|
abstract BridgeRequestScope |
BridgeRequestScopeFactory.getBridgeRequestScope(String portletName,
String sessionId,
String viewId,
String portletMode) |
abstract BridgeRequestScope |
BridgeRequestScopeFactory.getBridgeRequestScope(String portletName,
String sessionId,
String viewId,
String portletMode,
int initialCapacity) |
abstract BridgeRequestScope |
BridgeRequestScopeFactory.getBridgeRequestScope(String portletName,
String sessionId,
String viewId,
String portletMode,
int initialCapacity,
float loadFactor,
int concurrencyLevel) |
abstract BridgeRequestScope |
BridgeRequestScopeFactory.getBridgeRequestScope(String portletName,
String sessionId,
String viewId,
String portletMode,
Map<String,Object> requestScopeDataMap) |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
BridgeRequestScope |
BridgeRequestScopeManager.removeRequestScope(BridgeContext ctx,
BridgeRequestScope scope)
Removes the supplied BridgeRequestScope from management.
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.