11121314151617
private TableTagTemplate template; @Inject public TableTag(Sanitizer sanitizer) { template = new TableTagTemplate(sanitizer); }