类 XmlTool
java.lang.Object
org.apache.velocity.tools.generic.SafeConfig
org.apache.velocity.tools.generic.XmlTool
org.apache.velocity.tools.view.XmlTool
- 所有已实现的接口:
Serializable
View version of
XmlTool. It adds an automatic parsing of the HTTP query
body content, if it is found to be of JSON type.- 从以下版本开始:
- VelocityTools 3.0
- 版本:
- $Id:$
- 作者:
- Claude Brisson
- 另请参阅:
-
嵌套类概要
从类继承的嵌套类/接口 org.apache.velocity.tools.generic.XmlTool
XmlTool.NodeIterator -
字段概要
从类继承的字段 org.apache.velocity.tools.generic.XmlTool
importSupport从类继承的字段 org.apache.velocity.tools.generic.SafeConfig
LOCK_CONFIG_KEY, log, LOGGER_NAME_KEY, SAFE_MODE_KEY, USE_CLASS_LOGGER_KEY -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected voidconfigure(ValueParser values) Configuration.protected voidinitializeImportSupport(ValueParser config) ImportSupport initialization.从类继承的方法 org.apache.velocity.tools.generic.XmlTool
attr, attributes, children, fetch, find, find, get, get, getFirst, getLast, getName, getNodeName, getParent, getPath, getText, isEmpty, iterator, node, parents, parse, read, setRoot, size, toString从类继承的方法 org.apache.velocity.tools.generic.SafeConfig
configure, getLog, initLogger, isConfigLocked, isSafeMode, setLockConfig, setSafeMode
-
构造器详细资料
-
XmlTool
public XmlTool()
-
-
方法详细资料
-
initializeImportSupport
ImportSupport initialization.- 覆盖:
initializeImportSupport在类中XmlTool- 参数:
config- configuration values
-
configure
Configuration. Parses request body if appropriate.
-