jfun.yan
Interface PropertyBinder

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
FilteredPropertyBinder

public interface PropertyBinder
extends java.io.Serializable

Dynamically map a property to a Creator object that creates the property value.

Zephyr Business Solution

Author:
Ben Yu

Method Summary
 Creator bind(java.lang.Class component_type, java.lang.Object key, java.lang.Class type)
           
 

Method Detail

bind

Creator bind(java.lang.Class component_type,
             java.lang.Object key,
             java.lang.Class type)