All Implemented Interfaces:
ValidatorReceivable

public class FieldHandler extends AbstractDataComponentHandler<Field>
Handler for the basic, unspecialized <field> tag.

It's a generalization so that forms don't have to hardcode the field type; the currently best field implementation for that data type can be chosen instead.

This tag will then be handled based on the data type of the corresponding entity field, for example the class BooleanToCheckboxConverter.