public class FeedbackForm
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
actionURI |
protected java.util.Locale |
defaultLocale |
protected com.github.mustachejava.MustacheFactory |
mf |
protected com.github.mustachejava.Mustache |
mustache |
| Constructor and Description |
|---|
FeedbackForm(java.lang.String templatePath) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
actionURI() |
void |
renderHtml(java.lang.Object errorId,
java.io.Writer writer) |
void |
renderHtml(java.lang.Object errorId,
java.io.Writer writer,
java.util.Locale locale) |
protected final com.github.mustachejava.MustacheFactory mf
protected final java.util.Locale defaultLocale
protected final com.github.mustachejava.Mustache mustache
protected final java.lang.String actionURI
protected java.lang.String actionURI()
public void renderHtml(java.lang.Object errorId,
java.io.Writer writer)
throws java.io.IOException
java.io.IOExceptionpublic void renderHtml(java.lang.Object errorId,
java.io.Writer writer,
java.util.Locale locale)
throws java.io.IOException
java.io.IOException