Uses of Class
com.gentics.contentnode.rest.model.MarkupLanguage
-
Packages that use MarkupLanguage Package Description com.gentics.contentnode.rest.model -
-
Uses of MarkupLanguage in com.gentics.contentnode.rest.model
Fields in com.gentics.contentnode.rest.model declared as MarkupLanguage Modifier and Type Field Description protected MarkupLanguage
Template. markupLanguage
Markup languageMethods in com.gentics.contentnode.rest.model that return MarkupLanguage Modifier and Type Method Description MarkupLanguage
Template. getMarkupLanguage()
Markup languageMarkupLanguage
MarkupLanguage. setContentType(String contentType)
Set the content typeMarkupLanguage
MarkupLanguage. setExcludeFromPublishing(boolean excludeFromPublishing)
Set the excludeFromPublishing flagMarkupLanguage
MarkupLanguage. setExtension(String extension)
ExtensionMarkupLanguage
MarkupLanguage. setFeature(String feature)
Set the feature nameMarkupLanguage
MarkupLanguage. setId(Integer id)
Set the IDMarkupLanguage
MarkupLanguage. setName(String name)
Set the nameMethods in com.gentics.contentnode.rest.model with parameters of type MarkupLanguage Modifier and Type Method Description void
Template. setMarkupLanguage(MarkupLanguage markupLanguage)
-