The following steps lead to the actuation of a servlet instance from an HTML link.
You can <a href="//whitney.ai.mit.edu/servlet/startcritic">vote</a> on movies yourself, if you wish.
startcritic
, in a table described in Segment 1037; it
finds a class name, GetCriticFormServlet
.
GetCriticFormServlet
instance has been constructed
already, the servlet server constructs a GetCriticFormServlet
instance, and calls the class's init
method with the instance as the target.
GetCriticFormServlet
class's doGet
method with the instance as the
target.
doGet
method prepares HTML-decorated text to be sent back to the browser
for display.