Package org.zkoss.zats.mimic.impl
Interface ValueResolver
- All Known Implementing Classes:
BindValueResolver
public interface ValueResolver
ValueResolver will try to convert a ComponentAgent to the object of specified class.
If failed, it will throw run-time exception.
A ComponentAgent can be converted into multiple types of objects, e.g. OperationAgent or native ZK component class.
We design the value resolver mechanism to keep extension for potential conversion in the future.
- Author:
- dennis
-
Method Summary
-
Method Details
-
resolve
resolve the component agent to a object by registered value resolver
-