Class FormCommandHandler

  • All Implemented Interfaces:
    IDynamicDataHandler

    public class FormCommandHandler
    extends Object
    implements IDynamicDataHandler

    Provides a Form Command Handler class to provide an improved Form HTTP API.

    The FormCommandHandler is responsible for request data marshaling, security and response rendering. This handler class will delegate processing work to a FormCommandProcessor class which is responsible for executing business logic and submission state changes.

    Since:
    17.10.0