KIE Uberfire Social Activities Backend 6.2.0.CR4

org.kie.uberfire.social.activities.servlet
Class SocialRouter

java.lang.Object
  extended by org.kie.uberfire.social.activities.servlet.SocialRouter

@ApplicationScoped
public class SocialRouter
extends Object


Nested Class Summary
 class SocialRouter.SocialAdapterNotFound
           
 
Constructor Summary
SocialRouter()
           
 
Method Summary
 SocialAdapter getSocialAdapter(String adapterName)
           
 SocialAdapter getSocialAdapterByPath(String path)
           
 Map<Class,SocialAdapter> getSocialAdapters()
           
 void setup()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SocialRouter

public SocialRouter()
Method Detail

setup

@PostConstruct
public void setup()

getSocialAdapterByPath

public SocialAdapter getSocialAdapterByPath(String path)
                                     throws SocialRouter.SocialAdapterNotFound
Throws:
SocialRouter.SocialAdapterNotFound

getSocialAdapter

public SocialAdapter getSocialAdapter(String adapterName)

getSocialAdapters

public Map<Class,SocialAdapter> getSocialAdapters()

KIE Uberfire Social Activities Backend 6.2.0.CR4

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.