Uses of Class
org.rodnansol.core.generator.template.customization.ContentCustomization
-
Packages that use ContentCustomization Package Description org.rodnansol.core.generator.template.customization -
-
Uses of ContentCustomization in org.rodnansol.core.generator.template.customization
Fields in org.rodnansol.core.generator.template.customization declared as ContentCustomization Modifier and Type Field Description protected ContentCustomizationAbstractTemplateCustomization. contentCustomizationField storing customization options for the content template.Methods in org.rodnansol.core.generator.template.customization that return ContentCustomization Modifier and Type Method Description ContentCustomizationAbstractTemplateCustomization. getContentCustomization()ContentCustomizationTemplateCustomization. getContentCustomization()Returns the template content customization.Methods in org.rodnansol.core.generator.template.customization with parameters of type ContentCustomization Modifier and Type Method Description voidAbstractTemplateCustomization. setContentCustomization(ContentCustomization contentCustomization)voidTemplateCustomization. setContentCustomization(ContentCustomization contentCustomization)Sets the template content customization.
-