Package org.appng.api

Interface RequestSupport

  • All Superinterfaces:
    org.springframework.core.convert.ConversionService
    All Known Subinterfaces:
    Request
    All Known Implementing Classes:
    ApplicationRequest, RequestSupportImpl

    public interface RequestSupport
    extends org.springframework.core.convert.ConversionService
    Provides commonly used methods for supporting request-processing and filling bindobjects.
    Author:
    Matthias Müller