| Package | Description |
|---|---|
| org.ocpsoft.rewrite.servlet.config |
| Modifier and Type | Method and Description |
|---|---|
static SendStatus |
SendStatus.code(int code)
Create an
Operation that will send an HTTP status code to the browser, then call
ServletRewrite.abort() |
static SendStatus |
SendStatus.error(int code)
Create an
Operation that will send an HTTP error code to the browser, then call
ServletRewrite.abort() |
static SendStatus |
SendStatus.error(int code,
String message)
Create an
Operation that will send an HTTP error code and message to the browser, then call
ServletRewrite.abort() |
Copyright © 2015 OCPsoft. All Rights Reserved.