org.jboss.webbeans.integration.deployer.env
Class JBossWebBeanDiscovery

java.lang.Object
  extended by org.jboss.webbeans.integration.deployer.env.JBossWebBeanDiscovery
All Implemented Interfaces:
org.jboss.webbeans.bootstrap.api.Service, org.jboss.webbeans.bootstrap.spi.WebBeanDiscovery

public class JBossWebBeanDiscovery
extends Object
implements org.jboss.webbeans.bootstrap.spi.WebBeanDiscovery


Field Summary
protected  WebBeanDiscoveryEnvironment environment
           
 
Constructor Summary
JBossWebBeanDiscovery(WebBeanDiscoveryEnvironment environment)
           
 
Method Summary
 Iterable<Class<?>> discoverWebBeanClasses()
           
 Iterable<URL> discoverWebBeansXml()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

environment

protected final WebBeanDiscoveryEnvironment environment
Constructor Detail

JBossWebBeanDiscovery

public JBossWebBeanDiscovery(WebBeanDiscoveryEnvironment environment)
Method Detail

discoverWebBeanClasses

public Iterable<Class<?>> discoverWebBeanClasses()
Specified by:
discoverWebBeanClasses in interface org.jboss.webbeans.bootstrap.spi.WebBeanDiscovery

discoverWebBeansXml

public Iterable<URL> discoverWebBeansXml()
Specified by:
discoverWebBeansXml in interface org.jboss.webbeans.bootstrap.spi.WebBeanDiscovery


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.