HttpHandlerServlet

class HttpHandlerServlet(handler: HttpHandler) : HttpServlet

This is a carbon copy of the standard Servlet classes from the core module, just using the repackaged Jakarta classes

Constructors

Link copied to clipboard
constructor(handler: HttpHandler)

Properties

Link copied to clipboard
Link copied to clipboard
open val servletConfig: ServletConfig?
Link copied to clipboard
open val servletContext: ServletContext?
Link copied to clipboard
open val servletInfo: String?
Link copied to clipboard
open val servletName: String?

Functions

Link copied to clipboard
open fun destroy()
Link copied to clipboard
open fun getInitParameter(name: String?): String?
Link copied to clipboard
open fun init()
open fun init(config: ServletConfig?)
Link copied to clipboard
open fun log(msg: String?)
open fun log(message: String?, t: Throwable?)
Link copied to clipboard
open fun service(req: ServletRequest?, res: ServletResponse?)