You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "John Patterson (JIRA)" <ji...@apache.org> on 2008/08/18 04:30:46 UTC

[jira] Created: (WICKET-1791) Allow override of WebPage.getApplication()

Allow override of WebPage.getApplication()
------------------------------------------

                 Key: WICKET-1791
                 URL: https://issues.apache.org/jira/browse/WICKET-1791
             Project: Wicket
          Issue Type: Improvement
          Components: wicket
    Affects Versions: 1.4-M3
            Reporter: John Patterson


We can override Application.get() to return our subclass but not the WebPage.getApplication() convenience method.

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


[jira] Resolved: (WICKET-1791) Allow override of WebPage.getApplication()

Posted by "Igor Vaynberg (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-1791?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Vaynberg resolved WICKET-1791.
-----------------------------------

    Resolution: Won't Fix
      Assignee: Igor Vaynberg

i dont think we are going to do this. removing final from that method is not a good idea as it opens a can of warms, even though i will acknowledge that covariance is nice.

these kinds of methods (getrequest(), getapp(), getsession(), etc) will most likely go away in wicket 1.5 anyways...

> Allow override of WebPage.getApplication()
> ------------------------------------------
>
>                 Key: WICKET-1791
>                 URL: https://issues.apache.org/jira/browse/WICKET-1791
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket
>    Affects Versions: 1.4-M3
>            Reporter: John Patterson
>            Assignee: Igor Vaynberg
>
> We can override Application.get() to return our subclass but not the WebPage.getApplication() convenience method.

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