com.stimulsoft.web.helper
Class StiWebResourceHelper
java.lang.Object
com.stimulsoft.web.helper.StiWebResourceHelper
public class StiWebResourceHelper
- extends Object
Copyright Stimulsoft
|
Method Summary |
static Hashtable<String,String> |
getImages(Class<?> resourceClass,
String component,
String path,
String url,
String themeName,
boolean imagesInHTML)
|
static void |
getResources(Class<?> resourceClass,
String component,
String path,
String url,
String themeName,
String subPath,
Hashtable<String,String> result)
|
static String |
getWebResourceUrl(String url,
String component,
String resourceName)
|
static String |
getWebResourceUrl(String url,
String component,
String resourceName,
String themeName)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StiWebResourceHelper
public StiWebResourceHelper()
getResources
public static void getResources(Class<?> resourceClass,
String component,
String path,
String url,
String themeName,
String subPath,
Hashtable<String,String> result)
throws URISyntaxException,
UnsupportedEncodingException,
IOException
- Throws:
URISyntaxException
UnsupportedEncodingException
IOException
getWebResourceUrl
public static String getWebResourceUrl(String url,
String component,
String resourceName,
String themeName)
getWebResourceUrl
public static String getWebResourceUrl(String url,
String component,
String resourceName)
getImages
public static Hashtable<String,String> getImages(Class<?> resourceClass,
String component,
String path,
String url,
String themeName,
boolean imagesInHTML)
throws IOException
- Throws:
IOException
Copyright © 2017 Stimulsoft. All Rights Reserved.