Interface FormParamsWritable
- All Superinterfaces:
FormParams,Iterable<ParameterEntry<String,,String>> Parameters<String,,String> ParametersWritable<String,String>
- All Known Implementing Classes:
FormParamsImpl
FormParams
- Version:
- 0.0.1
- Author:
- scx567888
-
Method Summary
Methods inherited from interface cool.scx.http.media.form_params.FormParams
encodeMethods inherited from interface java.lang.Iterable
forEach, iterator, spliteratorMethods inherited from interface cool.scx.http.parameters.Parameters
contains, forEach, forEachParameter, get, getAll, isEmpty, names, size, toMap, toMultiValueMap
-
Method Details
-
clear
FormParamsWritable clear()- Specified by:
clearin interfaceParametersWritable<String,String>
-
remove
- Specified by:
removein interfaceParametersWritable<String,String>
-
add
- Specified by:
addin interfaceParametersWritable<String,String>
-
set
- Specified by:
setin interfaceParametersWritable<String,String>
-