org.jboss.weld.environment.servlet.deployment
Class ServletDeployment
java.lang.Object
org.jboss.weld.environment.servlet.deployment.ServletDeployment
- All Implemented Interfaces:
- org.jboss.weld.bootstrap.spi.Deployment
public class ServletDeployment
- extends java.lang.Object
- implements org.jboss.weld.bootstrap.spi.Deployment
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServletDeployment
public ServletDeployment(javax.servlet.ServletContext servletContext)
getBeanDeploymentArchives
public java.util.Collection<org.jboss.weld.bootstrap.spi.BeanDeploymentArchive> getBeanDeploymentArchives()
- Specified by:
getBeanDeploymentArchives in interface org.jboss.weld.bootstrap.spi.Deployment
getServices
public org.jboss.weld.bootstrap.api.ServiceRegistry getServices()
- Specified by:
getServices in interface org.jboss.weld.bootstrap.spi.Deployment
loadBeanDeploymentArchive
public org.jboss.weld.bootstrap.spi.BeanDeploymentArchive loadBeanDeploymentArchive(java.lang.Class<?> beanClass)
- Specified by:
loadBeanDeploymentArchive in interface org.jboss.weld.bootstrap.spi.Deployment
getWebAppBeanDeploymentArchive
public WebAppBeanDeploymentArchive getWebAppBeanDeploymentArchive()
Copyright © 2008-2009 Seam Framework. All Rights Reserved.