站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss JBPM 3.0.4 API 英文版文档

BeanInstantiator (jbpm-3.0.4) - JBoss JBPM 3.0.4 API 英文版文档


org.jbpm.instantiation
Class BeanInstantiator

java.lang.Object
  extended byorg.jbpm.instantiation.FieldInstantiator
      extended byorg.jbpm.instantiation.BeanInstantiator
All Implemented Interfaces:
Instantiator

public class BeanInstantiator
extends FieldInstantiator
implements Instantiator


Constructor Summary
BeanInstantiator()
           
 
Method Summary
protected  void setPropertyValue(java.lang.Class clazz, java.lang.Object newInstance, java.lang.String propertyName, org.dom4j.Element propertyElement)
           
 
Methods inherited from class org.jbpm.instantiation.FieldInstantiator
getValue, instantiate, newInstance, parseConfiguration
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jbpm.instantiation.Instantiator
instantiate
 

Constructor Detail

BeanInstantiator

public BeanInstantiator()
Method Detail

setPropertyValue

protected void setPropertyValue(java.lang.Class clazz,
                                java.lang.Object newInstance,
                                java.lang.String propertyName,
                                org.dom4j.Element propertyElement)
Overrides:
setPropertyValue in class FieldInstantiator


Version : jbpm-3.0.4