public class FileTypeHelper extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
defaultValue |
protected Map<String,String> |
mimetypeMap |
| Constructor and Description |
|---|
FileTypeHelper() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(String mimetype,
String filetype) |
String |
get(String mimetype) |
String |
getDefaultValue() |
void |
setDefaultValue(String defaultValue) |
protected String defaultValue
Copyright © 2009–2017 CodeLibs. All rights reserved.