DHtmlUpdateServlet.java | Class | Used to receive command from the server and send result back to client.
Though it is called
DHtmlUpdateServlet, it is used to serve all kind of HTTP-based clients,
including ajax (HTML+Ajax), mil (Mobile Interactive Language),
and others (see
Desktop.getDeviceType .
Init parameters:
- processor0, processor1...
- It specifies an AU processor.
The first processor must be specified with the name called processor0,
second processor1 and so on.
The syntax of the value is
/prefix=class
By default: there are two processors are associated with
"/upload" and "/view" (see
DHtmlUpdateServlet.addAuProcessor .
Also, "/web" is reserved. |