We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.flow.client.
Class ClientResourcesUtils
- java.lang.Object
-
- com.vaadin.flow.client.ClientResourcesUtils
-
public final class ClientResourcesUtils extends Object
Utilities to load client access resources from the client side module.
Author:
Vaadin Ltd
-
-
Method Summary
All Methods Modifier and Type Method and Description static InputStream
getResource(String path)
Get content of the resource in the client-side module.
-
-
-
Method Detail
-
getResource
public static InputStream getResource(String path)
Get content of the resource in the client-side module.
Parameters:
path
- the resource pathReturns:
the content of the resource as InutStream or null if there is no resource with the
path
-
-