com.watchitlater.spring
Class BindStatusMap

java.lang.Object
  extended by com.watchitlater.spring.DataMap
      extended by com.watchitlater.spring.CachingDataMap
          extended by com.watchitlater.spring.BindStatusMap
All Implemented Interfaces:
java.util.Map

public class BindStatusMap
extends CachingDataMap


Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
java.util.Map.Entry<K,V>
 
Constructor Summary
BindStatusMap(org.springframework.web.servlet.support.RequestContext context)
           
 
Method Summary
protected  java.lang.Object getValue(java.lang.Object key)
           
 
Methods inherited from class com.watchitlater.spring.CachingDataMap
containsKey, get
 
Methods inherited from class com.watchitlater.spring.DataMap
clear, containsValue, entrySet, isEmpty, keySet, put, putAll, remove, size, 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

BindStatusMap

public BindStatusMap(org.springframework.web.servlet.support.RequestContext context)
Method Detail

getValue

protected java.lang.Object getValue(java.lang.Object key)
Specified by:
getValue in class CachingDataMap

Copyright © 2010, Thomas Czarniecki