Class ValidateContentDisposition
- java.lang.Object
-
- org.gcube.datatransfer.resolver.util.ValidateContentDisposition
-
public class ValidateContentDisposition extends Object
The Class ValidateContentDisposition.- Author:
- Francesco Mangiacrapa at ISTI-CNR (francesco.mangiacrapa@isti.cnr.it) Oct 2, 2019
-
-
Field Summary
Fields Modifier and Type Field Description static org.slf4j.LoggerLOG
-
Constructor Summary
Constructors Constructor Description ValidateContentDisposition()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ConstantsResolver.CONTENT_DISPOSITION_VALUEvalidValue(javax.servlet.http.HttpServletRequest req, Class resolverClass, String helpURI, String contentDispositionValue)Valid value.
-
-
-
Method Detail
-
validValue
public static ConstantsResolver.CONTENT_DISPOSITION_VALUE validValue(javax.servlet.http.HttpServletRequest req, Class resolverClass, String helpURI, String contentDispositionValue)
Valid value.- Parameters:
req- the reqresolverClass- the resolver classhelpURI- the help URIcontentDispositionValue- the content disposition value- Returns:
- the content disposition value
-
-