49505152535455
public class ViewGroup extends UserbaseAction { private final GroupFormatter groupFormatter; public ViewGroup(File formatterTemplateFile) { super("group"); groupFormatter = new GroupFormatter(formatterTemplateFile); }