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 Object
implements org.jboss.weld.bootstrap.spi.Deployment


Constructor Summary
ServletDeployment(javax.servlet.ServletContext servletContext, org.jboss.weld.bootstrap.api.Bootstrap bootstrap)
           
 
Method Summary
protected  WebAppBeanDeploymentArchive createWebAppBeanDeploymentArchive(javax.servlet.ServletContext servletContext, org.jboss.weld.bootstrap.api.Bootstrap bootstrap)
           
 Collection<org.jboss.weld.bootstrap.spi.BeanDeploymentArchive> getBeanDeploymentArchives()
           
 Iterable<org.jboss.weld.bootstrap.spi.Metadata<javax.enterprise.inject.spi.Extension>> getExtensions()
           
 org.jboss.weld.bootstrap.api.ServiceRegistry getServices()
           
 WebAppBeanDeploymentArchive getWebAppBeanDeploymentArchive()
           
 org.jboss.weld.bootstrap.spi.BeanDeploymentArchive loadBeanDeploymentArchive(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,
                         org.jboss.weld.bootstrap.api.Bootstrap bootstrap)
Method Detail

createWebAppBeanDeploymentArchive

protected WebAppBeanDeploymentArchive createWebAppBeanDeploymentArchive(javax.servlet.ServletContext servletContext,
                                                                        org.jboss.weld.bootstrap.api.Bootstrap bootstrap)

getBeanDeploymentArchives

public 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(Class<?> beanClass)
Specified by:
loadBeanDeploymentArchive in interface org.jboss.weld.bootstrap.spi.Deployment

getWebAppBeanDeploymentArchive

public WebAppBeanDeploymentArchive getWebAppBeanDeploymentArchive()

getExtensions

public Iterable<org.jboss.weld.bootstrap.spi.Metadata<javax.enterprise.inject.spi.Extension>> getExtensions()
Specified by:
getExtensions in interface org.jboss.weld.bootstrap.spi.Deployment


Copyright © 2013 Seam Framework. All Rights Reserved.