Class JigExpressionObjectDialect
- java.lang.Object
-
- org.dddjava.jig.presentation.view.html.JigExpressionObjectDialect
-
- All Implemented Interfaces:
org.thymeleaf.dialect.IDialect,org.thymeleaf.dialect.IExpressionObjectDialect
public class JigExpressionObjectDialect extends java.lang.Object implements org.thymeleaf.dialect.IExpressionObjectDialect
-
-
Constructor Summary
Constructors Constructor Description JigExpressionObjectDialect(JigDocumentContext jigDocumentContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.thymeleaf.expression.IExpressionObjectFactorygetExpressionObjectFactory()java.lang.StringgetName()
-
-
-
Constructor Detail
-
JigExpressionObjectDialect
public JigExpressionObjectDialect(JigDocumentContext jigDocumentContext)
-
-
Method Detail
-
getName
public java.lang.String getName()
- Specified by:
getNamein interfaceorg.thymeleaf.dialect.IDialect
-
getExpressionObjectFactory
public org.thymeleaf.expression.IExpressionObjectFactory getExpressionObjectFactory()
- Specified by:
getExpressionObjectFactoryin interfaceorg.thymeleaf.dialect.IExpressionObjectDialect
-
-