| Package | Description |
|---|---|
| com.vaadin.flow.plugin.common |
| Modifier and Type | Class and Description |
|---|---|
class |
AnnotationValuesExtractor
Collects annotation values from all classes or jars specified.
|
class |
ThemedURLTranslator
Translates the URLs according to the theme discovered in the project.
|
| Modifier and Type | Method and Description |
|---|---|
protected ThemedURLTranslator |
FrontendDataProvider.getTranslator(File es6SourceDirectory,
ClassPathIntrospector introspector)
Gets the URL translator to rewrite URL using the theme in declared in the
application.
|
| Constructor and Description |
|---|
ClassPathIntrospector(ClassPathIntrospector otherIntrospector)
Creates a new instance of class path introspector using the
otherIntrpespector's reflection tools. |
ThemedURLTranslator(Function<String,File> fileFactory,
ClassPathIntrospector otherIntrospector)
Creates a new translator instance using the provided
fileFactory
which produces the File on the filesystem by the URL and some
otherIntrospector to use its reflections tools. |
Copyright © 2025. All rights reserved.