response object (Object/NES)

Part of the server-side support for JavaScript. This is the Global object in NES.

Availability:

JavaScript - 1.1
Netscape Enterprise Server - 2.0
JavaScript syntax:NESresponse
Object properties:client, database, project, request, server
Object methods:addClient(), addResponseHeader(), blob(), callC(), debug(), deleteResponseHeader(), flush(), getOptionValue(), getOptionValueCount(), redirect(), registerCFunction(), ssjs_generateClientID(), ssjs_getCGIVariable(), ssjs_getClientID(), trace(), write()

The response object in NES is the global object as well. This means the methods and properties that belong to the global object also belong to the response object.

Because it is the Global object there is no explicit way of referring to it.

We have collated all the response object methods and properties together in a group to aid the rapid location of related topics. Additional index entries are provided for the properties and methods as they would be addressed as members of the Global object.

Warnings:

See also:Netscape Enterprise Server, unwatch(), watch()

PropertyJavaScriptJScriptNIEOperaNESECMADOMCSSHTMLNotes
client1.1 1.1 n/a n/a n/a n/a2.0 2.0 n/a n/a n/a n/a-
database1.1 1.1 n/a n/a n/a n/a2.0 2.0 n/a n/a n/a n/a-
project1.1 1.1 n/a n/a n/a n/a2.0 2.0 n/a n/a n/a n/a-
request1.1 1.1 n/a n/a n/a n/a2.0 2.0 n/a n/a n/a n/a-
server1.1 1.1 n/a n/a n/a n/a2.0 2.0 n/a n/a n/a n/a-

MethodJavaScriptJScriptNIEOperaNESECMADOMCSSHTMLNotes
addClient()1.1 1.1 n/a n/a n/a n/a2.0 2.0 n/a n/a n/a n/a-
addResponseHeader()1.2 1.2 n/a n/a n/a n/a3.0 3.0 n/a n/a n/a n/a-
blob()1.1 1.1 n/a n/a n/a n/a2.0 2.0 n/a n/a n/a n/a-
callC()1.1 1.1 n/a n/a n/a n/a2.0 2.0 n/a n/a n/a n/a-
debug()1.1 1.1 n/a n/a n/a n/a2.0 2.0 n/a n/a n/a n/a-
deleteResponseHeader()1.2 1.2 n/a n/a n/a n/a3.0 3.0 n/a n/a n/a n/a-
flush()1.1 1.1 n/a n/a n/a n/a2.0 2.0 n/a n/a n/a n/a-
getOptionValue()1.1 1.1 n/a n/a n/a n/a2.0 2.0 n/a n/a n/a n/a-
getOptionValueCount()1.1 1.1 n/a n/a n/a n/a2.0 2.0 n/a n/a n/a n/a-
redirect()1.1 1.1 n/a n/a n/a n/a2.0 2.0 n/a n/a n/a n/a-
registerCFunction()1.1 1.1 n/a n/a n/a n/a2.0 2.0 n/a n/a n/a n/a-
ssjs_generateClientID()1.2 1.2 n/a n/a n/a n/a3.0 3.0 n/a n/a n/a n/a-
ssjs_getCGIVariable()1.2 1.2 n/a n/a n/a n/a3.0 3.0 n/a n/a n/a n/a-
ssjs_getClientID()1.2 1.2 n/a n/a n/a n/a3.0 3.0 n/a n/a n/a n/a-
trace()1.1 1.1 n/a n/a n/a n/a2.0 2.0 n/a n/a n/a n/a-
write()1.2 1.2 n/a n/a n/a n/a3.0 3.0 n/a n/a n/a n/a-