org.jboss.weld.environment.se.discovery
Class AbstractWeldSEDeployment

java.lang.Object
  extended by org.jboss.weld.environment.se.discovery.AbstractWeldSEDeployment
All Implemented Interfaces:
org.jboss.weld.bootstrap.spi.Deployment
Direct Known Subclasses:
WeldSEUrlDeployment

public abstract class AbstractWeldSEDeployment
extends Object
implements org.jboss.weld.bootstrap.spi.Deployment

Implements the basic requirements of a Deployment. Provides a service registry.

Suitable for extension by those who need to build custom Deployment implementations.

Author:
Pete Muir, Ales Justin

Field Summary
static String BEANS_XML
           
static String[] RESOURCES
           
 
Constructor Summary
AbstractWeldSEDeployment(org.jboss.weld.bootstrap.api.Bootstrap bootstrap)
           
 
Method Summary
 Iterable<org.jboss.weld.bootstrap.spi.Metadata<javax.enterprise.inject.spi.Extension>> getExtensions()
           
 org.jboss.weld.bootstrap.api.ServiceRegistry getServices()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jboss.weld.bootstrap.spi.Deployment
getBeanDeploymentArchives, loadBeanDeploymentArchive
 

Field Detail

BEANS_XML

public static final String BEANS_XML
See Also:
Constant Field Values

RESOURCES

public static final String[] RESOURCES
Constructor Detail

AbstractWeldSEDeployment

public AbstractWeldSEDeployment(org.jboss.weld.bootstrap.api.Bootstrap bootstrap)
Method Detail

getServices

public org.jboss.weld.bootstrap.api.ServiceRegistry getServices()
Specified by:
getServices in interface org.jboss.weld.bootstrap.spi.Deployment

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.