Home | History | Annotate | Download | only in header

Lines Matching refs:dispositionType

50      * DispositionType field.
52 protected String dispositionType;
67 StringBuffer encoding = new StringBuffer(dispositionType);
76 * @param dispositionType type.
78 public void setDispositionType(String dispositionType)
80 if (dispositionType == null)
83 + ", ContentDisposition, setDispositionType(), the dispositionType parameter is null");
84 this.dispositionType = dispositionType;
92 return this.dispositionType;
96 * Get the dispositionType field.
103 /** set the dispositionType field.