Class AppManager

java.lang.Object
sk.iway.iwcm.editor.appstore.AppManager

public class AppManager extends Object
AppDB.java
  • Method Details

    • getAppsList

      public static List<AppBean> getAppsList(javax.servlet.http.HttpServletRequest request)
      Vrati zoznam dostupnych aplikacii pre admin_appstore.jsp
      Parameters:
      request -
      Returns:
    • getClassToJspReplaces

      public static Map<String,String> getClassToJspReplaces(javax.servlet.http.HttpServletRequest request)
      Returns map of class names and jsp paths for replacing in appstore editor componentseg.: "sk.iway.iwcm.components.gallery.GalleryApp" -> "/components/gallery/gallery.jsp"
      Parameters:
      request -
      Returns: