Uses of Interface
cn.sliew.milky.component.Component
-
-
Uses of Component in cn.sliew.milky.component
Classes in cn.sliew.milky.component with type parameters of type Component Modifier and Type Class Description classAbstractComponentRegistry<E extends Component,C>component base implemention.interfaceComponentRegistry<E extends Component,C>Classes in cn.sliew.milky.component that implement Component Modifier and Type Class Description classAbstractComponentMethods in cn.sliew.milky.component with type parameters of type Component Modifier and Type Method Description <T extends Component>
booleanComponentLookupService. exists(T component)<T extends Component>
Set<String>ComponentLookupService. lookup(Class<T> componentType)<T extends Component>
Optional<T>ComponentLookupService. lookup(String name)Methods in cn.sliew.milky.component with parameters of type Component Modifier and Type Method Description booleanAbstractComponentRegistry. exists(Component component)
-