How do I list all the controllers/services of a grails plugin.
Or
How do I know the pluin name of a given GrailsApplication class.
How do I list all the controllers/services of a grails plugin. Or How do
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Artifacts from plugins are annotated with the
GrailsPluginannotation to add metadata about their source. So you can use that to find whether the controller/service/etc. is from the application or a plugin like this: