Class SVWSDateExpressionDialect
java.lang.Object
org.thymeleaf.dialect.AbstractDialect
de.svws_nrw.module.pdf.html.dialects.SVWSDateExpressionDialect
- All Implemented Interfaces:
org.thymeleaf.dialect.IDialect,org.thymeleaf.dialect.IExpressionObjectDialect
public class SVWSDateExpressionDialect
extends org.thymeleaf.dialect.AbstractDialect
implements org.thymeleaf.dialect.IExpressionObjectDialect
Ein Dialect des SVWS-Servers für Thymeleaf um Datumsmethoden zur Verfügung zu stellen.
-
Constructor Summary
ConstructorsConstructorDescriptionEin Dialect für Thymeleaf, um SVWS spezifische Funktionen zum Datum zu implementieren. -
Method Summary
Modifier and TypeMethodDescriptionorg.thymeleaf.expression.IExpressionObjectFactoryDie verarbeitende ExpressionObjectFactory des Dialects wird festgelegt und zurückgegeben.Methods inherited from class org.thymeleaf.dialect.AbstractDialect
getNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.thymeleaf.dialect.IDialect
getName
-
Constructor Details
-
SVWSDateExpressionDialect
public SVWSDateExpressionDialect()Ein Dialect für Thymeleaf, um SVWS spezifische Funktionen zum Datum zu implementieren.
-
-
Method Details
-
getExpressionObjectFactory
public org.thymeleaf.expression.IExpressionObjectFactory getExpressionObjectFactory()Die verarbeitende ExpressionObjectFactory des Dialects wird festgelegt und zurückgegeben.- Specified by:
getExpressionObjectFactoryin interfaceorg.thymeleaf.dialect.IExpressionObjectDialect- Returns:
- Die ExpressionObjectFactory des Dialect
-