Interface Parameter

All Known Implementing Classes:
RequestArrayParameter, RequestParameter, StaticParameter

public interface Parameter
Defines a parameter implementation that extracts values from HTTP requests.
Author:
jbanes
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the name of this parameter.
    Extracts a value from the HTTP request.
  • Method Details

    • getName

      String getName()
      Gets the name of this parameter.
      Returns:
      The parameter name
    • getValue

      Object getValue(HttpRequest request)
      Extracts a value from the HTTP request.
      Parameters:
      request - The HTTP request to extract values from
      Returns:
      The extracted value