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