Package nl.gx.webmanager.cms.core
Interface WebManagerApplication
-
public interface WebManagerApplication
This represents the whole webmanager application and provides access to the list of websites / webinitiatives and other objects and information relevant to the whole WebManager application.- Author:
- simon
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TimeZone
getWebManagerTimeZone()
Returns the WebManager time zone.Website[]
getWebsites()
Get all websites / webinitiatives
-
-
-
Method Detail
-
getWebsites
Website[] getWebsites()
Get all websites / webinitiatives- Returns:
- array of Website objects.
-
getWebManagerTimeZone
TimeZone getWebManagerTimeZone()
Returns the WebManager time zone. This corresponds toTimeZone.getDefault()
, but can be overridden for the WebManager application by supplying a time zone under the configuration keyapplication_settings.default_timezone
.- Returns:
- the WebManager time zone.
-
-