org.jboss.cdi.tck.tests.implementation.enterprise.newBean
Class Wizard

java.lang.Object
  extended by org.jboss.cdi.tck.tests.implementation.enterprise.newBean.Wizard

@RequestScoped
public class Wizard
extends Object


Constructor Summary
Wizard()
           
Wizard(Spell spell)
           
 
Method Summary
 void destroyDragon(Dragon dragon, Fireball fireball)
           
 Dragon getDragon()
           
 Hat getHat()
           
 Spell getSpell()
           
 Staff getStaff()
           
 Tiger getTiger()
           
 boolean isDragonDestroyed()
           
 void observeWizards(Wizard wizard, Hat hat)
           
 void setStaff(Staff staff)
           
 Dragon summon(Dragon dragon)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Wizard

public Wizard()

Wizard

@Inject
public Wizard(@New
                     Spell spell)
Method Detail

setStaff

@Inject
public void setStaff(@New
                            Staff staff)

summon

@Produces
@Tame
public Dragon summon(@New
                                   Dragon dragon)

observeWizards

public void observeWizards(@Observes
                           Wizard wizard,
                           @New
                           Hat hat)

destroyDragon

public void destroyDragon(@Disposes@Tame
                          Dragon dragon,
                          @New
                          Fireball fireball)

isDragonDestroyed

public boolean isDragonDestroyed()

getTiger

public Tiger getTiger()

getSpell

public Spell getSpell()

getStaff

public Staff getStaff()

getDragon

public Dragon getDragon()

getHat

public Hat getHat()


Copyright © 2008-2013 Seam Framework. All Rights Reserved.