org.jboss.cdi.tck.tests.context.request.postconstruct
Class EagerSingleton

java.lang.Object
  extended by org.jboss.cdi.tck.tests.context.request.postconstruct.EagerSingleton

@ApplicationScoped
public class EagerSingleton
extends Object

Author:
Martin Kouba

Constructor Summary
EagerSingleton()
           
 
Method Summary
 void init()
           
 boolean isRequestContextActiveDuringPostConstruct()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EagerSingleton

public EagerSingleton()
Method Detail

init

@PostConstruct
public void init()

isRequestContextActiveDuringPostConstruct

public boolean isRequestContextActiveDuringPostConstruct()


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