Feature Requests item #1284625, was opened at 2005-09-08 09:37
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=684978&aid=1284625&group_id=119783

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: core
Group: None
Status: Open
Priority: 5
Submitted By: Gwyn Evans (gwynevans)
Assigned to: Nobody/Anonymous (nobody)
Summary: Add WebPage(PageParameters) constructor

Initial Comment:
At present, there's no hint to IDEs, etc that there's a
'special' constructor that may want to be used when
constructing pages.  This information is only available
in human-readble form in the JavaDocs.

What I'd like is to add the following, which will
result in things such as IDEs offering this form as
constructor when creating pages...

    /**
     * Constructor which receives wrapped query string
parameters for a request.
     * This constructor will be used in preference to a
no-arg constructor, if both exist.
     *
     * @param parameters Wrapped query string parameters.
     */
    protected WebPage(final PageParameters parameters)
    {
        this();
    }

[It was raised & seemed to get a positive response in
the past for HtmlPage, but that was so long ago, I
thought I'd better re-raise it!]

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=684978&aid=1284625&group_id=119783


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Wicket-develop mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-develop

Reply via email to