You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Martin Grigorov (JIRA)" <ji...@apache.org> on 2011/01/21 17:39:45 UTC

[jira] Created: (WICKET-3362) Rename WebApplication#mountSharedResource() to #mountResource()

Rename WebApplication#mountSharedResource() to #mountResource()
---------------------------------------------------------------

                 Key: WICKET-3362
                 URL: https://issues.apache.org/jira/browse/WICKET-3362
             Project: Wicket
          Issue Type: Improvement
    Affects Versions: 1.5-RC1
            Reporter: Martin Grigorov
             Fix For: 1.5-RC2


WebApplication#mountSharedResource() accepts ResourceReference, not just SharedResourceReference so it's name is a bit misleading.
Additionally it should register the resource reference only it can be registered.

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


[jira] Resolved: (WICKET-3362) Rename WebApplication#mountSharedResource() to #mountResource()

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

Martin Grigorov resolved WICKET-3362.
-------------------------------------

    Resolution: Fixed
      Assignee: Martin Grigorov

Improved with r1061889.

> Rename WebApplication#mountSharedResource() to #mountResource()
> ---------------------------------------------------------------
>
>                 Key: WICKET-3362
>                 URL: https://issues.apache.org/jira/browse/WICKET-3362
>             Project: Wicket
>          Issue Type: Improvement
>    Affects Versions: 1.5-RC1
>            Reporter: Martin Grigorov
>            Assignee: Martin Grigorov
>             Fix For: 1.5-RC2
>
>
> WebApplication#mountSharedResource() accepts ResourceReference, not just SharedResourceReference so it's name is a bit misleading.
> Additionally it should register the resource reference only it can be registered.

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