org.apache.jetspeed.decoration.caches
Class SessionPathResolverCache

java.lang.Object
  extended by org.apache.jetspeed.decoration.caches.HashMapPathResolverCache
      extended by org.apache.jetspeed.decoration.caches.SessionPathResolverCache
All Implemented Interfaces:
PathResolverCache

public class SessionPathResolverCache
extends HashMapPathResolverCache
implements PathResolverCache

Extends the

Author:
Scott T. Weaver

Field Summary
 
Fields inherited from class org.apache.jetspeed.decoration.caches.HashMapPathResolverCache
cache
 
Constructor Summary
SessionPathResolverCache(javax.servlet.http.HttpSession session)
           
 
Method Summary
 void clear()
          Clears the entire contents of this cache object.
 
Methods inherited from class org.apache.jetspeed.decoration.caches.HashMapPathResolverCache
addPath, getPath, removePath
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.jetspeed.decoration.PathResolverCache
addPath, getPath, removePath
 

Constructor Detail

SessionPathResolverCache

public SessionPathResolverCache(javax.servlet.http.HttpSession session)
Method Detail

clear

public void clear()
Description copied from interface: PathResolverCache
Clears the entire contents of this cache object.

Specified by:
clear in interface PathResolverCache
Overrides:
clear in class HashMapPathResolverCache


Copyright © 1999-2010 Apache Software Foundation. All Rights Reserved.