com.ibm.commerce.beans
Class WcsAppDataBean
java.lang.Object
|
+--com.ibm.commerce.beans.InputDataBeanImpl
|
+--com.ibm.commerce.beans.SmartDataBeanImpl
|
+--com.ibm.commerce.beans.WcsAppDataBean
- All Implemented Interfaces:
- DataBean, InputDataBean, java.io.Serializable, SmartDataBean
- public class WcsAppDataBean
- extends SmartDataBeanImpl
The data bean allows a Jsp to register/cache and access instance variables
associated with this instance of WCS application.
- See Also:
- Serialized Form
Constructor Summary |
WcsAppDataBean()
WcsAppDataBean constructor comment. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WcsAppDataBean
public WcsAppDataBean()
- WcsAppDataBean constructor comment.
getCachedObject
public java.lang.Object getCachedObject(java.lang.String name)
- Retrieve a cached object with the given name.
getConfigProperties
public ConfigProperties getConfigProperties()
- Gets the configuration properties object.
- Returns:
- ConfigProperties - configuration property object
getInstanceName
public java.lang.String getInstanceName()
- Gets the instance name / clone name.
- Returns:
- String - web path
getRegistryManager
public RegistryManager getRegistryManager()
- Gets the registry manager for this application.
- Returns:
- RegistryManager
getStoreRegistry
public StoreRegistry getStoreRegistry()
- Gets the store registry for this application.
- Returns:
- StoreRegistry
getWebPath
public java.lang.String getWebPath()
- Gets the Web path association with this web application.
- Returns:
- String - web path
populate
public void populate()
throws java.lang.Exception
- populate method comment.
- Overrides:
populate
in class SmartDataBeanImpl
setCachedObject
public void setCachedObject(java.lang.String name,
java.lang.Object obj)
- This method register an object with the WcsApp cache.