Class PropertiesContext
- java.lang.Object
-
- org.silverpeas.web.portlets.portal.PropertiesContext
-
public class PropertiesContext extends Object
PropertiesContext loads the portal driver properties. A portal driver is a lightweight portal execution environment.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
PropertiesContext()
Constructs a PropertiesContext.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
enableAutodeploy()
static PropertiesContext
get()
Gets the properties context of the Silverpeas portal.long
getAutodeployDirWatchInterval()
boolean
isPortletRenderModeParallel()
-
-
-
Method Detail
-
get
public static PropertiesContext get()
Gets the properties context of the Silverpeas portal.- Returns:
- a PropertiesContext instance.
-
isPortletRenderModeParallel
public boolean isPortletRenderModeParallel()
-
enableAutodeploy
public boolean enableAutodeploy()
-
getAutodeployDirWatchInterval
public long getAutodeployDirWatchInterval()
-
-