Interface ValueProvider

All Known Implementing Classes:
DefaultValueProvider

public interface ValueProvider
A provider of values.
Since:
1.29.0
See Also:
  • Method Details

    • getValue

      String getValue(org.apache.commons.httpclient.URI uri, String url, String fieldId, String defaultValue, List<String> definedValues, Map<String,String> envAttributes, Map<String,String> fieldAttributes)
      Gets a value for the given field name.
      Parameters:
      uri - the uri
      url - the resolved URL
      fieldId - the name associated with the current field
      defaultValue - the value of 'value attribute' if it has one
      definedValues - the predefined values for the field, if present
      envAttributes - all attributes of the current form
      fieldAttributes - all attributes of the current field