KIE Uberfire Social Activities Backend 6.2.0.CR4

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

java.lang.Object
  extended by org.kie.uberfire.social.activities.adapters.SocialRouter
All Implemented Interfaces:
SocialRouterAPI

@ApplicationScoped
public class SocialRouter
extends Object
implements SocialRouterAPI


Nested Class Summary
 class SocialRouter.SocialAdapterNotFound
           
 
Constructor Summary
SocialRouter()
           
 
Method Summary
 String extractPath(String path)
           
 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()

extractPath

public String extractPath(String path)

getSocialAdapterByPath

public SocialAdapter getSocialAdapterByPath(String path)
                                     throws SocialRouter.SocialAdapterNotFound
Specified by:
getSocialAdapterByPath in interface SocialRouterAPI
Throws:
SocialRouter.SocialAdapterNotFound

getSocialAdapter

public SocialAdapter getSocialAdapter(String adapterName)
Specified by:
getSocialAdapter in interface SocialRouterAPI

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.