Interface FormParams
- All Superinterfaces:
Iterable<ParameterEntry<String,,String>> Parameters<String,String>
- All Known Subinterfaces:
FormParamsWritable
- All Known Implementing Classes:
FormParamsImpl
FormParams
- Version:
- 0.0.1
- Author:
- scx567888
-
Method Summary
Modifier and TypeMethodDescriptiondefault Stringencode()编码成 from 表单格式static FormParamsWritableof()static FormParamsWritableof(FormParams oldFormParams) static FormParamsWritable从编码后的文本内容中生成 FormParamsMethods 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
-
of
-
of
-
of
从编码后的文本内容中生成 FormParams -
encode
编码成 from 表单格式
-