Uses of Class
com.atlassian.confluence.content.render.xhtml.model.pagelayouts.PageLayoutSectionLayoutType
-
Packages that use PageLayoutSectionLayoutType Package Description com.atlassian.confluence.content.render.xhtml.model.pagelayouts com.atlassian.confluence.content.render.xhtml.storage.pagelayouts -
-
Uses of PageLayoutSectionLayoutType in com.atlassian.confluence.content.render.xhtml.model.pagelayouts
Methods in com.atlassian.confluence.content.render.xhtml.model.pagelayouts that return PageLayoutSectionLayoutType Modifier and Type Method Description PageLayoutSectionLayoutTypePageLayoutSection. getSectionLayout()static PageLayoutSectionLayoutTypePageLayoutSectionLayoutType. valueOf(String name)Returns the enum constant of this type with the specified name.static PageLayoutSectionLayoutType[]PageLayoutSectionLayoutType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of PageLayoutSectionLayoutType in com.atlassian.confluence.content.render.xhtml.storage.pagelayouts
Fields in com.atlassian.confluence.content.render.xhtml.storage.pagelayouts with type parameters of type PageLayoutSectionLayoutType Modifier and Type Field Description static com.google.common.collect.ImmutableMap<String,PageLayoutSectionLayoutType>StoragePageLayoutUnMarshaller. STRING_TO_SECTION_TYPE_MAP
-