| Building Web Applications > Deploying an Application as a DHTML-Only Thin Client > Thin-Client Classes for the Server Side > The IlvMapServlet Class |
The IlvMapServlet Class |
INDEX
PREVIOUS
NEXT
|
The ilog.views.maps.servlet.IlvMapServlet class is a concrete servlet class that handles HTTP requests to build an image of a diagram.
This class accepts one parameter: the project file which refers to the XML data file and the style sheet on which the diagram is based. This parameter can be specified at initialization time (as a static configuration parameter of the servlet) or dynamically in the request URL.
IlvMapServlet provides support for client-side image maps. The image map can be used to attach actions to every node or link displayed in the diagram.
IlvMapServlet extends IlvDiagrammerServlet, it uses the same protocols as IlvManagerServlet to communicate with clients. IlvMapServlet is also subclass of IlvSDMServlet and inherits its session capabilities. Depending on the value of the multiSession configuration parameter, the JViews Maps servlet can work in either mono-session or multi-session mode. By default, the servlet runs in mono-session mode. See Table 3.2 for more information.
| Copyright © 1987-2007 ILOG S.A. All rights reserved. Documentation homepage. Legal terms. | PREVIOUS NEXT |