Reimplementing Methods to Interrupt the Processing Cycle

When you require little reimplementation, you simply reimplement the JadeHTMLClass class processRequest method to process the incoming data. Set up the goToPage property in this method to respond with a different page.

When you want full control of HTML pages in your application, for every JadeHTMLClass subclass, reimplement the generateHTMLString, processRequest, reply, and updateValues methods.