Package com.saperion.util
Class WebUtil
java.lang.Object
com.saperion.util.WebUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
getContentDispositionFileName
(String filename) This method builds the filename value for the HTTP header field Content-Disposition.
-
Constructor Details
-
WebUtil
public WebUtil()
-
-
Method Details
-
getContentDispositionFileName
This method builds the filename value for the HTTP header field Content-Disposition. The RFC5987 and RFC6266 is taken into account here and fixes an issue with Umlaut characters- Returns:
- filename value for HTTP header field Content-Disposition
-