Class FormParamsImpl
java.lang.Object
cool.scx.http.parameters.ParametersImpl<String,String>
cool.scx.http.media.form_params.FormParamsImpl
- All Implemented Interfaces:
FormParams,FormParamsWritable,Parameters<String,,String> ParametersWritable<String,,String> Iterable<Map.Entry<String, List<String>>>
FormParams
- Version:
- 0.0.1
- Author:
- scx567888
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class cool.scx.http.parameters.ParametersImpl
get, getAll, iterator, names, size, toMap, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface cool.scx.http.media.form_params.FormParams
encodeMethods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
Constructor Details
-
FormParamsImpl
public FormParamsImpl() -
FormParamsImpl
-
-
Method Details
-
set
- Specified by:
setin interfaceFormParamsWritable- Specified by:
setin interfaceParametersWritable<String,String> - Overrides:
setin classParametersImpl<String,String>
-
add
- Specified by:
addin interfaceFormParamsWritable- Specified by:
addin interfaceParametersWritable<String,String> - Overrides:
addin classParametersImpl<String,String>
-
remove
- Specified by:
removein interfaceFormParamsWritable- Specified by:
removein interfaceParametersWritable<String,String> - Overrides:
removein classParametersImpl<String,String>
-
clear
- Specified by:
clearin interfaceFormParamsWritable- Specified by:
clearin interfaceParametersWritable<String,String> - Overrides:
clearin classParametersImpl<String,String>
-