Stellent
HowToComponents
JavaDoc

intradoc.shared
Class SharedLoader

java.lang.Object
  |
  +--intradoc.shared.SharedLoader

public class SharedLoader
extends java.lang.Object


Constructor Summary
SharedLoader()
           
 
Method Summary
static void addEnvVariableListToTable(DataBinder binder, java.lang.String[] list)
           
static void addEnvVariableToTable(DataBinder binder, java.lang.String varName, java.lang.String varValue)
           
static void cacheOptList(ResultSet rset, java.lang.String optField, java.lang.String optIndexKey)
           
static void cacheOptListEx(ResultSet rset, java.lang.String optField, java.lang.String optIndexKey, boolean isUnique)
           
static void configureEncodingChecking()
           
static void configureTracing()
           
static void configureTracingEx(boolean isVerboseTrace, java.lang.String list, boolean isWithoutTimestamp)
           
static java.lang.String getDocGifSubDirectory()
           
static void loadEnvVariableListFromTable(DataBinder binder)
           
static void loadInitialConfig()
          loadInitialConfig() pushes values from environment variables into intradoc.common.SystemUtils and other places to optimize the behavior certain flags like tracing.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SharedLoader

public SharedLoader()
Method Detail

cacheOptList

public static void cacheOptList(ResultSet rset,
                                java.lang.String optField,
                                java.lang.String optIndexKey)

cacheOptListEx

public static void cacheOptListEx(ResultSet rset,
                                  java.lang.String optField,
                                  java.lang.String optIndexKey,
                                  boolean isUnique)

getDocGifSubDirectory

public static java.lang.String getDocGifSubDirectory()

addEnvVariableListToTable

public static void addEnvVariableListToTable(DataBinder binder,
                                             java.lang.String[] list)
                                      throws DataException
DataException

addEnvVariableToTable

public static void addEnvVariableToTable(DataBinder binder,
                                         java.lang.String varName,
                                         java.lang.String varValue)
                                  throws DataException
DataException

loadEnvVariableListFromTable

public static void loadEnvVariableListFromTable(DataBinder binder)

loadInitialConfig

public static void loadInitialConfig()
loadInitialConfig() pushes values from environment variables into intradoc.common.SystemUtils and other places to optimize the behavior certain flags like tracing.


configureTracing

public static void configureTracing()

configureTracingEx

public static void configureTracingEx(boolean isVerboseTrace,
                                      java.lang.String list,
                                      boolean isWithoutTimestamp)

configureEncodingChecking

public static void configureEncodingChecking()


(c) 1996-2005  All rights reserved.  Stellent, Inc.