T - the item typeLitTemplate instead.
Read more details from the
Vaadin blog.@Deprecated public class PathLookup<T> extends Object
| Modifier and Type | Method and Description |
|---|---|
PathLookup<T> |
compose(Map<String,T> newItems,
String pathPrefix)
Deprecated.
Composes a new path lookup that contains all items of this path lookup
and all provided items supplemented with the provided path prefix.
|
static <T> PathLookup<T> |
empty()
Deprecated.
Creates an empty path lookup.
|
Optional<T> |
getItem(String fullPath)
Deprecated.
Gets the item for the provided full path.
|
public PathLookup<T> compose(Map<String,T> newItems, String pathPrefix)
newItems - new items to include in the compositionpathPrefix - the prefix to include in the key of all new itemspublic static <T> PathLookup<T> empty()
T - the item typeCopyright © 2021. All rights reserved.