Package org.alfresco.rest.framework.core
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
-
Method Details
-
getHttpMethod
org.springframework.http.HttpMethod getHttpMethod()
-