org.glassfish.jersey.examples.oauth2.googleclient.resource
Class TaskResource

java.lang.Object
  extended by org.glassfish.jersey.examples.oauth2.googleclient.resource.TaskResource

@Path(value="tasks")
public class TaskResource
extends Object

Task resource that returns Google tasks that was queried using a Client.

Author:
Miroslav Fuksa (miroslav.fuksa at oracle.com)

Constructor Summary
TaskResource()
           
 
Method Summary
 javax.ws.rs.core.Response getTasks()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TaskResource

public TaskResource()
Method Detail

getTasks

@GET
@Produces(value="text/html")
public javax.ws.rs.core.Response getTasks()


Copyright © 2007-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.