[
https://issues.jboss.org/browse/SEAMFACES-6?page=com.atlassian.jira.plugi...
]
Brian Leathem commented on SEAMFACES-6:
---------------------------------------
To display the list of all active beans:
# create a CDI extension that stores all the javax.enterprise.inject.spi.Bean of all
@Named classes.
#* This is done with the method:
#* {{public <T> void processAnnotatedType(@Observes ProcessAnnotatedType<T>
event) {}}
# at render time, loop through all the Beans, and determine which are currently active
#* Object o = beanManager.getContext(bean.getScope()).get(bean)
#* o is null if there are no active instances
s:debug
-------
Key: SEAMFACES-6
URL:
https://issues.jboss.org/browse/SEAMFACES-6
Project: Seam Faces
Issue Type: Feature Request
Components: UI Components
Reporter: Nicklas Karlsson
The return of the s:debug that never really got completed in Seam 2 ;-)
A <s:debug/> tag that can be dropped in a page and you can bring up a display of
what's in the context, the active Seam config, perhaps even some performance numbers
for the page, security stuff, persistence stuff.
The ability to add custom facets in this for displaying own data is nice, too.
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira