类 AbstractKiteElement
- java.lang.Object
-
- com.github.developframework.kite.core.element.AbstractKiteElement
-
- 所有已实现的接口:
KiteElement
- 直接已知子类:
ContentKiteElement,FunctionalKiteElement
public abstract class AbstractKiteElement extends Object implements KiteElement
抽象节点- 作者:
- qiuzhenhao
-
-
字段概要
字段 修饰符和类型 字段 说明 protected KiteConfigurationconfigurationprotected TemplateLocationtemplateLocation
-
构造器概要
构造器 构造器 说明 AbstractKiteElement(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
-
-
-
-
字段详细资料
-
configuration
protected KiteConfiguration configuration
-
templateLocation
protected TemplateLocation templateLocation
-
-
构造器详细资料
-
AbstractKiteElement
public AbstractKiteElement(KiteConfiguration configuration, TemplateLocation templateLocation)
-
-