[jbossseam-issues] [JBoss JIRA] Commented: (JBSEAM-1127) Allow inspection of all installed components
Justin Wyer (JIRA)
jira-events at lists.jboss.org
Sun May 6 04:44:56 EDT 2007
[ http://jira.jboss.com/jira/browse/JBSEAM-1127?page=comments#action_12361572 ]
Justin Wyer commented on JBSEAM-1127:
-------------------------------------
The org.jboss.seam.deployment.ComponentScanner class contains the getClasses() method which fulfills this functionality.
> Allow inspection of all installed components
> --------------------------------------------
>
> Key: JBSEAM-1127
> URL: http://jira.jboss.com/jira/browse/JBSEAM-1127
> Project: JBoss Seam
> Issue Type: Feature Request
> Components: Core
> Affects Versions: 1.1.6.GA
> Environment: Any
> Reporter: Mike Quilleash
>
> Add a method, probably to Component, to allow the installed components to be queried.
> Could either scan the application context for "*.component" or just build a list during initialisation and return it.
> public static List< Component > getInstalledComponents()
> {
> // TODO:
> }
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the seam-issues
mailing list