Modifier and Type | Method and Description |
---|---|
org.springframework.context.ApplicationContext |
getApplicationContext() |
Object |
getBean(String beanId) |
IClientRegistry |
getClientRegistry() |
Object |
getCoreService(String beanId) |
IScope |
getGlobalScope() |
IMappingStrategy |
getMappingStrategy() |
IPersistenceStore |
getPersistanceStore() |
org.springframework.core.io.Resource |
getResource(String path) |
org.springframework.core.io.Resource[] |
getResources(String pattern) |
IScope |
getScope() |
IServiceInvoker |
getServiceInvoker() |
IScopeHandler |
lookupScopeHandler(String contextPath) |
Object |
lookupService(String serviceName) |
IScope |
resolveScope(IScope root,
String path) |
IScope |
resolveScope(String path) |
IScope |
resolveScope(String host,
String path) |
void |
setContextPath(String contextPath) |
IScope getGlobalScope()
IPersistenceStore getPersistanceStore()
org.springframework.context.ApplicationContext getApplicationContext()
void setContextPath(String contextPath)
IClientRegistry getClientRegistry()
IScope getScope()
IServiceInvoker getServiceInvoker()
IScopeHandler lookupScopeHandler(String contextPath)
IMappingStrategy getMappingStrategy()
org.springframework.core.io.Resource[] getResources(String pattern) throws IOException
IOException
org.springframework.core.io.Resource getResource(String path)
Copyright © 2006-2012 The Red5 Project