com.arsdigita.cms.installer
Class ContentCenterSetup

java.lang.Object
  extended bycom.arsdigita.cms.installer.ContentCenterSetup

public final class ContentCenterSetup
extends Object

Sets up the content section.

Version:
$Revision: #9 $ $DateTime: 2004/04/07 16:07:11 $
Author:
Jon Orris (jorris@redhat.com)

Constructor Summary
ContentCenterSetup(String workspaceURL, String contentCenterMap)
           
 
Method Summary
static HashMap getClassToURLMap()
          Gives you a mappting of resource(key) to resource handler Use the returned map like so: map.get("com.arsdigita.cms.ui.WorkspacePage");
static HashMap getURLToClassMap()
          Gives you a mappting of URL (key) to resource handler Use the returned map like so: map.get("search");
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContentCenterSetup

public ContentCenterSetup(String workspaceURL,
                          String contentCenterMap)
Method Detail

getURLToClassMap

public static HashMap getURLToClassMap()
Gives you a mappting of URL (key) to resource handler Use the returned map like so: map.get("search");


getClassToURLMap

public static HashMap getClassToURLMap()
Gives you a mappting of resource(key) to resource handler Use the returned map like so: map.get("com.arsdigita.cms.ui.WorkspacePage");


run

public void run()


Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 19 2004:2352 UTC