| Name | Description | Type | Package | Framework |
| Controller | This interface is used to mark a specific class as a controller. | Interface | com.acciente.induction.controller | Induction |
| Form | This interface provides access to the HTML form submitted as part of the request (if any). | Interface | com.acciente.induction.controller | Induction |
| FormException | Exception thrown during HTML form processing. | Class | com.acciente.induction.controller | Induction |
| HTMLForm | The implementation backing the the Form interface. | Class | com.acciente.induction.controller | Induction |
| HttpRequest | Implementation backing the Request inteface. | Class | com.acciente.induction.controller | Induction |
| HttpResponse | Implementation backing the Response inteface. | Class | com.acciente.induction.controller | Induction |
| Redirect | Used to instruct the client to redirect. | Class | com.acciente.induction.controller | Induction |
| Request | Provides access to the servlet Request, this interface decorates the standard HttpServletRequest object. | Interface | com.acciente.induction.controller | Induction |
| Response | Provides access to the servlet Response, this interface decorates the standards HttpServletResponse object. | Interface | com.acciente.induction.controller | Induction |