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:
WcmDataStoreBindingListener, java.io.Serializable, java.util.EventListener, javax.servlet.http.HttpSessionBindingListener
Enclosing class:
- protected static class ControllerUtilities.PropertiesMap
- extends WcmDataStore
- implements WcmDataStoreBindingListener
See Also:
Nested Class Summary
| Nested classes/interfaces inherited from class com.filenet.wcm.toolkit.server.util.WcmDataStore |
|---|
WcmDataStore.DummyOutputStream |
Field Summary
| 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 |
Constructor Summary
| Modifier | Constructor and Description |
|---|---|
|
ControllerUtilities.PropertiesMap()
|
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
init(javax.servlet.ServletContext application,javax.servlet.http.HttpServletRequest request)
|
|
valueBound(WcmDataStore ds,java.lang.String key)
|
|
valueUnbound(WcmDataStore ds,java.lang.String key)
|
| 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 |
Constructor Detail
ControllerUtilities.PropertiesMap
- protected ControllerUtilities.PropertiesMap( )
Method Detail
init
- public void init(javax.servlet.ServletContext application,
- javax.servlet.http.HttpServletRequest request)
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.
WcmDataStore