@RequestScoped public class Wizard extends Object
Wizard()
Wizard(Spell spell)
Dragon
getDragon()
Hat
getHat()
Spell
getSpell()
Staff
getStaff()
Tiger
getTiger()
void
observeWizards(Wizard wizard, Hat hat)
setStaff(Staff staff)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Wizard()
@Inject public Wizard(@New Spell spell)
@Inject public void setStaff(@New Staff staff)
public void observeWizards(@Observes Wizard wizard, @New Hat hat)
public Tiger getTiger()
public Spell getSpell()
public Staff getStaff()
public Dragon getDragon()
public Hat getHat()
Copyright © 2008-2015 Seam Framework. All Rights Reserved.