com.jalios.jcms
Class WebAppManager

java.lang.Object
  extended by com.jalios.jcms.WebAppManager

public class WebAppManager
extends Object


Field Summary
static String REVISION
           
 
Constructor Summary
WebAppManager(javax.servlet.ServletContext context)
           
 
Method Summary
 WebAppInfo getWebAppInfo(String webappId)
          Gives a webapp info for a given webappId.
 TreeMap getWebAppInfoMap()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

REVISION

public static final String REVISION
See Also:
Constant Field Values
Constructor Detail

WebAppManager

public WebAppManager(javax.servlet.ServletContext context)
Method Detail

getWebAppInfoMap

public TreeMap getWebAppInfoMap()

getWebAppInfo

public WebAppInfo getWebAppInfo(String webappId)
Gives a webapp info for a given webappId. The webappId is unique given one couple (urid, url).

Parameters:
webappId -
Returns:
the WebappInfo object mapped to this webappId


Copyright © 2001-2010 Jalios SA. All Rights Reserved.