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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.springframework.http.HttpMethod
getHttpMethod()
-