Uploaded image for project: 'Wicket'
  1. Wicket
  2. WICKET-5090

Add path syntax to MarkupContainer#get( String )

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 6.6.0
    • 6.7.0
    • wicket

    Description

      Because method javadoc is mostly viewed isolated in IDE popups,
      it should contain the key information for the method.

      In case of MarkupContainer#get(),
      http://ci.apache.org/projects/wicket/apidocs/6.0.x/org/apache/wicket/MarkupContainer.html#get%28int%29

      should contain what's in class' javadoc:

      can be looked up using a colon separated path. For example, if a container called "a" held a nested container "b" which held a nested component "c", then a.get("b:c") would return the Component with id "c".

      Attachments

        Activity

          People

            svenmeier Sven Meier
            pekarna Ondra Žižka
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: