您的浏览器已禁用 JavaScript。
跳过导航链接
概览
程序包
类
使用
树
已过时
索引
帮助
SEARCH:
类的使用
org.apache.velocity.tools.generic.JsonTool
使用
JsonTool
的程序包
程序包
说明
org.apache.velocity.tools.generic
Contains a collection of reusable, general-purpose "tools" for Velocity.
org.apache.velocity.tools.generic
中
JsonTool
的使用
返回
JsonTool
的
org.apache.velocity.tools.generic
中的方法
修饰符和类型
方法
说明
JsonTool
JsonTool.
fetch
(
String
url)
Reads and parses a remote or local URL
JsonTool
JsonTool.
parse
(
String
json)
Parses the given JSON string and uses the resulting
Document
as the root
Node
.
JsonTool
JsonTool.
read
(
String
resource)
Reads and parses a local JSON resource file