edu.virtualschool.jwaa.xml.VelocityEngine Class Reference
List of all members.
Detailed Description
This project-specific
VelocityEngine subclass sets up velocity settings that would normally be defined in a velocity properties file. The properties file approach is eshewed to reduce the number of dangling files new users have to manage correctly. The only here is setting the velocities file.resource.loader.path such that each course has its own
velocity.macros distinct from all other courses.
Definition at line 27 of file VelocityEngine.java.
|
Package Functions |
|
| VelocityEngine (ApplicationElement app, Element element) throws Fault |
|
String | evaluate (String text, VelocityContext context) throws Fault |
Static Package Functions |
|
boolean | isTrue (String s) |
Static Package Attributes |
|
final Logger | logger = Logger.getLogger(VelocityEngine.class.getName()) |
The documentation for this class was generated from the following file: