Uses of Class
org.javlo.component.core.ContentElementList
-
Packages that use ContentElementList Package Description org.javlo.component.core org.javlo.navigation -
-
Uses of ContentElementList in org.javlo.component.core
Constructors in org.javlo.component.core with parameters of type ContentElementList Constructor Description ContentElementList(ContentElementList list) -
Uses of ContentElementList in org.javlo.navigation
Methods in org.javlo.navigation that return ContentElementList Modifier and Type Method Description ContentElementListMenuElement. getAllContent(ContentContext ctx)ContentElementListMenuElement. getBestLanguageContent(ContentContext ctx)get the content in current language and in default languages order if not exist.ContentElementListMenuElement. getContent(ContentContext ctx)get content of the current areaContentElementListMenuElement. getLocalContentCopy(ContentContext ctx)Methods in org.javlo.navigation that return types with arguments of type ContentElementList Modifier and Type Method Description Map<String,ContentElementList>MenuElement. getContentElementListMap()
-