org.apache.webbeans.sample.injection
Class InjectionTargetBean

java.lang.Object
  extended by org.apache.webbeans.sample.injection.InjectionTargetBean

@RequestScoped
@Named(value="injected")
public class InjectionTargetBean
extends Object


Constructor Summary
InjectionTargetBean()
           
 
Method Summary
 EntityManagerFactory getFactory()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InjectionTargetBean

public InjectionTargetBean()
Method Detail

getFactory

public EntityManagerFactory getFactory()


Copyright © 2008-2010 The Apache Software Foundation. All Rights Reserved.