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 ContentElementList
MenuElement. getAllContent(ContentContext ctx)
ContentElementList
MenuElement. getBestLanguageContent(ContentContext ctx)
get the content in current language and in default languages order if not exist.ContentElementList
MenuElement. getContent(ContentContext ctx)
get content of the current areaContentElementList
MenuElement. 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()
-