| Class | Description |
|---|---|
| WAddFirstUser |
Servlet that adds the first user.
|
| WChangeUserPasswd |
Servlet that change user password.
|
| WJsp |
Generic servlet that delegate request to JSP.
|
| WJspPublic |
Generic public servlet that delegate request to JSP.
|
| WMngSoftware |
Software manager servlet.
|
| WReplicator |
Servlet that replicate database
through WEB service (WSendEntities).
|
| WReport |
Generic Report servlet.
|
| WReportCsv |
Servlet that send CSV response.
|
| WReportPdf |
Servlet that send PDF response.
|
| WSendEntities |
Replicator's servlet that send required entities in XML/Json format.
|
| WService |
Generic servlet that delegate request to a
IHandlerRequest that can implements any business logic
e.g.
|
| WServicePublic |
Generic servlet that delegate request to a
IHandlerRequest that can implements any business logic
e.g.
|
| WUploadSingle |
Generic servlet that upload single file in multipath way with name
from parameter named paramNameFileToUpload, then add pass attributes
"fileToUploadInputStream"-"[InputStream]" and
"fileToUploadName"-"[file name]" in "HttpRequestData" and delegate this
requestData to a IHandlerRequest that can implements any business logic
to handle this.
|
Servlets package.
Copyright © 2016–2018. All rights reserved.