Package adalid.commons.velocity
-
Class Summary Class Description VelocityAid VelocityEngineer VelocityFileResourceLoader VelocityFileResourceLoader.IndentationFilterInputStream Upgrading from Velocity 2.0 to Velocity 2.1 (https://velocity.apache.org/engine/2.1/upgrading.html) The ResourceLoader class API has replaced InputStream getters by Reader getters: InputStream ResourceLoader.getResourceStream(String name) has been replaced by a Reader ResourceLoader.getResourceReader(String name, String encoding).Writer