Class PrefixingSupportingLinkBuilder
java.lang.Object
org.thymeleaf.linkbuilder.AbstractLinkBuilder
org.thymeleaf.linkbuilder.StandardLinkBuilder
com.foreach.across.modules.web.thymeleaf.PrefixingSupportingLinkBuilder
- All Implemented Interfaces:
org.thymeleaf.linkbuilder.ILinkBuilder
public final class PrefixingSupportingLinkBuilder
extends org.thymeleaf.linkbuilder.StandardLinkBuilder
- Since:
- 2.0.0
- Author:
- Arne Vandamme
-
Nested Class Summary
Nested classes/interfaces inherited from class org.thymeleaf.linkbuilder.StandardLinkBuilder
org.thymeleaf.linkbuilder.StandardLinkBuilder.LinkType
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected String
processLink
(org.thymeleaf.context.IExpressionContext context, String link) Methods inherited from class org.thymeleaf.linkbuilder.StandardLinkBuilder
buildLink, computeContextPath
Methods inherited from class org.thymeleaf.linkbuilder.AbstractLinkBuilder
getName, getOrder, setName, setOrder
-
Constructor Details
-
PrefixingSupportingLinkBuilder
-
-
Method Details
-
processLink
- Overrides:
processLink
in classorg.thymeleaf.linkbuilder.StandardLinkBuilder
-