Modifier and Type | Method and Description |
---|---|
void |
WordDescription.setProperties(XmlNode node) |
Modifier and Type | Field and Description |
---|---|
protected XmlNode |
AnnotationExecuteManagerImpl.applicationConfig |
protected XmlNode |
AnnotationExecuteManagerImpl.componentConfig |
Modifier and Type | Method and Description |
---|---|
XmlNode |
AnnotationExecuteManagerImpl.getApplicationConfig() |
XmlNode |
AnnotationExecuteManagerImpl.getComponentConfig() |
Modifier and Type | Method and Description |
---|---|
void |
AnnotationExecuteManagerImpl.config(XmlNode applicationConfig,
XmlNode componentConfig) |
Modifier and Type | Method and Description |
---|---|
XmlNode |
LogCleanProcessor.getApplicationConfig() |
XmlNode |
LogCleanProcessor.getComponentConfig() |
Modifier and Type | Method and Description |
---|---|
void |
LogCleanProcessor.config(XmlNode applicationConfig,
XmlNode componentConfig) |
Modifier and Type | Method and Description |
---|---|
void |
CacheInitConfig.config(XmlNode applicationConfig,
XmlNode componentConfig) |
Modifier and Type | Method and Description |
---|---|
XmlNode |
CacheShutDownApplicationProcessor.getApplicationConfig() |
XmlNode |
CacheShutDownApplicationProcessor.getComponentConfig() |
Modifier and Type | Method and Description |
---|---|
void |
CacheShutDownApplicationProcessor.config(XmlNode applicationConfig,
XmlNode componentConfig) |
Modifier and Type | Method and Description |
---|---|
void |
CEPCore.setConfig(XmlNode config) |
void |
EventProcessorChoose.setParam(XmlNode param) |
void |
CEPCoreOperator.setParam(XmlNode node)
设置参数
|
Modifier and Type | Method and Description |
---|---|
void |
CEPCoreAopManager.init(XmlNode config) |
Modifier and Type | Method and Description |
---|---|
void |
CepCoreAopConfig.config(XmlNode applicationConfig,
XmlNode componentConfig) |
void |
CEPCoreAopManagerImpl.init(XmlNode config) |
Modifier and Type | Method and Description |
---|---|
void |
ExceptionProcessor.config(XmlNode applicationConfig,
XmlNode componentConfig) |
void |
WeightChooser.setParam(XmlNode param) |
Modifier and Type | Method and Description |
---|---|
XmlNode |
CepCoreProcessor.getApplicationConfig() |
XmlNode |
CepCoreProcessor.getComponentConfig() |
Modifier and Type | Method and Description |
---|---|
void |
CepCoreProcessor.config(XmlNode applicationConfig,
XmlNode componentConfig) |
void |
AbstractCEPCoreImpl.setConfig(XmlNode config) |
Modifier and Type | Method and Description |
---|---|
XmlNode |
ProtocolConfigManager.getApplicationConfig() |
XmlNode |
ProtocolConfigManager.getComponentConfig() |
Modifier and Type | Method and Description |
---|---|
void |
ProtocolConfigManager.config(XmlNode applicationConfig,
XmlNode componentConfig) |
Modifier and Type | Method and Description |
---|---|
XmlNode |
ChineseWordApplicationProcessor.getApplicationConfig() |
XmlNode |
ChineseWordApplicationProcessor.getComponentConfig() |
Modifier and Type | Method and Description |
---|---|
void |
ChineseWordApplicationProcessor.config(XmlNode applicationConfig,
XmlNode componentConfig) |
Modifier and Type | Method and Description |
---|---|
XmlNode |
Configuration.getApplicationConfig()
获取应用配置信息
|
XmlNode |
ConfigurationManager.getApplicationConfiguration()
返回管理器的应用配置
|
XmlNode |
Configuration.getComponentConfig()
获取组件配置信息
|
XmlNode |
ConfigurationManager.getComponentConfiguration(String key)
返回单个组件配置信息
|
XmlNode |
ConfigurationLoader.loadApplicationConfiguration()
用于载入应用配置
|
Modifier and Type | Method and Description |
---|---|
Map<String,XmlNode> |
ConfigurationManager.getComponentConfigurationMap()
以map数据结构返回配置管理器关联的所有组件配置信息
|
Map<String,XmlNode> |
ConfigurationLoader.loadComponentConfiguration()
用于载入组件配置
|
Modifier and Type | Method and Description |
---|---|
void |
Configuration.config(XmlNode applicationConfig,
XmlNode componentConfig)
设置配置信息,应用配置和组件配置内容合并
|
void |
ConfigurationManager.setApplicationConfiguration(XmlNode applicationConfiguration)
给配置管理器设置应用配置信息
|
void |
ConfigurationManager.setComponentConfiguration(String key,
XmlNode componentConfiguration)
设置单个组件配置
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationManager.setComponentConfigurationMap(Map<String,XmlNode> componentConfigurationMap)
设置组件配置信息
|
Modifier and Type | Field and Description |
---|---|
protected XmlNode |
AbstractConfiguration.applicationConfig |
protected XmlNode |
AbstractConfiguration.componentConfig |
Modifier and Type | Method and Description |
---|---|
XmlNode |
AbstractConfiguration.getApplicationConfig() |
XmlNode |
ConfigurationManagerImpl.getApplicationConfiguration() |
XmlNode |
AbstractConfiguration.getComponentConfig() |
XmlNode |
ConfigurationManagerImpl.getComponentConfiguration(String key) |
Modifier and Type | Method and Description |
---|---|
Map<String,XmlNode> |
ConfigurationManagerImpl.getComponentConfigurationMap() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractConfiguration.config(XmlNode applicationConfig,
XmlNode componentConfig) |
void |
ConfigurationManagerImpl.setApplicationConfiguration(XmlNode applicationConfiguration) |
void |
ConfigurationManagerImpl.setComponentConfiguration(String key,
XmlNode componentConfiguration) |
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationManagerImpl.setComponentConfigurationMap(Map<String,XmlNode> componentConfigurationMap) |
Modifier and Type | Method and Description |
---|---|
static XmlNode |
ConfigurationXmlUtil.combineXmlNode(XmlNode applicationNode,
XmlNode componentNode)
合并单个节点
|
static XmlNode |
ConfigurationXmlUtil.parseXmlFromFileObject(FileObject fileObject)
将文件内容读取为xmlnode对象
|
Modifier and Type | Method and Description |
---|---|
static List<XmlNode> |
ConfigurationXmlUtil.combineFindNodeList(String nodeName,
XmlNode applicationNode,
XmlNode componentNode)
简单合并
|
static List<XmlNode> |
ConfigurationXmlUtil.combineSubList(String nodeName,
XmlNode applicationNode,
XmlNode componentNode)
简单合并
|
static List<XmlNode> |
ConfigurationXmlUtil.combineSubList(XmlNode applicationNode,
XmlNode componentNode)
简单合并两个XmlNode
|
static List<XmlNode> |
ConfigurationXmlUtil.combineSubList(XmlNode applicationNode,
XmlNode componentNode,
String nodeName,
String keyPropertyName)
根据关键属性进行子节点合并
|
Modifier and Type | Method and Description |
---|---|
static List<XmlNode> |
ConfigurationXmlUtil.combineFindNodeList(String nodeName,
XmlNode applicationNode,
XmlNode componentNode)
简单合并
|
static List<XmlNode> |
ConfigurationXmlUtil.combineSubList(String nodeName,
XmlNode applicationNode,
XmlNode componentNode)
简单合并
|
static List<XmlNode> |
ConfigurationXmlUtil.combineSubList(XmlNode applicationNode,
XmlNode componentNode)
简单合并两个XmlNode
|
static List<XmlNode> |
ConfigurationXmlUtil.combineSubList(XmlNode applicationNode,
XmlNode componentNode,
String nodeName,
String keyPropertyName)
根据关键属性进行子节点合并
|
static XmlNode |
ConfigurationXmlUtil.combineXmlNode(XmlNode applicationNode,
XmlNode componentNode)
合并单个节点
|
static String |
ConfigurationXmlUtil.getPropertyName(XmlNode applicationNode,
XmlNode componentNode,
String attributeName)
获取属性值,应用配置的优先级更高
|
static String |
ConfigurationXmlUtil.getPropertyName(XmlNode applicationNode,
XmlNode componentNode,
String attributeName,
String defaultValue)
获取属性值,应用配置的优先级更高。
如果读取的结果为Null或为"",则返回默认值 |
Modifier and Type | Method and Description |
---|---|
XmlNode |
DatabaseInstallerProcessor.getApplicationConfig() |
XmlNode |
DatabaseInstallerProcessor.getComponentConfig() |
Modifier and Type | Method and Description |
---|---|
void |
DatabaseInstallerProcessor.config(XmlNode applicationConfig,
XmlNode componentConfig) |
Modifier and Type | Method and Description |
---|---|
void |
DictLoadProcessor.config(XmlNode applicationConfig,
XmlNode componentConfig) |
Modifier and Type | Method and Description |
---|---|
XmlNode |
EarthWormApplicationProcessor.getApplicationConfig() |
XmlNode |
EarthWormApplicationProcessor.getComponentConfig() |
Modifier and Type | Method and Description |
---|---|
void |
EarthWormApplicationProcessor.config(XmlNode applicationConfig,
XmlNode componentConfig) |
Modifier and Type | Method and Description |
---|---|
void |
ElImportConfig.config(XmlNode applicationConfig,
XmlNode componentConfig) |
Modifier and Type | Method and Description |
---|---|
XmlNode |
FileResolverProcessor.getApplicationConfig() |
XmlNode |
FileResolverProcessor.getComponentConfig() |
Modifier and Type | Method and Description |
---|---|
void |
FileResolverProcessor.config(XmlNode applicationConfig,
XmlNode componentConfig) |
Modifier and Type | Field and Description |
---|---|
protected XmlNode |
AbstractFileProcessor.applicationConfig |
protected XmlNode |
ExcludeContextFileFinder.applicationConfig |
protected XmlNode |
AbstractFileProcessor.componentConfig |
protected XmlNode |
ExcludeContextFileFinder.componentConfig |
Modifier and Type | Method and Description |
---|---|
XmlNode |
AbstractFileProcessor.getApplicationConfig() |
XmlNode |
ExcludeContextFileFinder.getApplicationConfig() |
XmlNode |
FileResolverImpl.getApplicationConfig() |
XmlNode |
AbstractFileProcessor.getComponentConfig() |
XmlNode |
ExcludeContextFileFinder.getComponentConfig() |
XmlNode |
FileResolverImpl.getComponentConfig() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractFileProcessor.config(XmlNode applicationConfig,
XmlNode componentConfig) |
void |
FullContextFileFinder.config(XmlNode applicationConfig,
XmlNode componentConfig) |
void |
ExcludeContextFileFinder.config(XmlNode applicationConfig,
XmlNode componentConfig) |
void |
FileResolverImpl.config(XmlNode applicationConfig,
XmlNode componentConfig) |
Modifier and Type | Method and Description |
---|---|
void |
FlowUtilConfig.config(XmlNode applicationConfig,
XmlNode componentConfig) |
void |
FlowUtilConfig.init(XmlNode config) |
Modifier and Type | Method and Description |
---|---|
static XmlNode |
XMLOperatorUtil.getSubNode(String nodePath,
XmlNode xmlNode) |
static XmlNode |
XMLOperatorUtil.getXmlNode(String xml)
xml树转换
|
static XmlNode |
XMLOperatorUtil.getXmlNodeFromFile(String filePath,
String encoding)
文件转xmlNode
|
static XmlNode |
XMLOperatorUtil.queryNode(XmlNode xml,
String nodePath)
查询指定节点路径的内容
|
Modifier and Type | Method and Description |
---|---|
static List<XmlNode> |
XMLOperatorUtil.queryByNodeName(XmlNode xml,
String nodePath,
String nodeName)
查询指定节点路径下节点名称为nodeName的节点内容
|
static List<XmlNode> |
XMLOperatorUtil.querySubNode(XmlNode xml,
String nodePath)
查询指定节点路径的子节点内容
|
Modifier and Type | Method and Description |
---|---|
static void |
XMLOperatorUtil.appendValue(XmlNode xml,
String nodePath,
String nodeValue)
在指定的节点路径下追加内容
|
static void |
XMLOperatorUtil.copyNode(XmlNode xml,
String fromNodePath,
String toNodePath)
节点copy,将节点1复制到节点2下面
|
static String |
XMLOperatorUtil.deleteByNodeName(XmlNode xml,
String nodePath,
String nodeName)
删除指定的节点路径(nodePath)下所有节点名为nodeName的节点
|
static String |
XMLOperatorUtil.deleteNode(XmlNode xml,
String nodePath)
删除指定的节点路径,包括该节点本身
|
static String |
XMLOperatorUtil.deleteSubNode(XmlNode xml,
String nodePath)
删除指定的节点路径下的子节点,不删除节点本身
|
static void |
XMLOperatorUtil.export(XmlNode xml,
String exportfilePath,
String nodePath,
String encoding)
导出xml树到文件
|
static XmlNode |
XMLOperatorUtil.getSubNode(String nodePath,
XmlNode xmlNode) |
static String |
XMLOperatorUtil.getValue(XmlNode xmlNode,
String nodePath)
获取节点属性值
|
static void |
XMLOperatorUtil.importFile(XmlNode xml,
String importfilePath,
String nodePath,
String encoding)
导出xml到xml树
|
static void |
XMLOperatorUtil.insertNode(XmlNode xml,
String nodePath,
String xmlNode)
节点插入
|
static void |
XMLOperatorUtil.moveNode(XmlNode xml,
String fromNodePath,
String toNodePath)
节点move,将节点1移动到节点2下面
|
static List<XmlNode> |
XMLOperatorUtil.queryByNodeName(XmlNode xml,
String nodePath,
String nodeName)
查询指定节点路径下节点名称为nodeName的节点内容
|
static XmlNode |
XMLOperatorUtil.queryNode(XmlNode xml,
String nodePath)
查询指定节点路径的内容
|
static List<XmlNode> |
XMLOperatorUtil.querySubNode(XmlNode xml,
String nodePath)
查询指定节点路径的子节点内容
|
static void |
XMLOperatorUtil.repalceNode(XmlNode xml,
String nodePath,
String xmlNode)
替换指定的节点路径的内容
|
static void |
XMLOperatorUtil.updateValue(XmlNode xml,
String nodePath,
String nodeValue)
修改指定的节点路径的内容
|
Modifier and Type | Method and Description |
---|---|
static String |
XMLOperatorUtil.getNodeListStr(List<XmlNode> nodes) |
Modifier and Type | Method and Description |
---|---|
XmlNode |
QuerySubNodeComponent.getXml() |
XmlNode |
PrintXmlComponent.getXml() |
XmlNode |
AppendValueComponent.getXml() |
XmlNode |
ExportXmlComponent.getXml() |
XmlNode |
DeleteSubNodeComponent.getXml() |
XmlNode |
ModifyValueComponent.getXml() |
XmlNode |
DeleteByNodeNameComponent.getXml() |
XmlNode |
DeleteNodeComponent.getXml() |
XmlNode |
ImportXmlComponent.getXml() |
XmlNode |
CopyNodeComponent.getXml() |
XmlNode |
QueryByNodeNameComponent.getXml() |
XmlNode |
RepalceNodeComponent.getXml() |
XmlNode |
MoveNodeComponent.getXml() |
XmlNode |
QueryNodeComponent.getXml() |
XmlNode |
InsertNodeComponent.getXml() |
Modifier and Type | Method and Description |
---|---|
void |
QuerySubNodeComponent.setXml(XmlNode xml) |
void |
PrintXmlComponent.setXml(XmlNode xml) |
void |
AppendValueComponent.setXml(XmlNode xml) |
void |
ExportXmlComponent.setXml(XmlNode xml) |
void |
DeleteSubNodeComponent.setXml(XmlNode xml) |
void |
ModifyValueComponent.setXml(XmlNode xml) |
void |
DeleteByNodeNameComponent.setXml(XmlNode xml) |
void |
DeleteNodeComponent.setXml(XmlNode xml) |
void |
ImportXmlComponent.setXml(XmlNode xml) |
void |
CopyNodeComponent.setXml(XmlNode xml) |
void |
QueryByNodeNameComponent.setXml(XmlNode xml) |
void |
RepalceNodeComponent.setXml(XmlNode xml) |
void |
MoveNodeComponent.setXml(XmlNode xml) |
void |
QueryNodeComponent.setXml(XmlNode xml) |
void |
InsertNodeComponent.setXml(XmlNode xml) |
Modifier and Type | Method and Description |
---|---|
XmlNode |
FlowApplicationProcessor.getApplicationConfig() |
XmlNode |
FlowApplicationProcessor.getComponentConfig() |
Modifier and Type | Method and Description |
---|---|
void |
FlowApplicationProcessor.config(XmlNode applicationConfig,
XmlNode componentConfig) |
Modifier and Type | Method and Description |
---|---|
XmlNode |
IndexInstallProcessor.getApplicationConfig() |
XmlNode |
IndexInstallProcessor.getComponentConfig() |
Modifier and Type | Method and Description |
---|---|
List<IndexDataSource<XmlNode>> |
IndexInstallProcessor.getDataSources() |
Modifier and Type | Method and Description |
---|---|
void |
IndexInstallProcessor.config(XmlNode applicationConfig,
XmlNode componentConfig) |
Modifier and Type | Method and Description |
---|---|
void |
IndexInstallProcessor.setDataSources(List<IndexDataSource<XmlNode>> dataSources) |
Modifier and Type | Method and Description |
---|---|
void |
FileDataSource.install(XmlNode config) |
void |
SqlDataSource.install(XmlNode config) |
Modifier and Type | Method and Description |
---|---|
XmlNode |
LuceneIndexInstallProcessor.getApplicationConfig() |
XmlNode |
LuceneIndexInstallProcessor.getComponentConfig() |
Modifier and Type | Method and Description |
---|---|
void |
LuceneIndexInstallProcessor.config(XmlNode applicationConfig,
XmlNode componentConfig) |
Modifier and Type | Method and Description |
---|---|
static String |
ConfigUtil.getPropertyValue(XmlNode applicationConfig,
String propertyNodeName,
String proertyKey) |
Modifier and Type | Method and Description |
---|---|
XmlNode |
MockServiceApplicationProcessorImpl.getApplicationConfig() |
XmlNode |
MockServiceEventProcessorImpl.getApplicationConfig() |
XmlNode |
MockServiceApplicationProcessorImpl.getComponentConfig() |
XmlNode |
MockServiceEventProcessorImpl.getComponentConfig() |
Modifier and Type | Method and Description |
---|---|
void |
MockServiceApplicationProcessorImpl.config(XmlNode applicationConfig,
XmlNode componentConfig) |
void |
MockServiceEventProcessorImpl.config(XmlNode applicationConfig,
XmlNode componentConfig) |
Modifier and Type | Method and Description |
---|---|
void |
OrderGroup.load(XmlNode xmlNode)
加载order-group中子节点内容
|
Constructor and Description |
---|
OrderGroups(XmlNode root) |
Modifier and Type | Method and Description |
---|---|
void |
ServiceAopManager.setConfig(XmlNode config) |
Modifier and Type | Method and Description |
---|---|
XmlNode |
XmlConfigServiceLoader.getApplicationConfig() |
XmlNode |
XmlConfigServiceLoader.getComponentConfig() |
Modifier and Type | Method and Description |
---|---|
void |
XmlConfigServiceLoader.config(XmlNode applicationConfig,
XmlNode componentConfig) |
Modifier and Type | Method and Description |
---|---|
XmlNode |
ServiceHttpChannelApplicationProcessorImpl.getApplicationConfig() |
XmlNode |
ServiceHttpChannelEventProcessorImpl.getApplicationConfig() |
XmlNode |
ServiceHttpChannelApplicationProcessorImpl.getComponentConfig() |
XmlNode |
ServiceHttpChannelEventProcessorImpl.getComponentConfig() |
Modifier and Type | Method and Description |
---|---|
void |
ServiceHttpChannelApplicationProcessorImpl.config(XmlNode applicationConfig,
XmlNode componentConfig) |
void |
ServiceHttpChannelEventProcessorImpl.config(XmlNode applicationConfig,
XmlNode componentConfig) |
Modifier and Type | Method and Description |
---|---|
XmlNode |
ServiceApplicationProcessor.getApplicationConfig() |
XmlNode |
ServiceApplicationProcessor.getComponentConfig() |
Modifier and Type | Method and Description |
---|---|
void |
ServiceApplicationProcessor.config(XmlNode applicationConfig,
XmlNode componentConfig) |
Modifier and Type | Method and Description |
---|---|
XmlNode |
TinyTemplateConfigProcessor.getApplicationConfig() |
XmlNode |
TinyTemplateConfigProcessor.getComponentConfig() |
Modifier and Type | Method and Description |
---|---|
void |
TinyTemplateConfigProcessor.config(XmlNode applicationConfig,
XmlNode componentConfig) |
Constructor and Description |
---|
XmlNodeStaticClassOperator(XmlNode clazzNode)
注册类和方法(推荐方式)
|
Modifier and Type | Method and Description |
---|---|
void |
TinyMacroFileProcessor.config(XmlNode applicationConfig,
XmlNode componentConfig) |
Modifier and Type | Method and Description |
---|---|
XmlNode |
FullTextTemplateProcessor.getApplicationConfig() |
XmlNode |
FullTextTemplateProcessor.getComponentConfig() |
Modifier and Type | Method and Description |
---|---|
void |
FullTextTemplateProcessor.config(XmlNode applicationConfig,
XmlNode componentConfig) |
Constructor and Description |
---|
ConfigurationBuilder(XmlNode xmlNode,
String dataSource) |
Modifier and Type | Method and Description |
---|---|
XmlNode |
UIEngineStoreProcessor.getApplicationConfig() |
XmlNode |
UIEngineStoreProcessor.getComponentConfig() |
Modifier and Type | Method and Description |
---|---|
void |
UIEngineStoreProcessor.config(XmlNode applicationConfig,
XmlNode componentConfig) |
protected StoreConfig |
UIEngineStoreProcessor.createStoreConfig(XmlNode totalConfig)
解析存储配置信息
|
Modifier and Type | Method and Description |
---|---|
XmlNode |
UiCssManagerProcessor.getApplicationConfig() |
XmlNode |
UiCssManagerProcessor.getComponentConfig() |
Modifier and Type | Method and Description |
---|---|
void |
UiCssManagerProcessor.config(XmlNode applicationConfig,
XmlNode componentConfig) |
Modifier and Type | Method and Description |
---|---|
XmlNode |
SessionMonitorApplicationProcessor.getApplicationConfig() |
XmlNode |
SessionMonitorApplicationProcessor.getComponentConfig() |
Modifier and Type | Method and Description |
---|---|
void |
SessionMonitorApplicationProcessor.config(XmlNode applicationConfig,
XmlNode componentConfig) |
Modifier and Type | Method and Description |
---|---|
XmlNode |
TinyProcessorConfigManager.getApplicationConfig() |
XmlNode |
TinyListenerConfigManager.getApplicationConfig() |
XmlNode |
TinyFilterConfigManager.getApplicationConfig() |
XmlNode |
TinyProcessorConfigManager.getComponentConfig() |
XmlNode |
TinyListenerConfigManager.getComponentConfig() |
XmlNode |
TinyFilterConfigManager.getComponentConfig() |
Modifier and Type | Method and Description |
---|---|
void |
TinyProcessorConfigManager.config(XmlNode applicationConfig,
XmlNode componentConfig) |
void |
TinyListenerConfigManager.config(XmlNode applicationConfig,
XmlNode componentConfig) |
void |
TinyFilterConfigManager.config(XmlNode applicationConfig,
XmlNode componentConfig) |
Modifier and Type | Method and Description |
---|---|
void |
WebExceptionProcessor.config(XmlNode applicationConfig,
XmlNode componentConfig) |
Modifier and Type | Method and Description |
---|---|
protected void |
SetLocaleTinyFilter.parserExtraConfig(XmlNode setLocale) |
Modifier and Type | Field and Description |
---|---|
protected XmlNode |
GZIPFilter.applicationConfig |
Modifier and Type | Method and Description |
---|---|
XmlNode |
GZIPFilter.getApplicationConfig() |
XmlNode |
GZIPFilter.getComponentConfig() |
Modifier and Type | Method and Description |
---|---|
void |
GZIPFilter.config(XmlNode applicationConfig,
XmlNode componentConfig) |
Modifier and Type | Method and Description |
---|---|
static XmlNode |
TinyConfigUtil.createFilterXmlNode(String nodeName,
Map<String,String> initParams,
Set<String> patterns) |
static XmlNode |
TinyConfigUtil.createServletXmlNode(String nodeName,
Map<String,String> initParams,
Set<String> patterns) |
Modifier and Type | Method and Description |
---|---|
static Set<String> |
TinyConfigUtil.getFiltterMapping(XmlNode xmlNode) |
static Map<String,String> |
TinyConfigUtil.getInitParam(XmlNode xmlNode) |
static Set<String> |
TinyConfigUtil.getServletMapping(XmlNode xmlNode) |
Modifier and Type | Method and Description |
---|---|
void |
ParserConfiguration.config(XmlNode applicationConfig,
XmlNode componentConfig) |
Modifier and Type | Method and Description |
---|---|
void |
RewriteConfiguration.config(XmlNode applicationConfig,
XmlNode componentConfig) |
Modifier and Type | Method and Description |
---|---|
void |
SessionConfiguration.config(XmlNode applicationConfig,
XmlNode componentConfig) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
UnSubscribeEventConvert.checkMatch(XmlNode input,
WeiXinContext context) |
protected boolean |
MessageSendFinishEventConvert.checkMatch(XmlNode input,
WeiXinContext context) |
protected boolean |
VideoMessageConvert.checkMatch(XmlNode input,
WeiXinContext context) |
protected boolean |
SelectLocationEventConvert.checkMatch(XmlNode input,
WeiXinContext context) |
protected boolean |
ViewEventConvert.checkMatch(XmlNode input,
WeiXinContext context) |
protected boolean |
LinkMessageConvert.checkMatch(XmlNode input,
WeiXinContext context) |
protected boolean |
LocationEventConvert.checkMatch(XmlNode input,
WeiXinContext context) |
protected boolean |
LocationMessageConvert.checkMatch(XmlNode input,
WeiXinContext context) |
protected boolean |
VoiceMessageConvert.checkMatch(XmlNode input,
WeiXinContext context) |
protected boolean |
ScanPushEventConvert.checkMatch(XmlNode input,
WeiXinContext context) |
protected boolean |
ShortVideoMessageConvert.checkMatch(XmlNode input,
WeiXinContext context) |
protected boolean |
EncryptMessageConvert.checkMatch(XmlNode input,
WeiXinContext context) |
protected boolean |
ScanEventConvert.checkMatch(XmlNode input,
WeiXinContext context) |
protected boolean |
TextMessageConvert.checkMatch(XmlNode input,
WeiXinContext context) |
protected boolean |
ImageMessageConvert.checkMatch(XmlNode input,
WeiXinContext context) |
protected boolean |
ClickEventConvert.checkMatch(XmlNode input,
WeiXinContext context) |
protected boolean |
ScanAlertEventConvert.checkMatch(XmlNode input,
WeiXinContext context) |
protected abstract boolean |
AbstractXmlNodeConvert.checkMatch(XmlNode input,
WeiXinContext context)
根据报文内容进行判断
|
protected boolean |
SubscribeEventConvert.checkMatch(XmlNode input,
WeiXinContext context) |
protected boolean |
AbstractXmlNodeConvert.contains(XmlNode input,
String nodename) |
protected <OUTPUT> OUTPUT |
AbstractXmlNodeConvert.convertXmlNode(XmlNode input,
WeiXinContext context)
转换XmlNode为业务对象
|
protected String |
AbstractXmlNodeConvert.get(XmlNode input,
String nodename) |
protected String |
AbstractXmlNodeConvert.getEncrypt(XmlNode input) |
protected String |
AbstractXmlNodeConvert.getEvent(XmlNode input) |
protected String |
AbstractXmlNodeConvert.getMsgType(XmlNode input) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
CommonRedEnvelopeResultConvert.checkMatch(XmlNode input,
WeiXinContext context) |
protected boolean |
PayResultMessageConvert.checkMatch(XmlNode input,
WeiXinContext context) |
protected boolean |
QueryRedEnvelopeResultConvert.checkMatch(XmlNode input,
WeiXinContext context) |
protected boolean |
RefundResultConvert.checkMatch(XmlNode input,
WeiXinContext context) |
protected boolean |
QueryOrderResultConvert.checkMatch(XmlNode input,
WeiXinContext context) |
protected boolean |
GroupRedEnvelopeResultConvert.checkMatch(XmlNode input,
WeiXinContext context) |
protected boolean |
CloseOrderResultConvert.checkMatch(XmlNode input,
WeiXinContext context) |
protected boolean |
UnityCreateOrderResultConvert.checkMatch(XmlNode input,
WeiXinContext context) |
protected boolean |
BusinessResultConvert.checkMatch(XmlNode input,
WeiXinContext context) |
protected boolean |
CommunicationResultConvert.checkMatch(XmlNode input,
WeiXinContext context) |
protected boolean |
QueryRefundResultConvert.checkMatch(XmlNode input,
WeiXinContext context) |
protected <OUTPUT> OUTPUT |
QueryRefundResultConvert.convertXmlNode(XmlNode input,
WeiXinContext context)
因为动态字段的问题,采用人工解析
|
Modifier and Type | Method and Description |
---|---|
XmlNode |
XmlDocument.getXmlDeclaration()
获取XML声明
|
Modifier and Type | Method and Description |
---|---|
List<XmlNode> |
XmlDocument.getCommentList()
获取Xml注释
|
List<XmlNode> |
XmlDocument.getDoctypeList()
获取CDATA部分
|
List<XmlNode> |
XmlDocument.getProcessingInstructionList()
获取XML处理指令
|
Modifier and Type | Method and Description |
---|---|
void |
XmlDocument.addComment(XmlNode node)
添加注释
|
void |
XmlDocument.addDoctype(XmlNode node)
添加CDATA文本
|
void |
XmlDocument.addProcessingInstruction(XmlNode node)
添加XML处理指令
|
void |
XmlDocument.setXmlDeclaration(XmlNode node)
设置XML声明
|
Modifier and Type | Method and Description |
---|---|
XmlNode |
XmlDocumentImpl.getRoot()
获取根结点 s
|
XmlNode |
XmlDocumentImpl.getXmlDeclaration()
获取XML声明
|
Modifier and Type | Method and Description |
---|---|
List<XmlNode> |
XmlDocumentImpl.getCommentList()
获取Xml注释
|
List<XmlNode> |
XmlDocumentImpl.getDoctypeList()
获取CDATA部分
|
List<XmlNode> |
XmlDocumentImpl.getProcessingInstructionList()
获取XML处理指令
|
Modifier and Type | Method and Description |
---|---|
void |
XmlDocumentImpl.addComment(XmlNode node)
添加注释
|
void |
XmlDocumentImpl.addDoctype(XmlNode node)
添加CDATA文本
|
void |
XmlDocumentImpl.addProcessingInstruction(XmlNode node)
添加XML处理指令
|
void |
XmlDocumentImpl.setRoot(XmlNode root)
设置根结点
|
void |
XmlDocumentImpl.setXmlDeclaration(XmlNode xmlDeclaration)
设置XML声明
|
Modifier and Type | Method and Description |
---|---|
XmlNode |
XmlNode.addContent(String content) |
Copyright © 2006–2018 TinyGroup. All rights reserved.