com.endeca.util
Class SettingDefaults

java.lang.Object
  extended by com.endeca.util.SettingDefaults

public class SettingDefaults
extends java.lang.Object

Utility class that centralizes the default FrameworkSettings within the DF framework. See also Constants

Author:
"David An"

Field Summary
static FrameworkSetting DEFAULT_CONTAINER
          Setting representing the default AJAX/non-AJAX container (see Container)
static FrameworkSetting DEFAULT_DATA_SOURCE_DIRECTORY
          Setting representing the location on disk to store the datasource json files (see DataSourceConfigHelper)
static FrameworkSetting DEFAULT_DATA_SOURCE_ID
          Setting representing the location on disk to store the default datasource id (see EndecaPortletUtil)
static FrameworkSetting DEFAULT_MDEX_SECURITY_MANAGER
          Setting representing the default MDEX Security Manager (see DefaultMDEXSecurityManager)
static FrameworkSetting DEFAULT_MDEX_STATE_MANAGER
          Setting representing the default MDEX State Manager (see DefaultMDEXStateManager)
 
Constructor Summary
SettingDefaults()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_MDEX_STATE_MANAGER

public static final FrameworkSetting DEFAULT_MDEX_STATE_MANAGER
Setting representing the default MDEX State Manager (see DefaultMDEXStateManager)


DEFAULT_MDEX_SECURITY_MANAGER

public static final FrameworkSetting DEFAULT_MDEX_SECURITY_MANAGER
Setting representing the default MDEX Security Manager (see DefaultMDEXSecurityManager)


DEFAULT_CONTAINER

public static final FrameworkSetting DEFAULT_CONTAINER
Setting representing the default AJAX/non-AJAX container (see Container)


DEFAULT_DATA_SOURCE_DIRECTORY

public static final FrameworkSetting DEFAULT_DATA_SOURCE_DIRECTORY
Setting representing the location on disk to store the datasource json files (see DataSourceConfigHelper)


DEFAULT_DATA_SOURCE_ID

public static final FrameworkSetting DEFAULT_DATA_SOURCE_ID
Setting representing the location on disk to store the default datasource id (see EndecaPortletUtil)

Constructor Detail

SettingDefaults

public SettingDefaults()