|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.red5.server.scope.ScopeResolver
public class ScopeResolver
Resolves scopes from path
Field Summary | |
---|---|
protected IGlobalScope |
globalScope
Global scope |
protected static Logger |
log
|
Constructor Summary | |
---|---|
ScopeResolver()
|
Method Summary | |
---|---|
IGlobalScope |
getGlobalScope()
Getter for global scope |
IScope |
resolveScope(IScope root,
String path)
Return scope associated with given path from given root scope. |
IScope |
resolveScope(String path)
Return scope associated with given path |
void |
setGlobalScope(IGlobalScope root)
Setter for global scope |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static Logger log
protected IGlobalScope globalScope
Constructor Detail |
---|
public ScopeResolver()
Method Detail |
---|
public IGlobalScope getGlobalScope()
getGlobalScope
in interface IScopeResolver
public void setGlobalScope(IGlobalScope root)
root
- Global scopepublic IScope resolveScope(String path)
resolveScope
in interface IScopeResolver
path
- Scope path
public IScope resolveScope(IScope root, String path)
resolveScope
in interface IScopeResolver
root
- Scope to start frompath
- Scope path
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |