Interface HttpActionAdapter

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 HttpActionAdapter
HTTP action adapter.
Since:
1.8.2
Author:
Jerome Leleu
  • Method Summary

    Modifier and Type
    Method
    Description
    adapt(HttpAction action, WebContext context)
    Adapt the HTTP action.
  • Method Details

    • adapt

      Object adapt(HttpAction action, WebContext context)
      Adapt the HTTP action.
      Parameters:
      action - the HTTP action
      context - the web context
      Returns:
      the specific framework HTTP result