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

    Constructors
    Constructor
    Description
    Ein Dialect für Thymeleaf, um SVWS spezifische Funktionen zum Datum zu implementieren.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.thymeleaf.expression.IExpressionObjectFactory
    Die verarbeitende ExpressionObjectFactory des Dialects wird festgelegt und zurückgegeben.

    Methods inherited from class org.thymeleaf.dialect.AbstractDialect

    getName

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods 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:
      getExpressionObjectFactory in interface org.thymeleaf.dialect.IExpressionObjectDialect
      Returns:
      Die ExpressionObjectFactory des Dialect