Class StiDesignerResourcesHelper
java.lang.Object
com.stimulsoft.webdesigner.helper.StiDesignerResourcesHelper
Copyright Stimulsoft
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StiWebActionResultget(StiRequestParams requestParams) static byte[]getImage(StiRequestParams requestParams) getImagesArray(StiRequestParams requestParams, String resourcesUrl, boolean ignoreFirstLoadingImages) static byte[]getScripts(StiRequestParams requestParams) static byte[]getStyles(StiRequestParams requestParams) getStylesConstants(String css)
-
Constructor Details
-
StiDesignerResourcesHelper
public StiDesignerResourcesHelper()
-
-
Method Details
-
get
- Throws:
IOException
-
getScripts
public static byte[] getScripts(StiRequestParams requestParams) throws UnsupportedEncodingException, IOException -
getStylesConstants
-
getStyles
- Throws:
UnsupportedEncodingException
-
getImage
-
getImagesArray
public static HashMap<String,Object> getImagesArray(StiRequestParams requestParams, String resourcesUrl, boolean ignoreFirstLoadingImages) throws IOException - Throws:
IOException
-