类 ResourceConfig
java.lang.Object
com.gdxsoft.easyweb.script.userConfig.ConfigBase
com.gdxsoft.easyweb.script.userConfig.ResourceConfig
- 所有已实现的接口:
IConfig, Serializable, Cloneable
The system inner configurations(not allow modify)
- 另请参阅:
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明booleanCheck if the configuration file existsgetPath()static voidinitializeResouces(ConfScriptPath scriptPath) Initialize the resources by the ConfScriptPath;booleanbooleanreturn the configuration XML document从类继承的方法 ConfigBase
checkItemExists, getDocumentByXmlString, getFixedXmlName, getItemName, getScriptPath, getXmlName, loadItem, loadItemFromDoc, setFixedXmlName, setItemName, setScriptPath, setXmlName
-
字段详细资料
-
RESOURCE_CACHED
-
-
构造器详细资料
-
ResourceConfig
public ResourceConfig() -
ResourceConfig
-
-
方法详细资料
-
initializeResouces
Initialize the resources by the ConfScriptPath;- 参数:
scriptPath-
-
getPath
-
checkConfigurationExists
public boolean checkConfigurationExists()Check if the configuration file exists- 指定者:
checkConfigurationExists在接口中IConfig- 指定者:
checkConfigurationExists在类中ConfigBase- 返回:
-
loadConfiguration
return the configuration XML document- 指定者:
loadConfiguration在接口中IConfig- 指定者:
loadConfiguration在类中ConfigBase- 参数:
xmlName- the configuration name- 抛出:
Exception
-
isNotExists
public boolean isNotExists() -
isHasError
public boolean isHasError() -
getLastError
-