Uploaded image for project: 'Tapestry 5'
  1. Tapestry 5
  2. TAP5-1565

It should be easier to make a series of contributions to an OrderedConfiguration so that the contributions are in sequential orderer

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 5.3
    • 5.3
    • tapestry-ioc
    • None

    Description

      It is not uncommon to have a series of elements to add to an OrderedConfiguration in a specific order; it would be nice if there was a way to add sequential items without manually tracking each nodes name and adding "after:" clauses.

      Example:

      configuration.add("item1", new Item1());
      configuration.addSequential("item2", new Item2());
      configuration.addInstanceSequential("item3", Item3.class);

      This would simply add an "after:item1" ordering constraint for item2, and an "after:item3" constraint for item3.

      It should be legal to add an item sequentially, even if there is no previously added item (added in this contribution method, or elsewhere), in which case, no ordering constraint it added.

      Would "next" and "nextInstance" be better than "addSequential" and "addInstanceSequential"? I'm open to other suggestions on the naming.

      Attachments

        Issue Links

          Activity

            People

              hlship Howard Lewis Ship
              hlship Howard Lewis Ship
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: