servlet

Namespace: http://www.o-xml.com/servlet/

TypeLocationDescription
servlet:Redirectlib/servlet/Redirect.oml

extends servlet:Response

servlet:Redirect is used to send an HTTP redirection message to the client.

servlet:Forwardlib/servlet/Forward.oml

extends servlet:Response

servlet:Forward is used to forward the current request to a different handler.

servlet:Errorlib/servlet/Error.oml

extends servlet:Response

servlet:Error is used to send an HTTP error message to the client.

servlet:Includelib/servlet/Include.oml

extends servlet:Response

servlet:Include is used to include the response of a different handler.

servlet:Responselib/servlet/Response.oml

extends net:HttpResponse

servlet:Response returns an HTTP response message to the client.