The IlvMapServletSupport class

The class IlvMapServletSupport is a subclass of IlvDiagrammerServletSupport, it implements the functionality of the JViews Maps servlet but is not a servlet itself.
The purpose of IlvMapServletSupport is to:
  • Build multiplexing servlets that can handle requests for images.
  • Handle other kinds of requests that call other parts of your application.
The class IlvMapServlet is a facade that forwards requests to IlvMapServletSupport.