public class TemplateRegistryImpl extends Object implements TemplateRegistry
Constructor and Description |
---|
TemplateRegistryImpl() |
Modifier and Type | Method and Description |
---|---|
ComponentBuilder |
getComponentBuilderForType(String type) |
String |
getOperationForType(String type) |
TemplateInfo |
getTemplateForType(String type) |
String |
getTermSpecNameForType(String type) |
String |
getValueForType(String type) |
void |
setTemplatesMap(Map<String,TemplateInfo> templatesMap) |
public TemplateRegistryImpl()
public void setTemplatesMap(Map<String,TemplateInfo> templatesMap)
public TemplateInfo getTemplateForType(String type)
getTemplateForType
in interface TemplateRegistry
public String getTermSpecNameForType(String type)
getTermSpecNameForType
in interface TemplateRegistry
public String getOperationForType(String type)
getOperationForType
in interface TemplateRegistry
public String getValueForType(String type)
getValueForType
in interface TemplateRegistry
public ComponentBuilder getComponentBuilderForType(String type)
getComponentBuilderForType
in interface TemplateRegistry
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.