@ApplicationScoped public class SocialRouter extends Object
Modifier and Type | Class and Description |
---|---|
class |
SocialRouter.SocialAdapterNotFound |
Constructor and Description |
---|
SocialRouter() |
Modifier and Type | Method and Description |
---|---|
SocialAdapter |
getSocialAdapter(String adapterName) |
SocialAdapter |
getSocialAdapterByPath(String path) |
Map<Class,SocialAdapter> |
getSocialAdapters() |
void |
setup() |
@PostConstruct public void setup()
public SocialAdapter getSocialAdapterByPath(String path) throws SocialRouter.SocialAdapterNotFound
public SocialAdapter getSocialAdapter(String adapterName)
public Map<Class,SocialAdapter> getSocialAdapters()
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.