Package org.zaproxy.addon.commonlib
Interface ValueProvider
- All Known Implementing Classes:
DefaultValueProvider
public interface ValueProvider
A provider of values.
- Since:
- 1.29.0
- See Also:
-
Method Summary
-
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 uriurl- the resolved URLfieldId- the name associated with the current fielddefaultValue- the value of 'value attribute' if it has onedefinedValues- the predefined values for the field, if presentenvAttributes- all attributes of the current formfieldAttributes- all attributes of the current field
-