Uses of Enum Class
org.springframework.web.util.DefaultUriBuilderFactory.EncodingMode
Packages that use DefaultUriBuilderFactory.EncodingMode
Package
Description
Miscellaneous web utility classes, such as HTML escaping and cookie handling.
-
Uses of DefaultUriBuilderFactory.EncodingMode in org.springframework.web.util
Methods in org.springframework.web.util that return DefaultUriBuilderFactory.EncodingModeModifier and TypeMethodDescriptionDefaultUriBuilderFactory.getEncodingMode()
Return the configured encoding mode.Returns the enum constant of this class with the specified name.DefaultUriBuilderFactory.EncodingMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.web.util with parameters of type DefaultUriBuilderFactory.EncodingModeModifier and TypeMethodDescriptionvoid
DefaultUriBuilderFactory.setEncodingMode
(DefaultUriBuilderFactory.EncodingMode encodingMode) Set theencoding mode
to use.