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, updateRegistry
public OSGiWebComponentConfigurationRegistry()
public boolean setConfigurations(Set<WebComponentConfiguration<? extends Component>> configurations)
WebComponentConfigurationRegistry
This can be done only once and any following set should only return false.
setConfigurations
in class WebComponentConfigurationRegistry
configurations
- 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 © 2020. All rights reserved.