org.apache.jetspeed.decoration.caches
Class NoCachePathResolverCache

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

public class NoCachePathResolverCache
extends Object
implements org.apache.jetspeed.decoration.PathResolverCache

A non-caching cache :)

Author:
Scott T. Weaver

Constructor Summary
NoCachePathResolverCache()
           
 
Method Summary
 void addPath(String key, String path)
           
 void clear()
           
 String getPath(String key)
           
 String removePath(String key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoCachePathResolverCache

public NoCachePathResolverCache()
Method Detail

addPath

public void addPath(String key,
                    String path)
Specified by:
addPath in interface org.apache.jetspeed.decoration.PathResolverCache

getPath

public String getPath(String key)
Specified by:
getPath in interface org.apache.jetspeed.decoration.PathResolverCache

removePath

public String removePath(String key)
Specified by:
removePath in interface org.apache.jetspeed.decoration.PathResolverCache

clear

public void clear()
Specified by:
clear in interface org.apache.jetspeed.decoration.PathResolverCache


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