public class TemplateRegistryImpl extends Object implements TemplateRegistry
| Constructor and Description |
|---|
TemplateRegistryImpl() |
| Modifier and Type | Method and Description |
|---|---|
ComponentBuilder |
getComponentBuilderForType(String type)
Return a ComponentBuilder for the given type.
|
String |
getOperationForType(String type)
Return an operator for the given type to be used as a default proposition parameter value.
|
TemplateInfo |
getTemplateForType(String type)
Returns a TemplateInfo with the bean names for the ui to display for the given type.
|
String |
getTermSpecNameForType(String type)
Return the termspec name for the given type.
|
String |
getValueForType(String type)
Return a constant value for the given type to be used as a default proposition parameter value.
|
void |
setTemplatesMap(Map<String,TemplateInfo> templatesMap) |
public TemplateRegistryImpl()
public void setTemplatesMap(Map<String,TemplateInfo> templatesMap)
public TemplateInfo getTemplateForType(String type)
TemplateRegistrygetTemplateForType in interface TemplateRegistrypublic String getTermSpecNameForType(String type)
TemplateRegistrygetTermSpecNameForType in interface TemplateRegistrypublic String getOperationForType(String type)
TemplateRegistrygetOperationForType in interface TemplateRegistrypublic String getValueForType(String type)
TemplateRegistrygetValueForType in interface TemplateRegistrypublic ComponentBuilder getComponentBuilderForType(String type)
TemplateRegistrygetComponentBuilderForType in interface TemplateRegistryCopyright © 2004-2013 The Kuali Foundation. All Rights Reserved.