org.jboss.cdi.tck.tests.extensions.beanManager.el
Class Foo

java.lang.Object
  extended by org.jboss.cdi.tck.tests.extensions.beanManager.el.Foo

@Named
public class Foo
extends Object

Author:
Martin Kouba

Constructor Summary
Foo()
           
 
Method Summary
 void destroy()
           
 Boolean getValue()
           
 void init()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Foo

public Foo()
Method Detail

getValue

public Boolean getValue()

init

@PostConstruct
public void init()

destroy

@PreDestroy
public void destroy()


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