|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.red5.server.ScopeResolver
public class ScopeResolver
Resolves scopes from path
| Field Summary | |
|---|---|
static String |
DEFAULT_HOST
Default host constant |
protected IGlobalScope |
globalScope
Global scope |
| 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 |
|---|
public static final String DEFAULT_HOST
protected IGlobalScope globalScope
| Constructor Detail |
|---|
public ScopeResolver()
| Method Detail |
|---|
public IGlobalScope getGlobalScope()
getGlobalScope in interface IScopeResolverpublic void setGlobalScope(IGlobalScope root)
root - Global scopepublic IScope resolveScope(String path)
resolveScope in interface IScopeResolverpath - Scope path
public IScope resolveScope(IScope root,
String path)
resolveScope in interface IScopeResolverroot - Scope to start frompath - Scope path
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||