org.infoglue.deliver.applications.filters
Class URIMapperCache

java.lang.Object
  extended by org.infoglue.deliver.applications.filters.URIMapperCache

public class URIMapperCache
extends java.lang.Object

Created by IntelliJ IDEA. User: lbj Date: 09-02-2004 Time: 09:25:28 To change this template use Options | File Templates.


Constructor Summary
URIMapperCache()
           
 
Method Summary
 boolean addCachedSiteNodeId(java.lang.Integer repositoryId, java.lang.String[] path, int upToIndex, java.lang.Integer siteNodeId)
           
 void clear()
           
 java.lang.Integer getCachedSiteNodeId(java.lang.Integer repositoryId, java.lang.String[] path, int upToIndex)
           
static URIMapperCache getInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

URIMapperCache

public URIMapperCache()
Method Detail

getInstance

public static URIMapperCache getInstance()

clear

public void clear()

getCachedSiteNodeId

public java.lang.Integer getCachedSiteNodeId(java.lang.Integer repositoryId,
                                             java.lang.String[] path,
                                             int upToIndex)

addCachedSiteNodeId

public boolean addCachedSiteNodeId(java.lang.Integer repositoryId,
                                   java.lang.String[] path,
                                   int upToIndex,
                                   java.lang.Integer siteNodeId)


Copyright © 2005 InfoGlue.org All Rights Reserved.