public abstract class BridgeRequestScopeFactory extends BridgeFactory<BridgeRequestScopeFactory>
BridgeRequestScope.| Constructor and Description |
|---|
BridgeRequestScopeFactory() |
| Modifier and Type | Method and Description |
|---|---|
abstract BridgeRequestScope |
getBridgeRequestScope(String portletName,
String sessionId,
String viewId,
String portletMode) |
abstract BridgeRequestScope |
getBridgeRequestScope(String portletName,
String sessionId,
String viewId,
String portletMode,
int initialCapacity) |
abstract BridgeRequestScope |
getBridgeRequestScope(String portletName,
String sessionId,
String viewId,
String portletMode,
int initialCapacity,
float loadFactor,
int concurrencyLevel) |
abstract BridgeRequestScope |
getBridgeRequestScope(String portletName,
String sessionId,
String viewId,
String portletMode,
Map<String,Object> requestScopeDataMap) |
BridgeRequestScopeFactory |
getWrapped() |
public abstract BridgeRequestScope getBridgeRequestScope(String portletName, String sessionId, String viewId, String portletMode) throws javax.faces.FacesException
javax.faces.FacesExceptionpublic abstract BridgeRequestScope getBridgeRequestScope(String portletName, String sessionId, String viewId, String portletMode, int initialCapacity) throws javax.faces.FacesException
javax.faces.FacesExceptionpublic abstract BridgeRequestScope getBridgeRequestScope(String portletName, String sessionId, String viewId, String portletMode, int initialCapacity, float loadFactor, int concurrencyLevel) throws javax.faces.FacesException
javax.faces.FacesExceptionpublic abstract BridgeRequestScope getBridgeRequestScope(String portletName, String sessionId, String viewId, String portletMode, Map<String,Object> requestScopeDataMap) throws javax.faces.FacesException
javax.faces.FacesExceptionpublic BridgeRequestScopeFactory getWrapped()
getWrapped in interface javax.faces.FacesWrapper<BridgeFactory<BridgeRequestScopeFactory>>getWrapped in class BridgeFactory<BridgeRequestScopeFactory>Copyright © 2015 JBoss by Red Hat. All rights reserved.