Set the content type without charset. @param type The content type
(String type)
| 714 | * @param type The content type |
| 715 | */ |
| 716 | public void setContentTypeNoCharset(String type) { |
| 717 | this.contentType = type; |
| 718 | } |
| 719 | |
| 720 | /** |
| 721 | * Get the content type. |