Package org.apache.ofbiz.webapp.event
Class RequestBodyMapHandlerFactory
java.lang.Object
org.apache.ofbiz.webapp.event.RequestBodyMapHandlerFactory
Factory class that provides the proper
RequestBodyMapHandler
based on the content type of the ServletRequest
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionextractMapFromRequestBody
(ServletRequest request) static RequestBodyMapHandler
getRequestBodyMapHandler
(ServletRequest request)
-
Constructor Details
-
RequestBodyMapHandlerFactory
public RequestBodyMapHandlerFactory()
-
-
Method Details
-
getRequestBodyMapHandler
-
extractMapFromRequestBody
public static Map<String,Object> extractMapFromRequestBody(ServletRequest request) throws IOException - Throws:
IOException
-