org.jboss.webbeans.environment.se.discovery
Class SEWebBeanDiscovery
java.lang.Object
org.jboss.webbeans.environment.se.discovery.SEWebBeanDiscovery
- All Implemented Interfaces:
- org.jboss.webbeans.bootstrap.api.Service, org.jboss.webbeans.bootstrap.spi.WebBeanDiscovery
public abstract class SEWebBeanDiscovery
- extends java.lang.Object
- implements org.jboss.webbeans.bootstrap.spi.WebBeanDiscovery
The means by which Web Beans are discovered on the classpath. This will only
discover simple web beans - there is no EJB/Servlet/JPA integration.
- Author:
- Peter Royle, Pete Muir, Ales Justin
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SEWebBeanDiscovery
public SEWebBeanDiscovery()
discoverWebBeanClasses
public java.lang.Iterable<java.lang.Class<?>> discoverWebBeanClasses()
- Specified by:
discoverWebBeanClasses in interface org.jboss.webbeans.bootstrap.spi.WebBeanDiscovery
discoverWebBeansXml
public java.lang.Iterable<java.net.URL> discoverWebBeansXml()
- Specified by:
discoverWebBeansXml in interface org.jboss.webbeans.bootstrap.spi.WebBeanDiscovery
getWbClasses
public java.util.Set<java.lang.Class<?>> getWbClasses()
getWbUrls
public java.util.Set<java.net.URL> getWbUrls()
Copyright © 2008-2009. All Rights Reserved.