Class HttpServerRequestExpressionDialect

java.lang.Object
org.thymeleaf.dialect.AbstractDialect
io.micronaut.views.thymeleaf.webexpression.HttpServerRequestExpressionDialect
All Implemented Interfaces:
org.thymeleaf.dialect.IDialect, org.thymeleaf.dialect.IExpressionObjectDialect

@Requires(beans={io.micronaut.http.server.HttpServerConfiguration.class,io.micronaut.http.server.util.HttpHostResolver.class}) @Singleton @Internal public final class HttpServerRequestExpressionDialect extends org.thymeleaf.dialect.AbstractDialect implements org.thymeleaf.dialect.IExpressionObjectDialect
Thymeleaf dialect for RequestExpressionObject instantiated via the RequestExpressionObjectFactory.
Since:
6.1.0
Author:
Sergio del Amo
  • Method Details

    • getExpressionObjectFactory

      public org.thymeleaf.expression.IExpressionObjectFactory getExpressionObjectFactory()
      Specified by:
      getExpressionObjectFactory in interface org.thymeleaf.dialect.IExpressionObjectDialect