-
Notifications
You must be signed in to change notification settings - Fork 474
Open
Labels
in: mediatypesMedia type related functionalityMedia type related functionalityprocess: waiting for feedbacktype: new feature
Description
Currently, only the first InputTypeFactory
loaded from spring.factories is loaded.
I would like to provide custom types while keeping the existing ones in place, or combine multiple factories. Therefore, it would be nice to have some sort of CompositeInputTypeFactory
which will use all available factories (which can be ordered with the @Order
annotation, HtmlInputTypeFactory
should have the lowest priority).
Metadata
Metadata
Assignees
Labels
in: mediatypesMedia type related functionalityMedia type related functionalityprocess: waiting for feedbacktype: new feature