org.jboss.weld.bootstrap.api
Interface Environment
- All Known Implementing Classes:
- Environments
public interface Environment
Represents an environment. Specifies the services Weld requires
- Author:
- Pete Muir
getRequiredDeploymentServices
Set<Class<? extends Service>> getRequiredDeploymentServices()
- The deployment scoped services required for this environment
- Returns:
- the services to require
getRequiredBeanDeploymentArchiveServices
Set<Class<? extends Service>> getRequiredBeanDeploymentArchiveServices()
Copyright © 2013 Seam Framework. All Rights Reserved.