filterKey = "*:*";
}
VelocityContext vc = new VelocityContext();
KernelHelper kernelHelper = new KernelHelper();
vc.put("mbctx", kernelHelper);
vc.put("encoder", new KickSunInHead());
vc.put(OBJECT_NAME_FILTER_KEY, filterKey);
if (beanName == null) {