Namespace: http://www.o-xml.com/servlet/
| Type | Location | Description |
|---|---|---|
| servlet:Redirect | lib/servlet/Redirect.oml | extends servlet:Response servlet:Redirect is used to send an HTTP redirection message to the client. |
| servlet:Forward | lib/servlet/Forward.oml | extends servlet:Response servlet:Forward is used to forward the current request to a different handler. |
| servlet:Error | lib/servlet/Error.oml | extends servlet:Response servlet:Error is used to send an HTTP error message to the client. |
| servlet:Include | lib/servlet/Include.oml | extends servlet:Response servlet:Include is used to include the response of a different handler. |
| servlet:Response | lib/servlet/Response.oml | extends net:HttpResponse servlet:Response returns an HTTP response message to the client. |