Interface IndexContentProvider


public interface IndexContentProvider
Interface to implement by content providers for the index page
  • Method Details

    • getSectionTitle

      String getSectionTitle()
      Returns:
      the text to use as title for the index page section of this provide
    • writeContent

      void writeContent(PrintWriter out, String contextPath)
      Write the index page content
      Parameters:
      out - the writer to output the content to
      contextPath - the servlet context path