Serialized Form
-
Package com.github.mjeanroy.springmvc.view.mustache.exceptions
-
Class com.github.mjeanroy.springmvc.view.mustache.exceptions.MustacheCompilationException extends RuntimeException implements Serializable
-
Class com.github.mjeanroy.springmvc.view.mustache.exceptions.MustacheExecutionException extends RuntimeException implements Serializable
-
Class com.github.mjeanroy.springmvc.view.mustache.exceptions.MustacheIOException extends RuntimeException implements Serializable
-
Class com.github.mjeanroy.springmvc.view.mustache.exceptions.MustachePartialsMappingException extends RuntimeException implements Serializable
-
Class com.github.mjeanroy.springmvc.view.mustache.exceptions.MustacheTemplateException extends RuntimeException implements Serializable
-
Class com.github.mjeanroy.springmvc.view.mustache.exceptions.MustacheTemplateNotFoundException extends RuntimeException implements Serializable
-
Class com.github.mjeanroy.springmvc.view.mustache.exceptions.NashornException extends RuntimeException implements Serializable
-
Class com.github.mjeanroy.springmvc.view.mustache.exceptions.ReflectionException extends RuntimeException implements Serializable
-
-
Package com.github.mjeanroy.springmvc.view.mustache.taglibs
-
Class com.github.mjeanroy.springmvc.view.mustache.taglibs.MustacheParamTag extends javax.servlet.jsp.tagext.BodyTagSupport implements Serializable
-
Class com.github.mjeanroy.springmvc.view.mustache.taglibs.MustacheRenderTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable
-
Serialized Fields
-
compiler
MustacheCompiler compiler
Mustache compiler to use. If not specified, the compiler registered in current spring application context will be used. -
parameters
Map<String,Object> parameters
Template parameters. -
template
String template
Mustache template to render.
-
-
-