org.jboss.seam.social.core
Class SeamSocialExtension
java.lang.Object
org.jboss.seam.social.core.SeamSocialExtension
- All Implemented Interfaces:
- Extension
@ApplicationScoped
public class SeamSocialExtension
- extends Object
- implements Extension
- Author:
- Antoine Sabot-Durand
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SeamSocialExtension
public SeamSocialExtension()
processSettingsBeans
public void processSettingsBeans(@Observes
ProcessBean<org.jboss.seam.social.core.OAuthServiceSettings> pbean)
processServicesBeans
public void processServicesBeans(@Observes
ProcessManagedBean<org.jboss.seam.social.core.OAuthService> pbean)
- This Listener build the List of existing OAuthServices with a RelatedTo Qualifier
- Parameters:
pbean -
getSocialRelated
public Set<String> getSocialRelated()
- This listener register a new Bean without Qualifier for each bean with RalatedTo qualifier
- Parameters:
abd - bm -
Copyright © 2011 Seam Framework. All Rights Reserved.