Interface IView<M extends IRequest>

All Known Implementing Classes:
BasicMenuView, NotFoundView, SampleView

public interface IView<M extends IRequest>
  • Method Summary

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

    • view

      j2html.tags.ContainerTag view​(M model)