Uses of Class
com.helger.servlet.response.EContentDispositionType
-
Packages that use EContentDispositionType Package Description com.helger.servlet.response -
-
Uses of EContentDispositionType in com.helger.servlet.response
Fields in com.helger.servlet.response declared as EContentDispositionType Modifier and Type Field Description static EContentDispositionTypeUnifiedResponse. DEFAULT_CONTENT_DISPOSITION_TYPEDefault content disposition type is AttachmentMethods in com.helger.servlet.response that return EContentDispositionType Modifier and Type Method Description EContentDispositionTypeUnifiedResponse. getContentDispositionType()static EContentDispositionTypeEContentDispositionType. getFromIDOrNull(String sID)static EContentDispositionTypeEContentDispositionType. valueOf(String name)Returns the enum constant of this type with the specified name.static EContentDispositionType[]EContentDispositionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.helger.servlet.response with parameters of type EContentDispositionType Modifier and Type Method Description UnifiedResponseUnifiedResponse. setContentDispositionType(EContentDispositionType eContentDispositionType)Set the content disposition type (e.g. for PDF/Excel downloads).
-