Class WebAppManager


  • public class WebAppManager
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String REVISION  
    • Constructor Summary

      Constructors 
      Constructor Description
      WebAppManager​(javax.servlet.ServletContext context)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      WebAppInfo getWebAppInfo​(java.lang.String webappId)
      Gives a webapp info for a given webappId.
      java.util.TreeMap getWebAppInfoMap()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • WebAppManager

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

      • getWebAppInfoMap

        public java.util.TreeMap getWebAppInfoMap()
      • getWebAppInfo

        public WebAppInfo getWebAppInfo​(java.lang.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