Uses of Class
org.ocpsoft.rewrite.servlet.config.SendStatus
Packages that use SendStatus
-
Uses of SendStatus in org.ocpsoft.rewrite.servlet.config
Methods in org.ocpsoft.rewrite.servlet.config that return SendStatusModifier and TypeMethodDescriptionstatic SendStatusSendStatus.code(int code) Create anOperationthat will send an HTTP status code to the browser, then callServletRewrite.abort()static SendStatusSendStatus.error(int code) Create anOperationthat will send an HTTP error code to the browser, then callServletRewrite.abort()static SendStatusCreate anOperationthat will send an HTTP error code and message to the browser, then callServletRewrite.abort()