On Tue, 15 May 2012 06:32:28 -0300, Lance Java <lance.j...@googlemail.com> wrote:

I'm currently integrating DWR with Tapestry and I'd like to pass all of the "dwr.*" symbols from tapestry to DWR. Unfortunately, I can't find a public API to list all of the symbols and I need to hard code the possible symbol
names and try/catch RuntimeException around
SymbolSource.valueForSymbol(symbolName) for each possible symbol.

Would it be possible to add:
    public Collection<String> getSymbolNames() to SymbolSource?

I think that's a very good idea. It was suggested before. I don't know if a JIRA was posted. If not, please do it. ;)

--
Thiago H. de Paula Figueiredo
Independent Java, Apache Tapestry 5 and Hibernate consultant, developer, and instructor
Owner, Ars Machina Tecnologia da Informação Ltda.
http://www.arsmachina.com.br

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to