private void putCommonContextObject (VelocityContext context) {
context.put("convertUtils", new ConvertUtils());
context.put("commonUtils", new CommonUtils());
context.put("viewUtils", new ViewUtils());
context.put("formatUtils", new FormatUtils());
context.put("bslaViewLibraryUtils", new BslaViewLibraryUtils());
context.put("URLUtils", new URLUtils());
}