Interface HttpMethodSupport

All Known Subinterfaces:
ActionExecutor, ParamsExtractor
All Known Implementing Classes:
AbstractResourceWebScript, ResourceWebScriptDelete, ResourceWebScriptGet, ResourceWebScriptPost, ResourceWebScriptPut

public interface HttpMethodSupport
Simple marker interface to indicate which HTTP method the implementation supports
Author:
Gethin James
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.http.HttpMethod
     
  • Method Details

    • getHttpMethod

      org.springframework.http.HttpMethod getHttpMethod()