org.jboss.weld.environment.servlet.services
Class ServletServicesImpl

java.lang.Object
  extended by org.jboss.weld.environment.servlet.services.ServletServicesImpl
All Implemented Interfaces:
org.jboss.weld.bootstrap.api.Service, org.jboss.weld.servlet.api.ServletServices

public class ServletServicesImpl
extends java.lang.Object
implements org.jboss.weld.servlet.api.ServletServices


Constructor Summary
ServletServicesImpl(org.jboss.weld.bootstrap.spi.BeanDeploymentArchive beanDeploymentArchive)
           
 
Method Summary
 void cleanup()
           
 org.jboss.weld.bootstrap.spi.BeanDeploymentArchive getBeanDeploymentArchive(javax.servlet.ServletContext ctx)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServletServicesImpl

public ServletServicesImpl(org.jboss.weld.bootstrap.spi.BeanDeploymentArchive beanDeploymentArchive)
Method Detail

getBeanDeploymentArchive

public org.jboss.weld.bootstrap.spi.BeanDeploymentArchive getBeanDeploymentArchive(javax.servlet.ServletContext ctx)
Specified by:
getBeanDeploymentArchive in interface org.jboss.weld.servlet.api.ServletServices

cleanup

public void cleanup()
Specified by:
cleanup in interface org.jboss.weld.bootstrap.api.Service


Copyright © 2008-2009 Seam Framework. All Rights Reserved.