FileDocCategorySizeDatePackage
JBossWebConfigBeanRoot.javaAPI DocJBoss 4.2.12747Fri Jul 13 20:52:32 BST 2007org.jboss.deployment.spi.beans

JBossWebConfigBeanRoot

public class JBossWebConfigBeanRoot extends JBossConfigBeanProxy implements javax.enterprise.deploy.spi.DConfigBeanRoot
A simple war dconfigbeanroot implementation
author
Rob Stryker
version
$Revision: 57190 $

Fields Summary
Constructors Summary
public JBossWebConfigBeanRoot(javax.enterprise.deploy.model.DDBeanRoot root)

      JBossWebConfigBean bean = new JBossWebConfigBean(root, this);
      DeployableObject deployment = root.getDeployableObject();
      setBean(bean, deployment);
   
Methods Summary
public javax.enterprise.deploy.spi.DConfigBeangetDConfigBean(javax.enterprise.deploy.model.DDBeanRoot arg0)

      // get the filename for this bean and send along a configbean for that type.
      return null;
   
public static voidmain(java.lang.String[] args)

      System.out.println("test");