com.liferay.faces.bridge.scope
Class BridgeRequestScopeCacheWrapper

java.lang.Object
  extended by com.liferay.faces.bridge.scope.BridgeRequestScopeCacheWrapper
All Implemented Interfaces:
BridgeRequestScopeCache, Map<String,BridgeRequestScope>, javax.faces.FacesWrapper<BridgeRequestScopeCache>

public abstract class BridgeRequestScopeCacheWrapper
extends Object
implements BridgeRequestScopeCache, javax.faces.FacesWrapper<BridgeRequestScopeCache>

Author:
Neil Griffin

Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Constructor Summary
BridgeRequestScopeCacheWrapper()
           
 
Method Summary
 void clear()
           
 boolean containsKey(Object key)
           
 boolean containsValue(Object value)
           
 Set<Map.Entry<String,BridgeRequestScope>> entrySet()
           
 BridgeRequestScope get(Object key)
           
abstract  BridgeRequestScopeCache getWrapped()
           
 boolean isEmpty()
           
 Set<String> keySet()
           
 BridgeRequestScope put(String key, BridgeRequestScope value)
           
 void putAll(Map<? extends String,? extends BridgeRequestScope> m)
           
 BridgeRequestScope remove(Object key)
           
 int size()
           
 Collection<BridgeRequestScope> values()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

BridgeRequestScopeCacheWrapper

public BridgeRequestScopeCacheWrapper()
Method Detail

clear

public void clear()
Specified by:
clear in interface Map<String,BridgeRequestScope>

containsKey

public boolean containsKey(Object key)
Specified by:
containsKey in interface Map<String,BridgeRequestScope>

containsValue

public boolean containsValue(Object value)
Specified by:
containsValue in interface Map<String,BridgeRequestScope>

entrySet

public Set<Map.Entry<String,BridgeRequestScope>> entrySet()
Specified by:
entrySet in interface Map<String,BridgeRequestScope>

get

public BridgeRequestScope get(Object key)
Specified by:
get in interface Map<String,BridgeRequestScope>

keySet

public Set<String> keySet()
Specified by:
keySet in interface Map<String,BridgeRequestScope>

put

public BridgeRequestScope put(String key,
                              BridgeRequestScope value)
Specified by:
put in interface Map<String,BridgeRequestScope>

putAll

public void putAll(Map<? extends String,? extends BridgeRequestScope> m)
Specified by:
putAll in interface Map<String,BridgeRequestScope>

remove

public BridgeRequestScope remove(Object key)
Specified by:
remove in interface Map<String,BridgeRequestScope>

size

public int size()
Specified by:
size in interface Map<String,BridgeRequestScope>

values

public Collection<BridgeRequestScope> values()
Specified by:
values in interface Map<String,BridgeRequestScope>

getWrapped

public abstract BridgeRequestScopeCache getWrapped()
Specified by:
getWrapped in interface javax.faces.FacesWrapper<BridgeRequestScopeCache>

isEmpty

public boolean isEmpty()
Specified by:
isEmpty in interface Map<String,BridgeRequestScope>


Copyright © 2015 Liferay, Inc.. All rights reserved.