org.mmbase.bridge
Class ContextProvider.Resolver
java.lang.Object
org.mmbase.bridge.ContextProvider.Resolver
- Direct Known Subclasses:
- MockCloudContext.MockResolver
- Enclosing class:
- ContextProvider
public abstract static class ContextProvider.Resolver
- extends Object
A Resolver resolves an URI-string (the argument of ContextProvider.getCloudContext(String) to a CloudContext object.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
description
protected final LocalizedString description
ContextProvider.Resolver
public ContextProvider.Resolver()
resolve
public abstract CloudContext resolve(String uri)
- Resolve an 'uri' string to an actual CloudContext instance.
- Returns:
- A CloudContext or
null if this specific Resolver doesn't understand
the uri.
getDescription
public LocalizedString getDescription()
- The syntax of the uri and goal of the resuling CloudContext may be explained in this
description.
MMBase2 Bridge 2.0-SNAPSHOT - 2013-03-30T06:34