Uses of Class
org.gcube.datatransfer.resolver.ConstantsResolver.CONTENT_DISPOSITION_VALUE
-
-
Uses of ConstantsResolver.CONTENT_DISPOSITION_VALUE in org.gcube.datatransfer.resolver
Methods in org.gcube.datatransfer.resolver that return ConstantsResolver.CONTENT_DISPOSITION_VALUE Modifier and Type Method Description static ConstantsResolver.CONTENT_DISPOSITION_VALUEConstantsResolver.CONTENT_DISPOSITION_VALUE. valueOf(String name)Returns the enum constant of this type with the specified name.static ConstantsResolver.CONTENT_DISPOSITION_VALUE[]ConstantsResolver.CONTENT_DISPOSITION_VALUE. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ConstantsResolver.CONTENT_DISPOSITION_VALUE in org.gcube.datatransfer.resolver.services
Methods in org.gcube.datatransfer.resolver.services with parameters of type ConstantsResolver.CONTENT_DISPOSITION_VALUE Modifier and Type Method Description protected static javax.ws.rs.core.ResponseStorageIDResolver. resolveStorageId(javax.servlet.http.HttpServletRequest httpRequest, String storageId, String fileName, String contentType, ConstantsResolver.CONTENT_DISPOSITION_VALUE contentDisposition, boolean validation)Resolve storage id. -
Uses of ConstantsResolver.CONTENT_DISPOSITION_VALUE in org.gcube.datatransfer.resolver.shub
Methods in org.gcube.datatransfer.resolver.shub with parameters of type ConstantsResolver.CONTENT_DISPOSITION_VALUE Modifier and Type Method Description javax.ws.rs.core.Response.ResponseBuilderStorageHubMetadataResponseBuilder. fillMetadata(org.gcube.common.storagehub.client.StreamDescriptor streamDescriptor, String entityId, ConstantsResolver.CONTENT_DISPOSITION_VALUE contentDispValue)Fill metadata. -
Uses of ConstantsResolver.CONTENT_DISPOSITION_VALUE in org.gcube.datatransfer.resolver.util
Methods in org.gcube.datatransfer.resolver.util that return ConstantsResolver.CONTENT_DISPOSITION_VALUE Modifier and Type Method Description static ConstantsResolver.CONTENT_DISPOSITION_VALUEValidateContentDisposition. validValue(javax.servlet.http.HttpServletRequest req, Class resolverClass, String helpURI, String contentDispositionValue)Valid value.
-