public interface ComponentLookupService
| Modifier and Type | Method and Description |
|---|---|
boolean |
exists(String name) |
<T extends Component> |
exists(T component) |
Set<String> |
lookup(AttributeKey key) |
<T extends Component> |
lookup(Class<T> componentType) |
<T extends Component> |
lookup(String name) |
Set<String> |
lookup(Tag tag) |
<T extends Component> Optional<T> lookup(String name)
name - component unique name<T extends Component> Set<String> lookup(Class<T> componentType)
componentType - component classSet<String> lookup(Tag tag)
tag - the tagSet<String> lookup(AttributeKey key)
key - the attributeboolean exists(String name)
name - component unique name<T extends Component> boolean exists(T component)
component - Copyright © 2022. All rights reserved.