Package com.stimulsoft.web.helper
Class StiWebResourceHelper
java.lang.Object
com.stimulsoft.web.helper.StiWebResourceHelper
Copyright Stimulsoft
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetImages(Class<?> resourceClass, String component, String path, String url, String themeName, boolean imagesInHTML) static voidgetResources(Class<?> resourceClass, String component, String path, String url, String themeName, String subPath, HashMap<String, String> result) static StringgetWebResourceUrl(String url, String component, String resourceName) static StringgetWebResourceUrl(String url, String component, String resourceName, String themeName)
-
Constructor Details
-
StiWebResourceHelper
public StiWebResourceHelper()
-
-
Method Details
-
getResources
public static void getResources(Class<?> resourceClass, String component, String path, String url, String themeName, String subPath, HashMap<String, String> result) throws URISyntaxException, UnsupportedEncodingException, IOException -
getWebResourceUrl
-
getWebResourceUrl
-
getImages
public static HashMap<String,String> getImages(Class<?> resourceClass, String component, String path, String url, String themeName, boolean imagesInHTML) throws IOException - Throws:
IOException
-