Interface RockerTemplateEngine

All Superinterfaces:
TemplateEngine

public interface RockerTemplateEngine extends TemplateEngine
A template engine that uses the Rocker library.
Author:
Xianguang Zhou
  • Field Details

    • DEFAULT_TEMPLATE_EXTENSION

      static final String DEFAULT_TEMPLATE_EXTENSION
      Default template extension
      See Also:
  • Method Details

    • create

      static RockerTemplateEngine create()
      Create a template engine using defaults
      Returns:
      the engine
    • create

      static RockerTemplateEngine create(String extension)
      Create a template engine using a custom extension
      Returns:
      the engine