org.apache.beehive.netui.util.cache
Class ServletContextCache

Object
  extended by ServletContextCache

public abstract class ServletContextCache
extends Object


Constructor Summary
ServletContextCache()
           
 
Method Summary
protected static ServletContextCache get(ServletContext servletContext, String key)
           
protected abstract  String getKey()
           
protected  void initInternal(ServletContext servletContext)
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServletContextCache

public ServletContextCache()
Method Detail

initInternal

protected void initInternal(ServletContext servletContext)

get

protected static ServletContextCache get(ServletContext servletContext,
                                         String key)

getKey

protected abstract String getKey()