Package com.liferay.blogs.configuration
Interface BlogsConfiguration
public interface BlogsConfiguration
-
Method Summary
Modifier and TypeMethodDescriptionSet the location of the XML file containing the configuration of the default display templates for the Blogs portlet.int
Set the interval in minutes on how often to check for and display blog entries scheduled to display.int
Set the interval on how often to check for new link backs.
-
Method Details
-
displayTemplatesConfig
String displayTemplatesConfig()Set the location of the XML file containing the configuration of the default display templates for the Blogs portlet. -
entryCheckInterval
int entryCheckInterval()Set the interval in minutes on how often to check for and display blog entries scheduled to display. -
linkbackJobInterval
int linkbackJobInterval()Set the interval on how often to check for new link backs. The value is set in one minute increments.
-