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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected 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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • PrefixingSupportingLinkBuilder

      public PrefixingSupportingLinkBuilder(WebAppPathResolver pathResolver)
  • Method Details

    • processLink

      protected String processLink(org.thymeleaf.context.IExpressionContext context, String link)
      Overrides:
      processLink in class org.thymeleaf.linkbuilder.StandardLinkBuilder