Class DemoHtmlFormsSingleFieldController

java.lang.Object
org.spincast.website.controllers.demos.DemoHtmlFormsSingleFieldController

public class DemoHtmlFormsSingleFieldController extends Object
HTML Forms - Single Field demo controller
  • Field Details

    • logger

      protected static final org.slf4j.Logger logger
  • Constructor Details

    • DemoHtmlFormsSingleFieldController

      public DemoHtmlFormsSingleFieldController()
  • Method Details

    • singleField

      public void singleField(AppRequestContext context)
      Single Field demo - GET
    • singleFieldSubmit

      public void singleFieldSubmit(AppRequestContext context)
      Single Field demo - POST
    • validateForm

      protected void validateForm(Form form)
      Validates the form.

      The results of the validations are saved in the form itself, so there is no need to return anything.