Interface ViewResponse


public interface ViewResponse
Renders a view (typically Thyme Leaf).
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    send(String view)
    Sends the view response.
  • Method Details

    • send

      void send(String view)
      Sends the view response.
      Parameters:
      view - Name of the view.