Uses of Class
org.thymeleaf.linkbuilder.StandardLinkBuilder.LinkType
-
Packages that use StandardLinkBuilder.LinkType Package Description org.thymeleaf.linkbuilder -
-
Uses of StandardLinkBuilder.LinkType in org.thymeleaf.linkbuilder
Methods in org.thymeleaf.linkbuilder that return StandardLinkBuilder.LinkType Modifier and Type Method Description static StandardLinkBuilder.LinkType
StandardLinkBuilder.LinkType. valueOf(String name)
Returns the enum constant of this type with the specified name.static StandardLinkBuilder.LinkType[]
StandardLinkBuilder.LinkType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-