Skip to content

ServletController

Christophe Brasseur edited this page Feb 8, 2017 · 2 revisions

ServletController serves as the class that makes the interface between servlets and the mechanism of pages in WaVEFORm. In the framework environment, you won't have to be aware of this servlet.

ServletContext

In specific cases, you'll perhaps need a reference to the ServletController. This is make by getServletContext() available in all controllers implementation. From this, you can cast it into an HttpServlet and be able to call any methods that you can normally request from HttpServlet subclasses.

Clone this wiki locally