Refactor GadgetContext / ProcessingOptions
-------------------------------------------
Key: SHINDIG-79
URL: https://issues.apache.org/jira/browse/SHINDIG-79
Project: Shindig
Issue Type: Improvement
Components: Gadgets Server - Java
Reporter: Kevin Brown
Assignee: Kevin Brown
Priority: Minor
At present, GadgetContext and ProcessingOptions aren't passed consistently
throughout the code base. There are many situations where data that is only
available in GadgetContext is needed in situations where you only have
ProcessingOptions.
I propose eliminating ProcessingOptions and instead moving all this
functionality into GadgetContext, with various network layer implementations
(HttpContext and RpcContext) working similarly to how they work in
ProcessingOptions at present.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.