public class WebAppBeanDeploymentArchive extends Object implements BeanDeploymentArchive
Modifier and Type | Field and Description |
---|---|
static String |
META_INF_BEANS_XML |
static String |
WEB_INF_BEANS_XML |
static String |
WEB_INF_CLASSES |
Constructor and Description |
---|
WebAppBeanDeploymentArchive(javax.servlet.ServletContext servletContext,
Bootstrap bootstrap) |
Modifier and Type | Method and Description |
---|---|
protected URLScanner |
createScanner(javax.servlet.ServletContext context) |
Collection<String> |
getBeanClasses() |
Collection<BeanDeploymentArchive> |
getBeanDeploymentArchives() |
BeansXml |
getBeansXml() |
Collection<EjbDescriptor<?>> |
getEjbs() |
String |
getId() |
ServiceRegistry |
getServices() |
public static final String META_INF_BEANS_XML
public static final String WEB_INF_BEANS_XML
public static final String WEB_INF_CLASSES
public WebAppBeanDeploymentArchive(javax.servlet.ServletContext servletContext, Bootstrap bootstrap)
protected URLScanner createScanner(javax.servlet.ServletContext context)
public Collection<String> getBeanClasses()
getBeanClasses
in interface BeanDeploymentArchive
public Collection<BeanDeploymentArchive> getBeanDeploymentArchives()
getBeanDeploymentArchives
in interface BeanDeploymentArchive
public BeansXml getBeansXml()
getBeansXml
in interface BeanDeploymentArchive
public Collection<EjbDescriptor<?>> getEjbs()
getEjbs
in interface BeanDeploymentArchive
public ServiceRegistry getServices()
getServices
in interface BeanDeploymentArchive
public String getId()
getId
in interface BeanDeploymentArchive
Copyright © 2013 Seam Framework. All Rights Reserved.