|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface WebBeanDiscovery
A container should implement this interface to allow the Web Beans RI to discover the Web Beans to deploy
| Method Summary | |
|---|---|
java.lang.Iterable<EjbDescriptor<?>> |
discoverEjbs()
Gets a descriptor for each EJB in the application |
java.lang.Iterable<java.lang.Class<?>> |
discoverWebBeanClasses()
Gets list of all classes in classpath archives with web-beans.xml files |
java.lang.Iterable<java.net.URL> |
discoverWebBeansXml()
Gets a list of all web-beans.xml files in the app classpath |
| Method Detail |
|---|
java.lang.Iterable<java.lang.Class<?>> discoverWebBeanClasses()
java.lang.Iterable<java.net.URL> discoverWebBeansXml()
java.lang.Iterable<EjbDescriptor<?>> discoverEjbs()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||