Uses of Class
org.rodnansol.core.generator.template.TemplateMode
-
Packages that use TemplateMode Package Description org.rodnansol.core.generator.template org.rodnansol.core.generator.template.customization -
-
Uses of TemplateMode in org.rodnansol.core.generator.template
Methods in org.rodnansol.core.generator.template that return TemplateMode Modifier and Type Method Description static TemplateModeTemplateMode. valueOf(String name)Returns the enum constant of this type with the specified name.static TemplateMode[]TemplateMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.rodnansol.core.generator.template with parameters of type TemplateMode Modifier and Type Method Description StringTemplateType. getContentTemplate(TemplateMode templateMode)StringTemplateType. getFooterTemplate(TemplateMode templateMode)StringTemplateType. getHeaderTemplate(TemplateMode templateMode)StringTemplateType. getSingleTemplate(TemplateMode templateMode) -
Uses of TemplateMode in org.rodnansol.core.generator.template.customization
Fields in org.rodnansol.core.generator.template.customization declared as TemplateMode Modifier and Type Field Description protected TemplateModeAbstractTemplateCustomization. templateModeControls the template mode.Methods in org.rodnansol.core.generator.template.customization that return TemplateMode Modifier and Type Method Description TemplateModeAbstractTemplateCustomization. getTemplateMode()TemplateModeTemplateCustomization. getTemplateMode()Controls if the template should be rendered in compact mode or not.Methods in org.rodnansol.core.generator.template.customization with parameters of type TemplateMode Modifier and Type Method Description voidAbstractTemplateCustomization. setTemplateMode(TemplateMode templateMode)voidTemplateCustomization. setTemplateMode(TemplateMode templateMode)Sets the template mode.
-