Class QuarkusResourceProvider

java.lang.Object
com.vaadin.quarkus.QuarkusResourceProvider
All Implemented Interfaces:
com.vaadin.flow.di.ResourceProvider

public class QuarkusResourceProvider extends Object implements com.vaadin.flow.di.ResourceProvider
A ResourceProvider implementation that delegates resource loading to current thread context ClassLoader.
  • Constructor Details

    • QuarkusResourceProvider

      public QuarkusResourceProvider()
  • Method Details

    • getApplicationResource

      public URL getApplicationResource(String path)
      Specified by:
      getApplicationResource in interface com.vaadin.flow.di.ResourceProvider
    • getApplicationResources

      public List<URL> getApplicationResources(String path) throws IOException
      Specified by:
      getApplicationResources in interface com.vaadin.flow.di.ResourceProvider
      Throws:
      IOException
    • getClientResource

      public URL getClientResource(String path)
      Specified by:
      getClientResource in interface com.vaadin.flow.di.ResourceProvider
    • getClientResourceAsStream

      public InputStream getClientResourceAsStream(String path) throws IOException
      Specified by:
      getClientResourceAsStream in interface com.vaadin.flow.di.ResourceProvider
      Throws:
      IOException