Package sk.iway.iwcm.editor.appstore
Class AppManager
java.lang.Object
sk.iway.iwcm.editor.appstore.AppManager
AppDB.java
-
Method Summary
Modifier and TypeMethodDescriptiongetAppsList
(javax.servlet.http.HttpServletRequest request) Vrati zoznam dostupnych aplikacii pre admin_appstore.jspgetClassToJspReplaces
(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"
-
Method Details
-
getAppsList
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:
-