The Cookies service interface could be simplified using a builder pattern
-------------------------------------------------------------------------

                 Key: TAP5-336
                 URL: https://issues.apache.org/jira/browse/TAP5-336
             Project: Tapestry 5
          Issue Type: Improvement
          Components: tapestry-core
    Affects Versions: 5.0.15
            Reporter: Howard M. Lewis Ship


There's half a dozen different variations that could all be simplified using 
the builder pattern, where you create a CookieBuilder(), chain a sequence of 
method calls on it, then invoke a commit() method to actually create and add 
the Cookie to the request.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to