Package de.xima.fc.web.common.mime
Class ExtensionCheckSettings
- java.lang.Object
-
- de.xima.fc.web.common.mime.ExtensionCheckSettings
-
public class ExtensionCheckSettings extends Object
Model for (regularly updated) extension check related values that are based on system properties. As these properties may change at runtime their values have to be kept up-to-date.
-
-
Constructor Summary
Constructors Constructor Description ExtensionCheckSettings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Set<String>>
getCustomMimeMap()
boolean
isMimeCheckDisabled()
boolean
isUnknownTypesAllowed()
-