Class | Description |
---|---|
CaptchaDBManagement | |
CookieManager | |
GetPostServlet | |
HTTPIncludeServlet |
This servlet is able to forward any request to any URL (supported by
URLConnection ) including its GET and POST data.Forwarding POST data is only possible if getParameter() ,
getInputStream() or any other method that consumes the POST
data has been called previously on the specified request-object.The URL to forward the request to must be specified with a GET parameter targetURL . |
Model2Servlet |
Provides general functionality for servlets that are part of a model 2 architecture.
|
ServletUtils |
Utility class for common tasks related to servlets.
|
SQLManipulator |
Exception | Description |
---|---|
DatabaseException |