/** * Gets the serverDir attribute of the ClwCustomizer class * * @return The serverDir value */ public static String getServerDir() { return ClwApiCustomizer.getServerDir(); }
/** * Get the logo configured for this account or store * * @param pRequest request * @param pImgElement example : pImgElement = "pages.logo1.image" ) * @return absolute path */ public static String getCustomizeImgElement(HttpServletRequest pRequest, String pImgElement) { HttpSession session = pRequest.getSession(); String val = (String) session.getAttribute(pImgElement); return ClwApiCustomizer.getCustomizeImgElement(val); }
/** * Gets the storeDir attribute of the ClwCustomizer class * * @return The storeDir value */ public static String getStoreDir() { return ClwApiCustomizer.getStoreDir(); }