com.filenet.wcm.toolkit.server.base
Class ControllerUtilities.PropertiesMap
java.lang.Object
com.filenet.wcm.toolkit.server.util.WcmDataStore
com.filenet.wcm.toolkit.server.base.ControllerUtilities.PropertiesMap
- All Implemented Interfaces:
- java.util.EventListener, javax.servlet.http.HttpSessionBindingListener, java.io.Serializable, WcmDataStoreBindingListener
- Enclosing class:
- com.filenet.wcm.toolkit.server.base.ControllerUtilities
- protected static class ControllerUtilities.PropertiesMap
- extends WcmDataStore
- implements WcmDataStoreBindingListener
Properties submaps for different high-level scopings.
- See Also:
- Serialized Form
Fields inherited from class com.filenet.wcm.toolkit.server.util.WcmDataStore |
BASE_LOCALPATH_KEY, BASE_URL_KEY, BASIC_VALIDATION, datastoreTable, initialized, NO_VALIDATION, THOROUGH_VALIDATION, URL_HOST_KEY, URL_PORT_KEY, URL_ROOT_KEY, USER_CREDENTIALS_KEY, validateMode |
Method Summary |
void |
init(javax.servlet.ServletContext application,
javax.servlet.http.HttpServletRequest request)
Initialize globals |
void |
valueBound(WcmDataStore ds,
java.lang.String key)
Method called when an object is bound to WcmDataStore. |
void |
valueUnbound(WcmDataStore ds,
java.lang.String key)
Method called when an object is un-bound from WcmDataStore. |
Methods inherited from class com.filenet.wcm.toolkit.server.util.WcmDataStore |
clear, containsKey, get, get, get, getClientLocale, getKeys, getKeysStartingWith, getServerCredentials, getValue, getValue, remove, setValidateMode, setValue, setValue, valueBound, valueUnbound |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ControllerUtilities.PropertiesMap
protected ControllerUtilities.PropertiesMap()
init
public void init(javax.servlet.ServletContext application,
javax.servlet.http.HttpServletRequest request)
- Description copied from class:
WcmDataStore
- Initialize globals
- Overrides:
init
in class WcmDataStore
valueBound
public void valueBound(WcmDataStore ds,
java.lang.String key)
- Description copied from interface:
WcmDataStoreBindingListener
- Method called when an object is bound to WcmDataStore.
- Specified by:
valueBound
in interface WcmDataStoreBindingListener
- Parameters:
ds
- A reference to the datastore that the key is being added to.key
- The key being bound.
valueUnbound
public void valueUnbound(WcmDataStore ds,
java.lang.String key)
- Description copied from interface:
WcmDataStoreBindingListener
- Method called when an object is un-bound from WcmDataStore.
- Specified by:
valueUnbound
in interface WcmDataStoreBindingListener
- Parameters:
ds
- A reference to the datastore that the key is being removed from.key
- The key being unbound.
© Copyright IBM Corp. 2002, 2007. All Rights Reserved.