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
 java.util.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

java.util.TimeZone getWebManagerTimeZone()
Returns the WebManager time zone. This corresponds to TimeZone.getDefault(), but can be overridden for the WebManager application by supplying a time zone under the configuration key application_settings.default_timezone.

Returns:
the WebManager time zone.


Copyright © 2007-2011 GX Software BV. All Rights Reserved.