[jbossseam-issues] [JBoss JIRA] Updated: (JBSEAM-1127) Allow inspection of all installed components

Mike Quilleash (JIRA) jira-events at lists.jboss.org
Fri Mar 30 04:07:24 EDT 2007


     [ http://jira.jboss.com/jira/browse/JBSEAM-1127?page=all ]

Mike Quilleash updated JBSEAM-1127:
-----------------------------------

    Description: 
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:
}


  was:
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 List< Component > getInstalledComponents()
{
   // TODO:
}



> 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