public class VelocityUtil extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
static String |
generate(org.apache.velocity.VelocityContext context,
InputStream inputStream) |
static String |
generate(org.apache.velocity.VelocityContext context,
InputStream inputStream,
String charset) |
static String |
generate(org.apache.velocity.VelocityContext context,
Reader reader) |
static String |
generate(org.apache.velocity.VelocityContext context,
String template) |
public static String generate(org.apache.velocity.VelocityContext context, InputStream inputStream)
public static String generate(org.apache.velocity.VelocityContext context, InputStream inputStream, String charset) throws UnsupportedEncodingException
Copyright © 2021. All Rights Reserved.