JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
Spring Framework
org.springframework.http.codec.multipart
FormFieldPart
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Method Summary
Method Details
value()
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 org.springframework.http.codec.multipart.
Part
content
,
delete
,
headers
,
name
Method Details
value
String
value
()
Return the form field value.