@Configurable public class OwsServiceIdentificationFactory extends LocalizedLazyThreadSafeProducer<OwsServiceIdentification>
| Constructor and Description |
|---|
OwsServiceIdentificationFactory(String service,
ServiceOperatorRepository repository) |
| Modifier and Type | Method and Description |
|---|---|
protected OwsServiceIdentification |
create(Locale language) |
Set<Locale> |
getAvailableLocales()
Gets the
Locales available to this Producer. |
void |
setAbstract(Object description) |
void |
setConstraints(String constraints) |
void |
setConstraints(String[] constraints) |
void |
setDefaultLanguage(String lang) |
void |
setFees(String fees) |
void |
setKeywords(String keywords) |
void |
setKeywords(String[] keywords) |
void |
setShowAllLanguageValues(boolean showAllLanguageValues) |
void |
setTitle(Object title) |
create, get, setRecreategetpublic OwsServiceIdentificationFactory(String service, ServiceOperatorRepository repository)
@Setting(value="i18n.showAllLanguageValues") public void setShowAllLanguageValues(boolean showAllLanguageValues)
@Setting(value="i18n.defaultLanguage") public void setDefaultLanguage(String lang)
@Setting(value="serviceIdentification.keywords") public void setKeywords(String keywords)
public void setKeywords(String[] keywords)
@Setting(value="serviceIdentification.title") public void setTitle(Object title) throws ConfigurationError
ConfigurationError@Setting(value="serviceIdentification.abstract") public void setAbstract(Object description) throws ConfigurationError
ConfigurationErrorpublic void setConstraints(String[] constraints)
@Setting(value="serviceIdentification.accessConstraints") public void setConstraints(String constraints)
protected OwsServiceIdentification create(Locale language) throws ConfigurationError
create in class LocalizedLazyThreadSafeProducer<OwsServiceIdentification>ConfigurationErrorpublic Set<Locale> getAvailableLocales()
LocalizedProducerLocales available to this Producer.Copyright © 2015–2020 52°North Initiative for Geospatial Open Source Software GmbH. All rights reserved.