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<ParameterEntry<String, String>>
FormParamsImpl
- Version:
- 0.0.1
- Author:
- scx567888
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ParametersImpl
contains, forEach, forEachParameter, get, getAll, isEmpty, iterator, names, size, toMap, toMultiValueMap, toStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface FormParams
encodeMethods inherited from interface Iterable
forEach, iterator, spliteratorMethods inherited from interface Parameters
contains, forEach, forEachParameter, get, getAll, isEmpty, names, size, toMap, toMultiValueMap
-
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>
-