public interface SiteTypeProvider
| Modifier and Type | Method and Description |
|---|---|
String |
getSiteAlias(String type,
List<String> params)
Construct site alias for certain type
|
String |
getSiteDescription(String type,
List<String> params)
Construct site title for certain type
|
String |
getSiteShortDescription(String type,
List<String> params)
Construct site title for certain type
|
String |
getSiteTitle(String type,
List<String> params)
Construct site title for certain type
|
HashMap<String,String> |
getTemplateForSiteTypes()
List of template site for creating certain types of sites
|
List<String> |
getTypes()
The whole list of customized types
|
List<String> |
getTypesForSiteCreation()
The site types would show up in the site creation list
|
List<String> |
getTypesForSiteList()
The site types for site list view
|
List<String> getTypesForSiteCreation()
HashMap<String,String> getTemplateForSiteTypes()
String getSiteTitle(String type, List<String> params)
type - params - String getSiteDescription(String type, List<String> params)
type - params - String getSiteShortDescription(String type, List<String> params)
type - params - Copyright © 2003–2021 Sakai Project. All rights reserved.