Package | Description |
---|---|
org.javlo.data.taxonomy | |
org.javlo.helper | |
org.javlo.service | |
org.javlo.template |
Modifier and Type | Method and Description |
---|---|
IListItem |
TaxonomyDisplayBean.getListItem() |
Modifier and Type | Method and Description |
---|---|
List<IListItem> |
TaxonomyServiceAgregation.getList(ContentContext ctx,
String path) |
List<IListItem> |
TaxonomyService.getList(ContentContext ctx,
String path) |
Modifier and Type | Method and Description |
---|---|
static String |
XHTMLHelper.renderListItem(List<IListItem> list,
String key)
transform a value to a span with key as class and value inside.
|
static String |
XHTMLHelper.renderMultiListItem(List<IListItem> list,
Collection<String> keys)
transform a value to a span with key as class and value inside.
|
Modifier and Type | Class and Description |
---|---|
static class |
ListService.I18nItem |
static class |
ListService.ListItem |
Modifier and Type | Method and Description |
---|---|
Set<Map.Entry<String,List<IListItem>>> |
ListService.MapAllList.entrySet() |
List<IListItem> |
ListService.MapAllList.get(Object key) |
Map<String,List<IListItem>> |
ListService.getAllList(ContentContext ctx) |
Map<String,List<IListItem>> |
ListService.getAllListSorted(ContentContext ctx) |
List<IListItem> |
ListService.getList(ContentContext ctx,
String name) |
List<IListItem> |
ListService.getNavigationList(ContentContext ctx,
String name) |
List<IListItem> |
ListService.MapAllList.put(String key,
List<IListItem> value) |
List<IListItem> |
ListService.MapAllList.remove(Object key) |
Collection<List<IListItem>> |
ListService.MapAllList.values() |
Modifier and Type | Method and Description |
---|---|
int |
ListService.OrderList.compare(IListItem item1,
IListItem item2) |
Modifier and Type | Method and Description |
---|---|
void |
ListService.addList(String name,
List<IListItem> list) |
static Map<String,String> |
ListService.listToStringMap(List<IListItem> list) |
List<IListItem> |
ListService.MapAllList.put(String key,
List<IListItem> value) |
void |
ListService.MapAllList.putAll(Map<? extends String,? extends List<IListItem>> m) |
Modifier and Type | Method and Description |
---|---|
Map<String,List<IListItem>> |
Template.getAllList(GlobalContext globalContext,
Locale locale) |
Copyright © 2012-2018. All Rights Reserved.