Interface HttpActionAdapter<R,​C extends WebContext>

  • All Known Implementing Classes:
    JEEHttpActionAdapter

    public interface HttpActionAdapter<R,​C extends WebContext>
    HTTP action adapter.
    Since:
    1.8.2
    Author:
    Jerome Leleu
    • Method Detail

      • adapt

        R adapt​(HttpAction action,
                C context)
        Adapt the HTTP action.
        Parameters:
        action - the HTTP action
        context - the web context
        Returns:
        the specific framework HTTP result