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

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

@RequestScoped
public class Foo
extends Object


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

init

@PostConstruct
public void init()

destroy

@PreDestroy
public void destroy()


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