org.jboss.weld.environment.servlet.deployment
Class ServletDeployment

java.lang.Object
  extended by 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


Constructor Summary
ServletDeployment(javax.servlet.ServletContext servletContext)
           
 
Method Summary
 java.util.Collection<org.jboss.weld.bootstrap.spi.BeanDeploymentArchive> getBeanDeploymentArchives()
           
 org.jboss.weld.bootstrap.api.ServiceRegistry getServices()
           
 WebAppBeanDeploymentArchive getWebAppBeanDeploymentArchive()
           
 org.jboss.weld.bootstrap.spi.BeanDeploymentArchive loadBeanDeploymentArchive(java.lang.Class<?> beanClass)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServletDeployment

public ServletDeployment(javax.servlet.ServletContext servletContext)
Method Detail

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.