Uses of Enum Class
io.hawt.web.ForbiddenReason
Packages that use ForbiddenReason
-
Uses of ForbiddenReason in io.hawt.web
Methods in io.hawt.web that return ForbiddenReasonModifier and TypeMethodDescriptionstatic ForbiddenReasonReturns the enum constant of this class with the specified name.static ForbiddenReason[]ForbiddenReason.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.hawt.web with parameters of type ForbiddenReasonModifier and TypeMethodDescriptionstatic voidServletHelpers.doForbidden(jakarta.servlet.http.HttpServletResponse response, ForbiddenReason reason)