Evan Broder
unread,Nov 16, 2012, 8:06:56 PM11/16/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to storm...@googlegroups.com
Hi -
I'm working on building a fairly simple multilang mechanism for
Trident operations (right now I'm specifically focusing on the
Function interface), and I'm running into some difficulty figuring out
how to actually get at the packaged multilang resources.
Looking at the TridentOperationContext, it gets passed the
TopologyContext (which would have getCodeDir()), but it doesn't
actually expose it.
Is there any reason TridentOperationContext shouldn't have a getter
for the TopologyContext?
- Evan