com.silverpeas.portlets.portal
Class PropertiesContext

java.lang.Object
  extended by com.silverpeas.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
protected PropertiesContext()
          Constructs a PropertiesContext.
 
Method Summary
 boolean enableAutodeploy()
           
static PropertiesContext get()
          Gets the properties context of the Silverpeas portal.
 long getAutodeployDirWatchInterval()
           
 boolean isPortletRenderModeParallel()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertiesContext

protected PropertiesContext()
Constructs a PropertiesContext. It loads all of the properties about the portal context.

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()


Copyright © 2016 Silverpeas. All Rights Reserved.