I wrote:
> Since parameter objects can be linked and nested
> in hierarchies, it is not feasible to provide a
> method that iterates over all parameters in the
> interface.

However, it would be possible to add a method like
        HttpParams.putKeys(Set key)
which gathers all keys of the linked, nested, or
stacked parameters. That would be a very expensive
operation, that's why I'm not particularly eager
to add it. It might have its uses in GUI based
applications and for debugging though.
Feel free to file a feature request in JIRA.

Other opinions?

cheers,
  Roland


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to