public interface IScopeResolver
| Modifier and Type | Method and Description |
|---|---|
IGlobalScope |
getGlobalScope()
Return the global scope.
|
IScope |
resolveScope(IScope root,
String path)
Get the scope for a given path from a root scope.
|
IScope |
resolveScope(String path)
Get the scope for a given path.
|
IGlobalScope getGlobalScope()
IScope resolveScope(String path)
path - Path to return the scope forScopeNotFoundException - If scope doesn't exist an can't be createdCopyright © 2006-2012 The Red5 Project