Uses of Class
org.thymeleaf.testing.templateengine.standard.resolver.StandardTestableResolver.TestableType
-
Packages that use StandardTestableResolver.TestableType Package Description org.thymeleaf.testing.templateengine.standard.resolver -
-
Uses of StandardTestableResolver.TestableType in org.thymeleaf.testing.templateengine.standard.resolver
Methods in org.thymeleaf.testing.templateengine.standard.resolver that return StandardTestableResolver.TestableType Modifier and Type Method Description protected StandardTestableResolver.TestableTypeStandardTestableResolver. computeTestableType(ITestResource resource)static StandardTestableResolver.TestableTypeStandardTestableResolver.TestableType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static StandardTestableResolver.TestableType[]StandardTestableResolver.TestableType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-