| Interface | Description |
|---|---|
| HasStatus |
Social network Handler implementing this interface will support status update
|
| JsonMapper |
Implementation of this Interface will manage Json Serialization / De-serialization to and from Object
|
| MultiServicesManager |
Implementation of this interface allow to manage multiple OAuth connection.
|
| ServiceConfiguration |
| Class | Description |
|---|---|
| JsonMapperJackson |
This Bean manage the Json Mapper to serialize and de-serialize Json data coming from and sent to services It uses an
ObjectMapper Jackson. |
| MultiServicesManagerImpl |
Default implementation of
MultiServicesManager |
| SeamSocialExtension | |
| URLUtils |
Utils to deal with URL and url-encodings
|
| UserProfile |
Generic abstract class to define a basic user information
|
| Exception | Description |
|---|---|
| SeamSocialException |
Exception linked to the framework
|
| Annotation Type | Description |
|---|---|
| Current | |
| ServiceRelated |
This Meta-annotation is used to annotate services Qualifiers
|
Copyright © 2012 Seam Framework. All Rights Reserved.