Interface IView<R extends IRequest,M>

All Known Implementing Classes:
BasicMenuView, NotFoundView, SampleView

public interface IView<R extends IRequest,M>
  • Method Summary

    Modifier and Type
    Method
    Description
    j2html.tags.ContainerTag
    view(R request, M model)
     
  • Method Details

    • view

      j2html.tags.ContainerTag view(R request, M model)