public class OSGiWebComponentConfigurationRegistry extends WebComponentConfigurationRegistry
| Constructor and Description |
|---|
OSGiWebComponentConfigurationRegistry() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
setConfigurations(Set<WebComponentConfiguration<? extends Component>> configurations)
Registers all available web component configurations to the registry.
|
getConfiguration, getConfigurations, getConfigurationsByComponentType, getEmbeddedApplicationAnnotation, getInstance, getShadowDomElements, hasConfigurations, setShadowDomElements, updateRegistrypublic OSGiWebComponentConfigurationRegistry()
public boolean setConfigurations(Set<WebComponentConfiguration<? extends Component>> configurations)
WebComponentConfigurationRegistryThis can be done only once and any following set should only return false.
setConfigurations in class WebComponentConfigurationRegistryconfigurations - set of web component configurations to register. These
configurations must have both unique and valid tag names.true if set successfully or false if not setCopyright © 2025. All rights reserved.