org.tinygroup.weblayer.tinyprocessor
类 VelocityContextConfiguration

java.lang.Object
  继承者 org.tinygroup.weblayer.tinyprocessor.VelocityContextConfiguration
所有已实现的接口:
org.tinygroup.config.Configuration

public class VelocityContextConfiguration
extends Object
implements org.tinygroup.config.Configuration

功能说明:velocity上下文配置

系统版本: v1.0
开发人员: renhui
开发时间: 2013-11-21
功能描述: 写明作用,调用方式,使用场景,以及特殊情况


构造方法摘要
VelocityContextConfiguration()
           
 
方法摘要
 void config(org.tinygroup.xmlparser.node.XmlNode applicationConfig, org.tinygroup.xmlparser.node.XmlNode componentConfig)
           
 org.tinygroup.xmlparser.node.XmlNode getApplicationConfig()
           
 String getApplicationNodePath()
           
 org.tinygroup.xmlparser.node.XmlNode getCombineNode()
           
 org.tinygroup.xmlparser.node.XmlNode getComponentConfig()
           
 String getComponentConfigPath()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

VelocityContextConfiguration

public VelocityContextConfiguration()
方法详细信息

getApplicationNodePath

public String getApplicationNodePath()
指定者:
接口 org.tinygroup.config.Configuration 中的 getApplicationNodePath

getComponentConfigPath

public String getComponentConfigPath()
指定者:
接口 org.tinygroup.config.Configuration 中的 getComponentConfigPath

config

public void config(org.tinygroup.xmlparser.node.XmlNode applicationConfig,
                   org.tinygroup.xmlparser.node.XmlNode componentConfig)
指定者:
接口 org.tinygroup.config.Configuration 中的 config

getComponentConfig

public org.tinygroup.xmlparser.node.XmlNode getComponentConfig()
指定者:
接口 org.tinygroup.config.Configuration 中的 getComponentConfig

getApplicationConfig

public org.tinygroup.xmlparser.node.XmlNode getApplicationConfig()
指定者:
接口 org.tinygroup.config.Configuration 中的 getApplicationConfig

getCombineNode

public org.tinygroup.xmlparser.node.XmlNode getCombineNode()


Copyright © 2006–2014 开源组织. All rights reserved.