java.lang.Object
io.jooby.rocker.RockerModule
- All Implemented Interfaces:
io.jooby.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
-
RockerModule
public RockerModule()
-
-
Method Details
-
reloading
Turn on/off autoreloading of template for development.- Parameters:
reloading- True for turning on.- Returns:
- This module.
-
install
public void install(@NonNull io.jooby.Jooby application) - Specified by:
installin interfaceio.jooby.Extension
-