Class HtmlContext

java.lang.Object
de.svws_nrw.module.pdf.html.base.HtmlContext
Direct Known Subclasses:
HtmlContextGostKursplanungBlockungsergebnis, HtmlContextGostKursplanungKurse, HtmlContextGostKursplanungSchienen, HtmlContextGostKursplanungSchueler, HtmlContextGostLaufbahnplanungSchueler, HtmlContextSchule

public abstract class HtmlContext extends Object
Abstrakte Klasse als Basisklasse für die Thymeleaf-Daten-Contexts.
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Erstellt einen neuen Thymeleaf-Daten-Context
  • Method Summary

    Modifier and Type
    Method
    Description
    org.thymeleaf.context.Context
    Rückgabe des Thymeleaf-Daten-Context
    void
    setContext(org.thymeleaf.context.Context context)
    Setzen des Thymeleaf-Daten-Context

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • HtmlContext

      protected HtmlContext()
      Erstellt einen neuen Thymeleaf-Daten-Context
  • Method Details

    • getContext

      public org.thymeleaf.context.Context getContext()
      Rückgabe des Thymeleaf-Daten-Context
      Returns:
      Gibt einen Thymeleaf-Daten-Context zurück.
    • setContext

      public void setContext(org.thymeleaf.context.Context context)
      Setzen des Thymeleaf-Daten-Context
      Parameters:
      context - Thymeleaf-Daten-Context mit den Daten.