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?

--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Feature-request-SymbolSource-getSymbolNames-tp5709886.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

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

Reply via email to