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

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

public class FooResource
extends Object

RESTful web service which returns a value from an request scoped bean.


Constructor Summary
FooResource()
           
 
Method Summary
 String getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FooResource

public FooResource()
Method Detail

getValue

public String getValue()


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