Interface TemplateHandler

    • Field Detail

      • DEFAULT_TEMPLATE_DIRECTORY

        static final String DEFAULT_TEMPLATE_DIRECTORY
        The default directory where templates will be looked for
        See Also:
        Constant Field Values
      • DEFAULT_CONTENT_TYPE

        static final String DEFAULT_CONTENT_TYPE
        The default content type header to be used in the response
        See Also:
        Constant Field Values
    • Method Detail

      • setIndexTemplate

        TemplateHandler setIndexTemplate​(String indexTemplate)
        Set the index template
        Parameters:
        indexTemplate - the index template
        Returns:
        a reference to this, so the API can be used fluently
      • create

        static TemplateHandler create​(TemplateEngine engine)
        Create a handler
        Parameters:
        engine - the template engine
        Returns:
        the handler
      • create

        static TemplateHandler create​(TemplateEngine engine,
                                      String templateDirectory,
                                      String contentType)
        Create a handler
        Parameters:
        engine - the template engine
        templateDirectory - the template directory where templates will be looked for
        contentType - the content type header to be used in the response
        Returns:
        the handler