how to derive a tree from freemarker ftl includes -


i have ftl including ftl b , ftl c. , ftl b , c has few more includes. there tool show graph/tree of includes?

there's no such tool yet. though note #include-s evaluated on runtime, furthermore included template name can dynamic (i.e., can contain variables), , chosen templatetookupstrategy can complicate things further, it's not in general possible come inclusion tree without executing template , capturing templatecache calls.


Popular posts from this blog

node.js - How do I prevent MongoDB replica set from querying the primary? -

c# - Randomly pick a specific int from a 2D Array -

php - Angularjs http.delete is not working after deploying project on server -