Uses of Enum Class
org.springframework.web.util.DefaultUriBuilderFactory.EncodingMode
Package
Description
Miscellaneous web utility classes, such as HTML escaping and cookie handling.
-
Uses of DefaultUriBuilderFactory.EncodingMode in org.springframework.web.util
Modifier 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.Modifier and TypeMethodDescriptionvoid
DefaultUriBuilderFactory.setEncodingMode
(DefaultUriBuilderFactory.EncodingMode encodingMode) Set theencoding mode
to use.