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 Summary
Modifier and TypeMethodDescriptionorg.thymeleaf.expression.IExpressionObjectFactoryMethods inherited from class org.thymeleaf.dialect.AbstractDialect
getNameMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.thymeleaf.dialect.IDialect
getName
-
Method Details
-
getExpressionObjectFactory
public org.thymeleaf.expression.IExpressionObjectFactory getExpressionObjectFactory()- Specified by:
getExpressionObjectFactoryin interfaceorg.thymeleaf.dialect.IExpressionObjectDialect
-