Searched refs:getContentDisposition (Results 1 – 4 of 4) sorted by relevance
206 public String getContentDisposition() { in getContentDisposition() method in CacheManager.CacheResult
312 public byte[] getContentDisposition() { in getContentDisposition() method in PduPart
756 if (part.getContentDisposition() != null) { in persistPart()757 value = toIsoString(part.getContentDisposition()); in persistPart()1081 if (part.getContentDisposition() != null) { in updatePart()1082 value = toIsoString(part.getContentDisposition()); in updatePart()
261 s = headers.getContentDisposition(); in headers()