org.jboss.cdi.tck.tests.context.application
Class ApplicationResource

java.lang.Object
  extended by org.jboss.cdi.tck.tests.context.application.ApplicationResource

public class ApplicationResource
extends Object

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

Author:
David Allen

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

Constructor Detail

ApplicationResource

public ApplicationResource()
Method Detail

getValue

public String getValue()


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