org.ajax4jsf.cache
Class ServletContextInitMap

java.lang.Object
  extended by java.util.AbstractMap
      extended by org.ajax4jsf.cache.ServletContextInitMap
All Implemented Interfaces:
java.util.Map

public class ServletContextInitMap
extends java.util.AbstractMap

Author:
Nick Belaevski - nbelaevski@exadel.com created 02.05.2007

Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
java.util.Map.Entry<K,V>
 
Constructor Summary
ServletContextInitMap(javax.servlet.ServletContext servletContext)
           
 
Method Summary
 java.util.Set entrySet()
           
 
Methods inherited from class java.util.AbstractMap
clear, clone, containsKey, containsValue, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, toString, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ServletContextInitMap

public ServletContextInitMap(javax.servlet.ServletContext servletContext)
Method Detail

entrySet

public java.util.Set entrySet()
Specified by:
entrySet in interface java.util.Map
Specified by:
entrySet in class java.util.AbstractMap


Copyright © 2007. All Rights Reserved.