org.jboss.seam.social
Class SeamSocialExtension

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

@ApplicationScoped
public class SeamSocialExtension
extends Object
implements Extension

Author:
Antoine Sabot-Durand

Constructor Summary
SeamSocialExtension()
           
 
Method Summary
 Map<Type,Annotation> getClassToQualifier()
           
 com.google.common.collect.BiMap<Annotation,String> getServicesToQualifier()
           
 Set<String> getSocialRelated()
           
 void processAfterDeploymentValidation(AfterDeploymentValidation adv)
           
 void processServicesBeans(ProcessProducer<?,OAuthService> pbean)
          This Listener build the List of existing OAuthServices with a Qualifier having the meta annotation @ServiceRelated
 void processSettingsBeans(ProcessBean<OAuthServiceSettings> pbean, BeanManager beanManager)
           
 
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<OAuthServiceSettings> pbean,
                                 BeanManager beanManager)

processServicesBeans

public void processServicesBeans(@Observes
                                 ProcessProducer<?,OAuthService> pbean)
This Listener build the List of existing OAuthServices with a Qualifier having the meta annotation @ServiceRelated

Parameters:
pbean -

getSocialRelated

public Set<String> getSocialRelated()

processAfterDeploymentValidation

public void processAfterDeploymentValidation(@Observes
                                             AfterDeploymentValidation adv)

getServicesToQualifier

public com.google.common.collect.BiMap<Annotation,String> getServicesToQualifier()

getClassToQualifier

public Map<Type,Annotation> getClassToQualifier()


Copyright © 2011 Seam Framework. All Rights Reserved.