Refactor DefaultPageFactory#constructor
---------------------------------------
Key: WICKET-2288
URL: https://issues.apache.org/jira/browse/WICKET-2288
Project: Wicket
Issue Type: Improvement
Components: wicket
Affects Versions: 1.4-RC3
Reporter: Erik van Oosten
Priority: Trivial
Method DefaultPageFactory#constructor should loose the second parameter
(argumentType) as it looks up cached Constructor instances without regard of
the argument type. Instead the type (always PageParameters.class) should be
hard coded in DefaultPageFactory#constructor.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.