JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
spring-web
org.springframework.http.codec.multipart
FormFieldPart
Contents
Description
Method Summary
Method Details
value()
Hide sidebar
Show sidebar
Interface FormFieldPart
All Superinterfaces:
Part
public interface
FormFieldPart
extends
Part
Specialization of
Part
for a form field.
Since:
5.0
Author:
Rossen Stoyanchev
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
value
()
Return the form field value.
Methods inherited from interface
Part
content
,
delete
,
headers
,
name
Method Details
value
String
value
()
Return the form field value.