# resource loading #webapp.resource.loader.cache = false resource.manager.logwhenfound = false # global macros file velocimacro.library=/WEB-INF/macros.vtl # allow inline definition of macros velocimacro.permissions.allowInline=true ## TODO review this # VMs can be defined inline in templates velocimacro.permissions.allowInline = true velocimacro.permissions.allow.inline = true # VMs defined inline may NOT replace previous VM definitions velocimacro.permissions.allowInlineToOverride = true velocimacro.permissions.allow.inline.to.replace.global = true # VMs defined inline will be global in scope if allowed. velocimacro.permissions.allowInlineLocal = true velocimacro.permissions.allow.inline.local.scope = true directive.set.null.allowed = true # encoding input.encoding = UTF8 output.encoding = UTF8 # content type default.contentType = text/html # relative loading eventhandler.include.class = org.apache.velocity.app.event.implement.IncludeRelativePath # Use the VelosurfUberspector to allow parametrized getters runtime.introspector.uberspect = org.apache.velocity.util.introspection.UberspectImpl,org.apache.velocity.tools.view.WebappUberspector,org.apache.velocity.velosurf.util.VelosurfUberspector # default to servletlogger, which logs to the servlet engines log runtime.log.logsystem.class = org.apache.velocity.runtime.log.ServletLogChute runtime.log.logsystem.servlet.level = info