|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IScopeResolver
Resolve the scope from given a host and path. Resolver implementations depend on context naming strategy and so forth.
Method Summary | |
---|---|
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. |
Method Detail |
---|
IGlobalScope getGlobalScope()
IScope resolveScope(String path)
path
- Path to return the scope for
ScopeNotFoundException
- If scope doesn't exist an can't be createdIScope resolveScope(IScope root, String path)
root
- The scope to start traversing from.path
- Path to return the scope for.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |