Is here a way to discover whether ofbiz is currently processing a GET or a POST
Are there any flags or methods currently implemented within ofbiz to let me know whether the current request is a GET or a POST, other than referring to ControlServlet.doGet() and ControlServlet.doPost().