Uses of Enum Class
org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.UseApr
Packages that use ServerProperties.Tomcat.UseApr
Package
Description
Auto-configuration for common web concerns.
-
Uses of ServerProperties.Tomcat.UseApr in org.springframework.boot.autoconfigure.web
Methods in org.springframework.boot.autoconfigure.web that return ServerProperties.Tomcat.UseAprModifier and TypeMethodDescriptionServerProperties.Tomcat.getUseApr()
Returns the enum constant of this class with the specified name.static ServerProperties.Tomcat.UseApr[]
ServerProperties.Tomcat.UseApr.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.boot.autoconfigure.web with parameters of type ServerProperties.Tomcat.UseAprModifier and TypeMethodDescriptionvoid
ServerProperties.Tomcat.setUseApr
(ServerProperties.Tomcat.UseApr useApr)