1516171819202122232425
public class NutMoreViewMaker implements ViewMaker, ViewMaker2 { public View make(Ioc ioc, final String type, String value) { if ("st".equals(type)) { try { return new SmartyView(value); } catch (Throwable e) { throw Lang.wrapThrow(e); } }