public interface JahiaSite
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAllServerNames()
Return the list of accepted server names.
|
String |
getDefaultLanguage() |
String |
getDescription()
Returns the description, provided for this site.
|
Set<String> |
getInactiveLanguages()
Returns a set of languages, which are deactivated completely for browsing and editing.
|
Set<String> |
getInactiveLiveLanguages()
Returns a set of languages, which are not considered in live mode browsing, i.e.
|
List<String> |
getInstalledModules() |
String |
getJCRLocalPath() |
Set<String> |
getLanguages()
Returns a List of site language settings.
|
List<Locale> |
getLanguagesAsLocales()
Returns an List of site language ( as Locale ).
|
Set<String> |
getMandatoryLanguages() |
String |
getServerName()
Return the Full Qualified Domain Name ( www.jahia.org )
|
List<String> |
getServerNameAliases()
Returns a list of additional server names (aliases).
|
String |
getSiteKey()
Return the unique String identifier key ( ex: jahia )
|
String |
getTemplateFolder() |
String |
getTemplatePackageName()
Returns the corresponding template set name of this virtual site.
|
String |
getTitle() |
boolean |
isAllowsUnlistedLanguages() |
boolean |
isDefault()
Returns
true if this site is the default one on the server. |
boolean |
isMixLanguagesActive() |
void |
setAllowsUnlistedLanguages(boolean allowsUnlistedLanguages) |
void |
setDefaultLanguage(String defaultLanguage) |
void |
setDescr(String descr) |
void |
setDescription(String description) |
void |
setInactiveLanguages(Set<String> inactiveLanguages)
Sets languages, which are completely deactivated for browsing and editing.
|
void |
setInactiveLiveLanguages(Set<String> inactiveLiveLanguages)
Sets languages, which are not considered in live mode browsing, i.e.
|
void |
setInstalledModules(List<String> installedModules) |
void |
setLanguages(Set<String> languages)
Sets the language settings for this site.
|
void |
setMandatoryLanguages(Set<String> mandatoryLanguages) |
void |
setMixLanguagesActive(boolean mixLanguagesActive)
Sets the value of the site property that controls
|
void |
setServerName(String name)
Set the Full Qualified Domain Name ( www.jahia.org )
|
void |
setServerNameAliases(List<String> names)
Sets a list of additional server names (aliases).
|
void |
setTitle(String value) |
String getDefaultLanguage()
String getDescription()
Set<String> getInactiveLanguages()
Set<String> getInactiveLiveLanguages()
Set<String> getLanguages()
List<Locale> getLanguagesAsLocales()
String getServerName()
List<String> getServerNameAliases()
String getSiteKey()
String getTemplatePackageName()
String getTemplateFolder()
String getTitle()
boolean isDefault()
true if this site is the default one on the server.true if this site is the default one on the serverboolean isMixLanguagesActive()
boolean isAllowsUnlistedLanguages()
void setDefaultLanguage(String defaultLanguage)
void setDescr(String descr)
void setDescription(String description)
void setInactiveLanguages(Set<String> inactiveLanguages)
inactiveLanguages - the set of inactive languagesvoid setInactiveLiveLanguages(Set<String> inactiveLiveLanguages)
inactiveLiveLanguages - the set of inactive languagesvoid setLanguages(Set<String> languages)
void setMixLanguagesActive(boolean mixLanguagesActive)
mixLanguagesActive - true or falsevoid setAllowsUnlistedLanguages(boolean allowsUnlistedLanguages)
void setServerName(String name)
void setServerNameAliases(List<String> names)
names - a list of additional server names (aliases)void setTitle(String value)
String getJCRLocalPath()
Copyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.