org.jboss.cdi.tck.tests.context.request.async
Class SimpleRequestBean

java.lang.Object
  extended by org.jboss.cdi.tck.tests.context.request.async.SimpleRequestBean

@RequestScoped
public class SimpleRequestBean
extends Object

Author:
Martin Kouba

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

Constructor Detail

SimpleRequestBean

public SimpleRequestBean()
Method Detail

init

@PostConstruct
public void init()

getId

public long getId()


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