public class SiteTypeUtil extends Object
| Constructor and Description |
|---|
SiteTypeUtil() |
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
getCourseSiteTypes()
get all site type strings associated with course site type
|
static List<String> |
getProjectSiteTypes()
get all site type strings associated with project site type
|
static String |
getTargetSiteType(String siteType)
returns the site type String to use for sites created based on the template site with siteType
|
static boolean |
isCourseSite(String siteType)
Is the siteType of course site types
|
static boolean |
isProjectSite(String siteType)
Is the siteType of project site types
|
public static List<String> getCourseSiteTypes()
public static List<String> getProjectSiteTypes()
public static boolean isCourseSite(String siteType)
siteType - public static boolean isProjectSite(String siteType)
siteType - Copyright © 2003–2020 Sakai Project. All rights reserved.