Interface IRequestContentEncoding

All Known Implementing Classes:
EditorJSONEncodedInput, EditorURLEncodedInput, JSONEncodedInput, URLEncodedInput

public interface IRequestContentEncoding
Interface used by the content encoding input.
Author:
Christopher Mindus
  • Method Summary

    Modifier and Type
    Method
    Description
    Creates a new instance of the request content encoder.
  • Method Details

    • createRequestContent

      IRequestContent createRequestContent()
      Creates a new instance of the request content encoder.
      Returns:
      The request content encoder instance.