How to programmatically get all the modules included in Play

Go To StackoverFlow.com

1

I am trying to write a tag in my parent application(running play-1.2.4), which will detect all the included modules and create tags for all the js files in the modules. Is this possible? Can I programatically get all modules that have been included in the parent application?

2012-04-05 20:18
by Shreyas


2

If you just want to get all Plugins, you can use Play.pluginCollection. If you want to get all modules, Play.modules is where you want to go

2012-04-05 20:50
by Gelin Luo
Ads