Extract the code that creates the XML for Ajax responses out of 
AjaxRequestHandler
----------------------------------------------------------------------------------

                 Key: WICKET-4349
                 URL: https://issues.apache.org/jira/browse/WICKET-4349
             Project: Wicket
          Issue Type: Improvement
          Components: wicket
    Affects Versions: 6.0.0
            Reporter: Martin Grigorov
            Assignee: Martin Grigorov
             Fix For: 6.0.0


Currently the code that generates the <ajax-response> object is inside 
AjaxRequestHandler and it is impossible to reuse it.
It will be better if the response data and the logic to serialize it is 
outside. This way other IRequestHandlers can reuse it or a different 
serialization strategy can be applied (e.g. JSON).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to