| Line 100... |
Line 100... |
| 100 |
"org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader");
|
100 |
"org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader");
|
| 101 |
velocityProperties.put("file.resource.loader.cache", true);
|
101 |
velocityProperties.put("file.resource.loader.cache", true);
|
| 102 |
velocityProperties.put("file.resource.loader.unicode", true);
|
102 |
velocityProperties.put("file.resource.loader.unicode", true);
|
| 103 |
velocityProperties.put("input.encoding", "UTF-8");
|
103 |
velocityProperties.put("input.encoding", "UTF-8");
|
| 104 |
velocityProperties.put("output.encoding", "UTF-8");
|
104 |
velocityProperties.put("output.encoding", "UTF-8");
|
| - |
|
105 |
velocityProperties.put("response.encoding", "UTF-8");
|
| 105 |
velocityProperties.put("overrideLogging", true);
|
106 |
velocityProperties.put("overrideLogging", true);
|
| 106 |
|
107 |
|
| 107 |
// velocityProperties.put("file.resource.loader.path", ".");
|
108 |
// velocityProperties.put("file.resource.loader.path", ".");
|
| 108 |
|
109 |
|
| 109 |
factory.setVelocityProperties(velocityProperties);
|
110 |
factory.setVelocityProperties(velocityProperties);
|