org.jboss.cdi.tck.tests.extensions.lifecycle.processInjectionPoint.modify
Class InjectingBean

java.lang.Object
  extended by org.jboss.cdi.tck.tests.extensions.lifecycle.processInjectionPoint.modify.InjectingBean
All Implemented Interfaces:
Serializable

@SessionScoped
public class InjectingBean
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
InjectingBean()
           
 
Method Summary
 Cat getCat()
           
 Dog getDog()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InjectingBean

public InjectingBean()
Method Detail

getDog

public Dog getDog()

getCat

public Cat getCat()


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