public interface BridgeRequestScope extends ConcurrentMap<String,Object>
Map. Its main
abstraction is to provide an id which a scope manager can use to identify this scope and as the gatekeeper of
specific attributes that are excluded from the scope.| Modifier and Type | Method and Description |
|---|---|
void |
addExcludedEntries(List<String> excludedNames)
Adds a new List of excluded attribute names to the existing set.
|
List<String> |
getExcludedEntries(List<String> excludedNames) |
String |
getId() |
String |
getPortletMode() |
String |
getPortletName() |
String |
getSessionId() |
String |
getViewId() |
boolean |
isExcluded(String key,
Object value)
Allows the caller to (pre-determine) if a given attribute name/value pair will be excluded or not.
|
void |
setExcludedEntries(List<String> excludedNames)
Sets a new List of excluded attribute names.
|
putIfAbsent, remove, replace, replaceString getId()
String getPortletName()
String getSessionId()
String getViewId()
String getPortletMode()
void setExcludedEntries(List<String> excludedNames)
excludedNames - void addExcludedEntries(List<String> excludedNames)
excludedNames - List<String> getExcludedEntries(List<String> excludedNames)
excludedNames - returns the current list of excluded attribute namesCopyright © 2015 JBoss by Red Hat. All rights reserved.