Service Stage
Chapter
3
Predefined SAFs and the Request Handling Process
89
Examples
See Also
add-footer, add-header
imagemap
Applicable in
Service
-class directives.
The
imagemap
function responds to requests for imagemaps. Imagemaps are
images which are divided into multiple areas that each have an associated URL.
The information about which URL is associated with which area is stored in a
mapping file.
Parameters
timefmt
(optional) is a time format string for
:LASTMOD:
. For
details about time formats refer to Appendix D, “Time
Formats.” If
timefmt
is not provided,
:LASTMOD:
will not be replaced with the time.
type
optional, common to all Service-class functions
method
optional, common to all Service-class functions
query
optional, common to all Service-class functions
UseOutputStreamSize
optional, common to all Service-class functions
flushTimer
optional, common to all Service-class functions
ChunkedRequestBufferSize
optional, common to all Service-class functions
ChunkedRequestTimeout
optional, common to all Service-class functions
bucket
optional, common to all
obj.conf
functions
Service type=text/html method=GET fn=append-trailer
trailer="<hr><img src=/logo.gif> Copyright 2001"
# Add a trailer with the date in the format: MM/DD/YY
Service type=text/html method=GET fn=append-trailer timefmt="%D"
trailer="<HR>File last updated on: :LASTMOD:"
type
optional, common to all Service-class functions
method
optional, common to all Service-class functions
Summary of Contents for ENTERPRISE SERVER 6.1
Page 1: ...NSAPI Programmer s Guide Netscape Enterprise Server Version6 1 April 2002 Draft...
Page 290: ...Miscellaneous 290 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Page 318: ...cinfo 318 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Page 336: ...Buffered Streams 336 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Page 344: ...344 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Page 350: ...350 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Page 356: ...356 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...