Searched refs:getContentDisposition (Results 1 – 4 of 4) sorted by relevance
173 public String getContentDisposition() { in getContentDisposition() method in CacheManager.CacheResult
297 public byte[] getContentDisposition() { in getContentDisposition() method in PduPart
742 if (part.getContentDisposition() != null) { in persistPart()743 value = toIsoString(part.getContentDisposition()); in persistPart()1120 if (part.getContentDisposition() != null) { in updatePart()1121 value = toIsoString(part.getContentDisposition()); in updatePart()
261 s = headers.getContentDisposition(); in headers()