Class WebListDepictor<C extends CompositeComponent>

Type Parameters:
C - The type of component being depicted.
All Implemented Interfaces:
ComponentDepictor<C>, Depictor<C>, WebComponentDepictor<C>, WebDepictor<C>

public class WebListDepictor<C extends CompositeComponent> extends AbstractSimpleWebComponentDepictor<C>
Strategy for rendering a component as an XHTML <ol> element.
Author:
Garret Wilson
  • Constructor Details

    • WebListDepictor

      public WebListDepictor()
      Default constructor using the XHTML <ol> element.
    • WebListDepictor

      public WebListDepictor(URI namespaceURI, String localName)
      Element namespace and local name constructor.
      Parameters:
      namespaceURI - The URI of the XML namespace of the element, or null if there is no namespace.
      localName - The local name of the element with no prefix, or null if this component should not be rendered as an element.
  • Method Details