org.kie.uberfire.social.activities.adapters
Class SocialRouter
java.lang.Object
org.kie.uberfire.social.activities.adapters.SocialRouter
- All Implemented Interfaces:
- SocialRouterAPI
@ApplicationScoped
public class SocialRouter
- extends Object
- implements SocialRouterAPI
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SocialRouter
public SocialRouter()
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()
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.