You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Howard M. Lewis Ship (JIRA)" <de...@tapestry.apache.org> on 2008/03/03 18:10:50 UTC

[jira] Closed: (TAPESTRY-1336) Refactor ApplicationGlobals's store methods

     [ https://issues.apache.org/jira/browse/TAPESTRY-1336?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship closed TAPESTRY-1336.
------------------------------------------

       Resolution: Fixed
    Fix Version/s: 5.0.11

> Refactor ApplicationGlobals's store methods
> -------------------------------------------
>
>                 Key: TAPESTRY-1336
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1336
>             Project: Tapestry
>          Issue Type: Improvement
>          Components: tapestry-core
>    Affects Versions: 5.0.3
>            Reporter: liigo
>            Assignee: Howard M. Lewis Ship
>            Priority: Trivial
>             Fix For: 5.0.11
>
>
> there is three "store" methods (with diffrent parameter type) in ApplicationGlobals
>     void store(ServletContext context);
>     void store(Context context);
>     void store(String applicationRootPackage);
> if we need another "store" method with a String parameter in the future, what to do with it? store(String) is already there!
> so rename these methods to storeServletContext(), storeContext(), storeApplicationRootPackage() maybe ok, and clear its meaning.
> Sorry for poor english!

-- 
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: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org