Package io.undertow.servlet.api
Class DefaultServletConfig
- java.lang.Object
-
- io.undertow.servlet.api.DefaultServletConfig
-
@Deprecated public class DefaultServletConfig extends java.lang.ObjectDeprecated.The default servlet config. By default this has quite a restrictive configuration, only allowing extensions in common use in the web to be served. This class is deprecated, the default servlet should be configured via context params.- Author:
- Stuart Douglas
-
-
Constructor Summary
Constructors Constructor Description DefaultServletConfig()Deprecated.DefaultServletConfig(boolean defaultAllowed)Deprecated.DefaultServletConfig(boolean defaultAllowed, java.util.Set<java.lang.String> exceptions)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.util.Set<java.lang.String>getAllowed()Deprecated.java.util.Set<java.lang.String>getDisallowed()Deprecated.booleanisDefaultAllowed()Deprecated.
-