Class MDSLAPIDescriptionCreator
- java.lang.Object
-
- org.contextmapper.dsl.generator.AbstractFreemarkerTextCreator<ServiceSpecification>
-
- org.contextmapper.dsl.generator.mdsl.MDSLAPIDescriptionCreator
-
public class MDSLAPIDescriptionCreator extends AbstractFreemarkerTextCreator<ServiceSpecification>
-
-
Constructor Summary
Constructors Constructor Description MDSLAPIDescriptionCreator(ProtectedRegionContext protectedRegionContext, java.lang.String inputFileName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.Class<?>
getTemplateClass()
protected java.lang.String
getTemplateName()
protected java.lang.String
getTimestampString(java.lang.String inputFileName)
protected void
preprocessing(ServiceSpecification modelObject)
protected void
registerModelObjects(java.util.Map<java.lang.String,java.lang.Object> root, ServiceSpecification modelObject)
-
Methods inherited from class org.contextmapper.dsl.generator.AbstractFreemarkerTextCreator
createText
-
-
-
-
Constructor Detail
-
MDSLAPIDescriptionCreator
public MDSLAPIDescriptionCreator(ProtectedRegionContext protectedRegionContext, java.lang.String inputFileName)
-
-
Method Detail
-
preprocessing
protected void preprocessing(ServiceSpecification modelObject)
- Specified by:
preprocessing
in classAbstractFreemarkerTextCreator<ServiceSpecification>
-
registerModelObjects
protected void registerModelObjects(java.util.Map<java.lang.String,java.lang.Object> root, ServiceSpecification modelObject)
- Specified by:
registerModelObjects
in classAbstractFreemarkerTextCreator<ServiceSpecification>
-
getTemplateName
protected java.lang.String getTemplateName()
- Specified by:
getTemplateName
in classAbstractFreemarkerTextCreator<ServiceSpecification>
-
getTemplateClass
protected java.lang.Class<?> getTemplateClass()
- Specified by:
getTemplateClass
in classAbstractFreemarkerTextCreator<ServiceSpecification>
-
getTimestampString
protected java.lang.String getTimestampString(java.lang.String inputFileName)
-
-