org.jboss.seam.social.core
Class SeamSocialExtension

java.lang.Object
  extended by org.jboss.seam.social.core.SeamSocialExtension
All Implemented Interfaces:
Extension

@ApplicationScoped
public class SeamSocialExtension
extends Object
implements Extension

Author:
Antoine Sabot-Durand

Constructor Summary
SeamSocialExtension()
           
 
Method Summary
 Set<String> getSocialRelated()
          This listener register a new Bean without Qualifier for each bean with RalatedTo qualifier
 void processServicesBeans(ProcessManagedBean<org.jboss.seam.social.core.OAuthService> pbean)
          This Listener build the List of existing OAuthServices with a RelatedTo Qualifier
 void processSettingsBeans(ProcessBean<org.jboss.seam.social.core.OAuthServiceSettings> pbean)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SeamSocialExtension

public SeamSocialExtension()
Method Detail

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.