Java org.springframework.http ContentDisposition fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.http ContentDisposition fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.http ContentDisposition.

The text is from its open source code.

Method

StringgetFilename()
Return the value of the filename parameter (or the value of the filename* one decoded as defined in the RFC 5987), or null if not defined.
StringgetName()
Return the value of the name parameter, or null if not defined.