Package com.fizzed.rocker.runtime
Interface RockerBootstrap
-
- All Known Implementing Classes:
DefaultRockerBootstrap,ReloadingRockerBootstrap
public interface RockerBootstrap
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RockerModelmodel(java.lang.String templatePath)DefaultRockerTemplatetemplate(java.lang.Class modelType, DefaultRockerModel model)
-
-
-
Method Detail
-
model
RockerModel model(java.lang.String templatePath) throws TemplateNotFoundException, TemplateBindException
-
template
DefaultRockerTemplate template(java.lang.Class modelType, DefaultRockerModel model) throws RenderingException
- Throws:
RenderingException
-
-