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.1, 1.5.0
Reporter: Jorge Gallardo
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