Uses of Class
org.jboss.web.deployers.AbstractWarDeployment

Packages that use AbstractWarDeployment
org.jboss.web.deployers   
 

Uses of AbstractWarDeployment in org.jboss.web.deployers
 

Methods in org.jboss.web.deployers that return AbstractWarDeployment
abstract  AbstractWarDeployment AbstractWarDeployer.getDeployment(org.jboss.deployers.structure.spi.DeploymentUnit unit, org.jboss.metadata.web.jboss.JBossWebMetaData metaData)
          Get the AbstractWarDeployment bean for the deployment metadata.
 

Methods in org.jboss.web.deployers with parameters of type AbstractWarDeployment
protected  void AbstractWarDeployer.deployWebModule(org.jboss.deployers.structure.spi.DeploymentUnit unit, org.jboss.metadata.web.jboss.JBossWebMetaData metaData, AbstractWarDeployment deployment)
          Called by deploy first to create a ServiceMetaData instance that wraps the AbstractWarDeployment bean and then attach it to the deployment unit.
 

Constructors in org.jboss.web.deployers with parameters of type AbstractWarDeployment
WebModule(org.jboss.deployers.structure.spi.DeploymentUnit unit, AbstractWarDeployer container, AbstractWarDeployment deployment)
           
 



Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.