public class FeedbackForm extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
INITIAL_SCOPE_HASHMAP_CAPACITY |
| Constructor and Description |
|---|
FeedbackForm(ConfigContext config) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
actionURI() |
String |
getActionURI() |
Locale |
getDefaultLocale() |
com.github.mustachejava.MustacheFactory |
getMf() |
com.github.mustachejava.Mustache |
getMustache() |
void |
renderHtml(Object errorId,
String message,
Writer writer) |
void |
renderHtml(Object errorId,
String message,
Writer writer,
Locale locale) |
public static final int INITIAL_SCOPE_HASHMAP_CAPACITY
public FeedbackForm(ConfigContext config)
protected String actionURI()
public void renderHtml(Object errorId, String message, Writer writer) throws IOException
IOExceptionpublic void renderHtml(Object errorId, String message, Writer writer, Locale locale) throws IOException
IOExceptionpublic com.github.mustachejava.MustacheFactory getMf()
public Locale getDefaultLocale()
public com.github.mustachejava.Mustache getMustache()
public String getActionURI()
Copyright © 2023 Honeybadger.io. All rights reserved.