Interface FormFieldValidatorContext
-
- All Known Implementing Classes:
DefaultFormFieldValidatorContext
public interface FormFieldValidatorContextObject passed in to a
FormFieldValidatorproviding access to validation properties- Author:
- Daniel Meyer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description StringgetConfiguration()DelegateExecutiongetExecution()Deprecated.FormFieldHandlergetFormFieldHandler()Map<String,Object>getSubmittedValues()VariableScopegetVariableScope()
-
-
-
Method Detail
-
getFormFieldHandler
FormFieldHandler getFormFieldHandler()
-
getExecution
@Deprecated DelegateExecution getExecution()
Deprecated.- Returns:
- the execution
Deprecated, use
getVariableScope()
-
getVariableScope
VariableScope getVariableScope()
- Returns:
- the variable scope in which the value is submitted
-
getConfiguration
String getConfiguration()
- Returns:
- the configuration of this validator
-
-