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

Igor Vaynberg updated WICKET-4076:
----------------------------------

    Fix Version/s: 1.6.0

moved NamedPair out of PageParams and inside the interface

> INamedParameters.getAllNamed() returns a list of NamedPairs defined as inner 
> class of PageParameters
> ----------------------------------------------------------------------------------------------------
>
>                 Key: WICKET-4076
>                 URL: https://issues.apache.org/jira/browse/WICKET-4076
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.5.0, 1.5.1
>            Reporter: Jorge Gallardo
>              Labels: api-change
>             Fix For: 1.6.0
>
>
> In an attempt to create my own implementation of PageParameterEncoder and 
> PageParameters, I encountered the following problem with the API:
> The interface INamedParameters defines the method getAllNamed() that returns 
> a list of NamedPairs defined as inner class of PageParameters .
> I believe that an interface shouldnt be referencing any element from an 
> implementation to be a true extensible interface. 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to