public abstract class BaseBindingResultFunction extends Object implements Function
| Modifier and Type | Field and Description |
|---|---|
protected static String |
PARAM_FIELD_NAME |
protected static String |
PARAM_FORM_NAME |
| Modifier | Constructor and Description |
|---|---|
protected |
BaseBindingResultFunction(String... argumentsName) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getArgumentNames() |
protected org.springframework.validation.BindingResult |
getBindingResult(String formName,
EvaluationContext context) |
protected static final String PARAM_FIELD_NAME
protected static final String PARAM_FORM_NAME
protected BaseBindingResultFunction(String... argumentsName)
public List<String> getArgumentNames()
getArgumentNames in interface NamedArgumentsprotected org.springframework.validation.BindingResult getBindingResult(String formName, EvaluationContext context)
Copyright © 2019. All rights reserved.