|
||||||||||
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 Web Beans to discover the beans to deploy
Method Summary | |
---|---|
java.lang.Iterable<java.lang.Class<?>> |
discoverWebBeanClasses()
Gets list of all classes in classpath archives with META-INF/beans.xml (or for WARs WEB-INF/beans.xml) files |
java.lang.Iterable<java.net.URL> |
discoverWebBeansXml()
Gets a list of all deployment descriptors in the app classpath |
Method Detail |
---|
java.lang.Iterable<java.lang.Class<?>> discoverWebBeanClasses()
java.lang.Iterable<java.net.URL> discoverWebBeansXml()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |