Class ListRenderer

  • All Implemented Interfaces:
    ObjectRenderer<java.util.List>

    public class ListRenderer
    extends java.lang.Object
    implements ObjectRenderer<java.util.List>
    Renders a List, but rendering an unordered list.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void render​(java.util.List list, MarkupWriter writer)
      Renders the object out as markup.
      • Methods inherited from class java.lang.Object

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