org.apache.shindig.social.opensocial.service
Class PersonHandler
java.lang.Object
org.apache.shindig.social.opensocial.service.PersonHandler
public class PersonHandler
- extends Object
RPC/REST handler for all /people requests
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PersonHandler
@Inject
public PersonHandler(PersonService personService,
ContainerConfig config)
get
public Future<?> get(SocialRequestItem request)
throws ProtocolException
- Allowed end-points /people/{userId}+/{groupId} /people/{userId}/{groupId}/{optionalPersonId}+
examples: /people/john.doe/@all /people/john.doe/@friends /people/john.doe/@self
- Throws:
ProtocolException
supportedFields
public List<Object> supportedFields(RequestItem request)
Copyright © 2007-2012. All Rights Reserved.