Uses of Enum Class
org.springframework.boot.tomcat.autoconfigure.TomcatServerProperties.UseApr
Packages that use TomcatServerProperties.UseApr
Package
Description
Classes related to the auto-configuration of a servlet or reactive web server using
Tomcat.
-
Uses of TomcatServerProperties.UseApr in org.springframework.boot.tomcat.autoconfigure
Subclasses with type arguments of type TomcatServerProperties.UseApr in org.springframework.boot.tomcat.autoconfigureMethods in org.springframework.boot.tomcat.autoconfigure that return TomcatServerProperties.UseAprModifier and TypeMethodDescriptionTomcatServerProperties.getUseApr()
Returns the enum constant of this class with the specified name.static TomcatServerProperties.UseApr[]
TomcatServerProperties.UseApr.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.boot.tomcat.autoconfigure with parameters of type TomcatServerProperties.UseAprModifier and TypeMethodDescriptionvoid
TomcatServerProperties.setUseApr
(TomcatServerProperties.UseApr useApr)