java.lang.Object | +--com.ibm.commerce.server.WcsApp
WcsApp contains variables that are global to the whole application.
Field Summary | |
---|---|
static AccManager |
accManager |
static java.lang.String |
authenticationMode |
static BusinessPolicyRegistry |
businessPolicyRegistry |
static Registry |
businessPolicyTypeRegistry |
static boolean |
byPassAccessCheckForOpenStore |
static
CalculationRegistry |
calculationRegistry Deprecated. Replaced by com.ibm.commerce.order.calculation.CalculationRegistry . |
static java.util.Hashtable |
cmdAttrsAcceptingEncodedChars |
static java.util.Hashtable |
collaborationParameters |
static java.lang.String |
commandChainDefinitionFile |
static java.lang.String |
commandExecutionEventFile |
static CommandRegistry |
commandRegistry |
static ComponentManager |
componentManager |
static ConfigProperties |
configProperties |
static java.text.SimpleDateFormat |
dateFormat |
static java.lang.String |
defaultStoreAlias |
static java.lang.Long |
defaultTimeout |
static DeviceFmtRegistry |
deviceFmtRegistry |
static DeviceFormatManager |
deviceFormatManager |
static WCSEventSource |
eventSource |
static java.util.Hashtable |
htmlSpecChars |
static int |
initTransTimeout |
static java.lang.String |
installDir |
static java.lang.String |
instanceName |
static LanguageRegistry |
languageRegistry |
static boolean |
log_all_requests |
static java.util.Hashtable |
nonEncryptedParameters |
static NonHttpDeviceFormatManager |
nonHttpDeviceFormatManager |
static java.util.Hashtable |
objects |
static java.util.Vector |
passwdProtectedCmds |
static PolicyManager |
policyManager |
static PriceListRegistry |
priceListRegistry Deprecated. Replaced by com.ibm.commerce.price.commands.PriceListRegistry . |
static java.util.Vector |
prohibitedAttributes |
static java.util.Vector |
prohibitedCharacters |
static PropertiesConfigurator |
propertiesConfigurator |
static PropertyManager |
propertyManager |
static java.util.Hashtable |
protectedParameters |
static boolean |
PVCSupportEnabled |
static boolean |
referrerEnabled |
static RegistryManager |
registryManager |
static Scheduler |
scheduler |
static ServerConfiguration |
serverConfiguration |
static AppServerEntry |
serverEntryEngine |
static boolean |
serverInitialized |
static java.lang.String |
serverPort |
static java.lang.Integer |
siteDefaultLanguageId |
static java.util.Locale |
siteDefaultLocale |
static java.lang.Integer[] |
siteSupportedLanguageIds |
static
StoreRegistry |
storeRegistry |
static java.lang.String |
storesWebPath |
static java.lang.String |
storeWebModuleName |
static TradingAgreementRegistry |
tradingAgreementRegistry |
static int |
transactionTimeout |
static UrlRegistry |
urlRegistry |
static ViewRegistry |
viewRegistry |
static WebController |
webController |
Constructor Summary | |
---|---|
WcsApp() Constructor for WcsApp. |
Method Summary | |
---|---|
static void |
registerObject(java.lang.String name,
java.lang.Object object) Registers an object with the WcsApp. |
static java.lang.Object |
retrieveObject(java.lang.String name) Retrieves an object registered with the WcsApp. |
static void |
unregisterObject(java.lang.String name) Retrieves an object registered with the WcsApp. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll,
toString, wait, wait, wait |
Field Detail |
public static RegistryManager registryManager
public static ComponentManager componentManager
public static UrlRegistry urlRegistry
public static CommandRegistry commandRegistry
public static PolicyManager policyManager
public static ViewRegistry viewRegistry
public static TradingAgreementRegistry tradingAgreementRegistry
public static ServerConfiguration serverConfiguration
public static PropertiesConfigurator propertiesConfigurator
public static ConfigProperties configProperties
public static PropertyManager propertyManager
public static StoreRegistry storeRegistry
public static LanguageRegistry languageRegistry
public static DeviceFmtRegistry deviceFmtRegistry
public static CalculationRegistry calculationRegistry
com.ibm.commerce.order.calculation.CalculationRegistry
.
public static PriceListRegistry priceListRegistry
com.ibm.commerce.price.commands.PriceListRegistry
.
public static java.lang.Integer[] siteSupportedLanguageIds
public static java.lang.Integer siteDefaultLanguageId
public static java.lang.String installDir
public static java.lang.String instanceName
public static AccManager accManager
public static java.util.Locale siteDefaultLocale
public static boolean PVCSupportEnabled
public static WCSEventSource eventSource
public static DeviceFormatManager deviceFormatManager
public static NonHttpDeviceFormatManager nonHttpDeviceFormatManager
public static WebController webController
public static Scheduler scheduler
public static java.lang.String storesWebPath
public static java.lang.String serverPort
public static java.util.Hashtable protectedParameters
public static java.util.Hashtable nonEncryptedParameters
public static java.util.Hashtable objects
public static AppServerEntry serverEntryEngine
public static boolean referrerEnabled
public static java.text.SimpleDateFormat dateFormat
public static java.util.Hashtable htmlSpecChars
public static java.util.Vector passwdProtectedCmds
public static java.util.Vector prohibitedAttributes
public static java.util.Vector prohibitedCharacters
public static java.util.Hashtable cmdAttrsAcceptingEncodedChars
public static java.lang.Long defaultTimeout
public static BusinessPolicyRegistry businessPolicyRegistry
public static Registry businessPolicyTypeRegistry
public static boolean serverInitialized
public static int transactionTimeout
public static int initTransTimeout
public static java.lang.String defaultStoreAlias
public static java.lang.String storeWebModuleName
public static boolean log_all_requests
public static java.lang.String authenticationMode
public static java.util.Hashtable collaborationParameters
public static boolean byPassAccessCheckForOpenStore
public static java.lang.String commandExecutionEventFile
public static java.lang.String commandChainDefinitionFile
Constructor Detail |
public WcsApp()
Method Detail |
public static void registerObject(java.lang.String name, java.lang.Object object)
name
- name of an objectobject
- the object to be registered with this
WcsApppublic static java.lang.Object retrieveObject(java.lang.String name)
name
- name of objectpublic static void unregisterObject(java.lang.String name)
name
- name of object