|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jonas.cdi.weld.internal.deployment.DefaultDeploymentBuilder
public class DefaultDeploymentBuilder
A DefaultDeploymentBuilder is in charge of the Deployment instance
construction from a given IArchive.
| Field Summary | |
|---|---|
static String |
METAINF_BEANS_XML
Location (in jars) of the beans.xml marker file. |
static String |
WEBINF_BEANS_XML
Location (in web application) of the beans.xml marker file. |
| Constructor Summary | |
|---|---|
DefaultDeploymentBuilder()
|
|
| Method Summary | |
|---|---|
org.jboss.weld.bootstrap.spi.Deployment |
buildWebDeployment(org.ow2.util.archive.api.IArchive archive)
Build a Web related Deployment archive. |
void |
setArchiveManager(org.ow2.util.archive.api.IArchiveManager manager)
Bind the archive manager. |
void |
setWeldService(IWeldService weld)
Bind the Weld utility service |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String WEBINF_BEANS_XML
public static final String METAINF_BEANS_XML
| Constructor Detail |
|---|
public DefaultDeploymentBuilder()
| Method Detail |
|---|
public void setArchiveManager(org.ow2.util.archive.api.IArchiveManager manager)
public void setWeldService(IWeldService weld)
public org.jboss.weld.bootstrap.spi.Deployment buildWebDeployment(org.ow2.util.archive.api.IArchive archive)
Deployment archive.
buildWebDeployment in interface IDeploymentBuilderarchive - a web archive
Deployment instance.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||