org.kuali.rice.krms.service.impl
Class TemplateRegistryImpl
java.lang.Object
org.kuali.rice.krms.service.impl.TemplateRegistryImpl
- All Implemented Interfaces:
- TemplateRegistry
public class TemplateRegistryImpl
- extends Object
- implements TemplateRegistry
- Author:
- Christoff
Date: 2013/01/10
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TemplateRegistryImpl
public TemplateRegistryImpl()
setTemplatesMap
public void setTemplatesMap(Map<String,TemplateInfo> templatesMap)
getTemplateForType
public TemplateInfo getTemplateForType(String type)
- Specified by:
getTemplateForType
in interface TemplateRegistry
getTermSpecNameForType
public String getTermSpecNameForType(String type)
- Specified by:
getTermSpecNameForType
in interface TemplateRegistry
getOperationForType
public String getOperationForType(String type)
- Specified by:
getOperationForType
in interface TemplateRegistry
getValueForType
public String getValueForType(String type)
- Specified by:
getValueForType
in interface TemplateRegistry
getComponentBuilderForType
public ComponentBuilder getComponentBuilderForType(String type)
- Specified by:
getComponentBuilderForType
in interface TemplateRegistry
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.