org.jboss.cdi.tck.tests.implementation.enterprise.newBean
Class Wizard
java.lang.Object
org.jboss.cdi.tck.tests.implementation.enterprise.newBean.Wizard
@RequestScoped
public class Wizard
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Wizard
public Wizard()
Wizard
@Inject
public Wizard(@New
Spell spell)
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-2012 Seam Framework. All Rights Reserved.