_context.put("Q", "\""); // para facilitar os quotes
if (_escapeRequestReferences) {
EventCartridge ec = new EventCartridge();
ec.addEventHandler(new EscapeReferencesHandler());
ec.attachToContext(_context);
}
}
protected VelocityContext createVelocityContext() {
return new VelocityContext();