Class FormModelActionFactory

All Implemented Interfaces:
ActionFactory

@Component @Order(1000) public class FormModelActionFactory extends AbstractModelActionFactory
This action factory reads the actions from the form model as defined on the form's xml. For example Address_list.xml the "<action ..." tags.

Sorting (see #15351): The form model comes sorted by position elements. This factory must adhere to this sorting. But there is an exception for the root action groups. They don't have a position attribute set in the XML but come in here with position=MIDDLE. The position for the model is ignored, so they are appended to the end of the action list.

  • Constructor Details

    • FormModelActionFactory

      public FormModelActionFactory(org.slf4j.Logger log, ActionsBuilder builder, FormModel formModel)
  • Method Details