com.vaadin.flow.client.

Class DefaultClientResources

    • Constructor Detail

      • DefaultClientResources

        public DefaultClientResources()
    • Method Detail

      • getResource

        public InputStream getResource(String path)

        Description copied from interface: ClientResources

        Get content of the resource in the client-side module.

        Specified by:

        getResource in interface ClientResources

        Parameters:

        path - the resource path

        Returns:

        the content of the resource as InputStream or null if there is no resource with the path