org.apache.avalon.framework.context
Interface Resolvable
- public interface Resolvable
This interface is used to indicate objects that need to be
resolved in some particular context.
- Author:
- Peter Donald
Method Summary |
java.lang.Object |
resolve(Context context)
Resolve a object to a value. |
resolve
public java.lang.Object resolve(Context context)
throws ContextException
- Resolve a object to a value.
- Parameters:
context
- the contextwith respect which to resolve- Returns:
- the resolved object
"Copyright © 2001 Apache Jakarta Project. All Rights Reserved."