org.jboss.resteasy.examples.guice.hello
Class HelloResource

java.lang.Object
  extended by org.jboss.resteasy.examples.guice.hello.HelloResource

public class HelloResource
extends Object


Constructor Summary
HelloResource(Greeter greeter)
           
 
Method Summary
 String hello(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HelloResource

@Inject
public HelloResource(Greeter greeter)
Method Detail

hello

public String hello(String name)


Copyright © 2011. All Rights Reserved.