@Singleton @Path(value="spring-resource") @Service public class SpringRequestResource extends Object
| Constructor and Description |
|---|
SpringRequestResource() |
@GET @Produces(value="text/plain") public String getHello()
@Path(value="goodbye") @GET @Produces(value="text/plain") public String getGoodbye()
@Path(value="norwegian-goodbye") @GET @Produces(value="text/plain") public String getNorwegianGoodbye()
Copyright © 2007-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.