org.jboss.cdi.tck.tests.context.request.jaxrs
Class Foo

java.lang.Object
  extended by org.jboss.cdi.tck.tests.context.request.jaxrs.Foo

@RequestScoped
public class Foo
extends Object


Constructor Summary
Foo()
           
 
Method Summary
 void destroy()
           
 long getId()
           
 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

getId

public long getId()

init

@PostConstruct
public void init()

destroy

@PreDestroy
public void destroy()


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