类 FunctionalKiteElement
- java.lang.Object
-
- com.github.developframework.kite.core.element.AbstractKiteElement
-
- com.github.developframework.kite.core.element.FunctionalKiteElement
-
- 所有已实现的接口:
KiteElement
- 直接已知子类:
ContainerFunctionalKiteElement,ExtendPortKiteElement,IncludeKiteElement,SwitchKiteElement
public abstract class FunctionalKiteElement extends AbstractKiteElement
功能型节点- 作者:
- qiuzhenhao
-
-
字段概要
-
从类继承的字段 com.github.developframework.kite.core.element.AbstractKiteElement
configuration, templateLocation
-
-
构造器概要
构造器 构造器 说明 FunctionalKiteElement(KiteConfiguration configuration, TemplateLocation templateLocation)
-
方法概要
-
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
从接口继承的方法 com.github.developframework.kite.core.element.KiteElement
createJsonProcessor, createXmlProcessor
-
-
-
-
构造器详细资料
-
FunctionalKiteElement
public FunctionalKiteElement(KiteConfiguration configuration, TemplateLocation templateLocation)
-
-