com.stimulsoft.web.helper
Class StiWebResourceHelper

java.lang.Object
  extended by com.stimulsoft.web.helper.StiWebResourceHelper

public class StiWebResourceHelper
extends Object

Copyright Stimulsoft


Constructor Summary
StiWebResourceHelper()
           
 
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
 

Constructor Detail

StiWebResourceHelper

public StiWebResourceHelper()
Method Detail

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.