org.openprivacy.reptile.xml
Class HandlerCache

java.lang.Object
  |
  +--org.openprivacy.reptile.xml.HandlerCache

public class HandlerCache
extends java.lang.Object

Responsible for fetching content form the cache.

Version:
$Id: HandlerCache.java,v 1.1 2001/08/10 00:13:17 burton Exp $
Author:
burtonator

Constructor Summary
HandlerCache()
           
 
Method Summary
 org.xml.sax.helpers.DefaultHandler getHandler(talon.util.net.URI resource, java.lang.Class handler)
          Get a handler by it's resource.
static HandlerCache getInstance()
          Get an instance of the HandlerCache.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HandlerCache

public HandlerCache()
Method Detail

getHandler

public org.xml.sax.helpers.DefaultHandler getHandler(talon.util.net.URI resource,
                                                     java.lang.Class handler)
                                              throws java.lang.Exception
Get a handler by it's resource.

java.lang.Exception

getInstance

public static HandlerCache getInstance()
Get an instance of the HandlerCache.