Class RockerModule

java.lang.Object
io.jooby.rocker.RockerModule
All Implemented Interfaces:
Extension

public class RockerModule extends Object implements Extension
Rocker module. It requires some build configuration setup which are documented in the web site. Please refer to https://jooby.io/modules/rocker for more details.
Since:
2.0.0
Author:
edgar
  • Constructor Details

    • RockerModule

      public RockerModule(@NonNull Charset charset)
    • RockerModule

      public RockerModule()
  • Method Details

    • reloading

      @NonNull public RockerModule reloading(boolean reloading)
      Turn on/off autoreloading of template for development.
      Parameters:
      reloading - True for turning on.
      Returns:
      This module.
    • install

      public void install(@NonNull Jooby application)
      Specified by:
      install in interface Extension