Uses of Class
io.hawt.web.ForbiddenReason
-
Packages that use ForbiddenReason Package Description io.hawt.web -
-
Uses of ForbiddenReason in io.hawt.web
Methods in io.hawt.web that return ForbiddenReason Modifier and Type Method Description static ForbiddenReasonForbiddenReason. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ForbiddenReason[]ForbiddenReason. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.hawt.web with parameters of type ForbiddenReason Modifier and Type Method Description static voidServletHelpers. doForbidden(javax.servlet.http.HttpServletResponse response, ForbiddenReason reason)
-