- All Known Implementing Classes:
- FormLogger.LoggingFormResultProcessor, ModelResultProcessor
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public interface ResultProcessor<T>
A result processor does something with a formResult.
Examples are creation of FormModel, rendering HTML (via themes), logging, Ajax Response Objects...