Main Page
From project-strum
Welcome to project STRUM
STRUM, the "Strng Template Utilities Renderers and Model adapters" project is a set of extensions to the Java version of StringTemplate 4.
Here are the latest files: https://sourceforge.net/projects/project-strum/files/strum-0.2/
- strum-0.2-SNAPSHOT.jar – library jar
- adapters
- DeclaredFieldsModelAdapter- access private and protected fields from ST
- DeclaredMethodsModelAdapter -access private and protected methods from ST
- PublicMethodModelAdapter - access any public method from ST
- StaticMethodModelAdaptor - ‘add’ methods to an object when accessing it from ST
- adapters.annotations
- AnnotationModelAdapter - Access methods and/or fields in ST by using the AdapterTarget annotation.
- adaptors.xml
- NodeModelAdapter – makes working with XML easy (Xpath support)
- NodeRenderer
- renderers
- BooleanRenderer
- StaticMethodAttributeRenderer – Create a Renderer from compatible static methods of a util class.
- adapters
- strum-demos-0.2-SNAPSHOT-sources.jar – demo code for how to use the different parts of strum
- strum-sxtt-assembly.zip – SXTT the “Strum Xml Transformation Tool” a command line utility that lets you transform XML with just a template and no Java code.
Contents |
Javadocs
http://project-strum.sourceforge.net/strum-0.2-snapshot/apidocs/
Subversion Repository
https://project-strum.svn.sourceforge.net/svnroot/project-strum
Forums
https://sourceforge.net/projects/project-strum/forums
