Uses of Class
io.vertigo.ui.impl.thymeleaf.components.NamedComponentDefinition
-
Packages that use NamedComponentDefinition Package Description io.vertigo.ui.impl.thymeleaf io.vertigo.ui.impl.thymeleaf.components -
-
Uses of NamedComponentDefinition in io.vertigo.ui.impl.thymeleaf
Constructor parameters in io.vertigo.ui.impl.thymeleaf with type arguments of type NamedComponentDefinition Constructor Description VUiStandardDialect(Set<NamedComponentDefinition> components)
-
Uses of NamedComponentDefinition in io.vertigo.ui.impl.thymeleaf.components
Methods in io.vertigo.ui.impl.thymeleaf.components that return types with arguments of type NamedComponentDefinition Modifier and Type Method Description Set<NamedComponentDefinition>
NamedComponentParser. parseComponent(String componentName)
Constructors in io.vertigo.ui.impl.thymeleaf.components with parameters of type NamedComponentDefinition Constructor Description NamedComponentElementProcessor(String dialectPrefix, NamedComponentDefinition thymeleafComponent)
Constructor
-