Community
Participate
Working Groups
Build ID: xxx Steps To Reproduce: none More information: It should be possible to ask navigation assemblers if they know how to build a specific node, eg #acceptsToBuildNode(node, argument). It would then be possible to find the responsible assembler the way JDBC finds the responsible driver. Without this method nodes provided by custom node assemblers would require explicit registration (but there is not method to do this either)
Created attachment 118572 [details] adds and uses INavigationAssembler>acceptsToBuildNode TODO: maybe caching node->assembler association would be required
fixed