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)
TemplateRegistry
getTemplateForType
in interface TemplateRegistry
public String getTermSpecNameForType(String type)
TemplateRegistry
getTermSpecNameForType
in interface TemplateRegistry
public String getOperationForType(String type)
TemplateRegistry
getOperationForType
in interface TemplateRegistry
public String getValueForType(String type)
TemplateRegistry
getValueForType
in interface TemplateRegistry
public ComponentBuilder getComponentBuilderForType(String type)
TemplateRegistry
getComponentBuilderForType
in interface TemplateRegistry
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.