Package com.vaadin.quarkus
Class QuarkusResourceProvider
java.lang.Object
com.vaadin.quarkus.QuarkusResourceProvider
- All Implemented Interfaces:
com.vaadin.flow.di.ResourceProvider
A
ResourceProvider implementation that delegates resource loading to
current thread context ClassLoader.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetApplicationResource(String path) getClientResource(String path)
-
Constructor Details
-
QuarkusResourceProvider
public QuarkusResourceProvider()
-
-
Method Details
-
getApplicationResource
- Specified by:
getApplicationResourcein interfacecom.vaadin.flow.di.ResourceProvider
-
getApplicationResources
- Specified by:
getApplicationResourcesin interfacecom.vaadin.flow.di.ResourceProvider- Throws:
IOException
-
getClientResource
- Specified by:
getClientResourcein interfacecom.vaadin.flow.di.ResourceProvider
-
getClientResourceAsStream
- Specified by:
getClientResourceAsStreamin interfacecom.vaadin.flow.di.ResourceProvider- Throws:
IOException
-