com.arsdigita.acs
Class SiteNodeMap

java.lang.Object
  |
  +--com.arsdigita.acs.SiteNodeMap

public class SiteNodeMap
extends java.lang.Object


Field Summary
static java.lang.String cvsId
           
 
Constructor Summary
SiteNodeMap()
           
 
Method Summary
static SiteNode getSiteNode(java.lang.String url)
          Maps a URL to a site node.
static void sync()
          Synchronizes with the database.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cvsId

public static final java.lang.String cvsId
Constructor Detail

SiteNodeMap

public SiteNodeMap()
Method Detail

getSiteNode

public static SiteNode getSiteNode(java.lang.String url)
Maps a URL to a site node.
Parameters:
url - the URL to look up
Returns:
the SiteNode that is mapped from url or null if none exists

sync

public static void sync()
                 throws java.sql.SQLException,
                        com.arsdigita.db.DbException
Synchronizes with the database.