Uses of Enum Class
org.apache.camel.component.thymeleaf.ThymeleafResolverType
-
Uses of ThymeleafResolverType in org.apache.camel.component.thymeleaf
Methods in org.apache.camel.component.thymeleaf that return ThymeleafResolverTypeModifier and TypeMethodDescriptionThymeleafEndpoint.getResolver()static ThymeleafResolverTypeReturns the enum constant of this class with the specified name.static ThymeleafResolverType[]ThymeleafResolverType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.camel.component.thymeleaf with parameters of type ThymeleafResolverTypeModifier and TypeMethodDescriptionvoidThymeleafEndpoint.setResolver(ThymeleafResolverType resolver) Sets the type of resolver to be used by the template engine.