public class HasGlobalErrorsFunction extends BaseBindingResultFunction
Function available to templates in Spring MVC applications in order to access the BindingResult of a form
| Modifier and Type | Field and Description |
|---|---|
static String |
FUNCTION_NAME |
PARAM_FIELD_NAME, PARAM_FORM_NAME| Constructor and Description |
|---|
HasGlobalErrorsFunction() |
| Modifier and Type | Method and Description |
|---|---|
Object |
execute(Map<String,Object> args,
com.mitchellbosecke.pebble.template.PebbleTemplate self,
com.mitchellbosecke.pebble.template.EvaluationContext context,
int lineNumber) |
getArgumentNames, getBindingResultpublic static final String FUNCTION_NAME
Copyright © 2018. All rights reserved.