com.filenet.wcm.toolkit.server.base

Class ControllerUtilities.PropertiesMap

  1. java.lang.Object
  2. extended bycom.filenet.wcm.toolkit.server.util.WcmDataStore
  3. extended bycom.filenet.wcm.toolkit.server.base.ControllerUtilities.PropertiesMap
All implemented interfaces:
WcmDataStoreBindingListener, java.io.Serializable, java.util.EventListener, javax.servlet.http.HttpSessionBindingListener
Enclosing class:
ControllerUtilities

  1. protected static class ControllerUtilities.PropertiesMap
  2. extends WcmDataStore
  3. implements WcmDataStoreBindingListener
Properties submaps for different high-level scopings.
See Also:
Serialized Form

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
  1. protected
ControllerUtilities.PropertiesMap()

Method Summary

Modifier and Type Method and Description
  1. void
init(javax.servlet.ServletContext application,javax.servlet.http.HttpServletRequest request)
  1. void
valueBound(WcmDataStore ds,java.lang.String key)
  1. void
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

  1. protected ControllerUtilities.PropertiesMap( )

Method Detail

init

  1. public void init(javax.servlet.ServletContext application,
  2. javax.servlet.http.HttpServletRequest request)
Description copied from class: WcmDataStore
Initialize globals
Overrides:
init in class WcmDataStore

valueBound

  1. public void valueBound(WcmDataStore ds,
  2. java.lang.String key)
Description copied from interface: WcmDataStoreBindingListener
Method called when an object is bound to WcmDataStore.
Specified by:
Parameters:
ds - A reference to the datastore that the key is being added to.
key - The key being bound.

valueUnbound

  1. public void valueUnbound(WcmDataStore ds,
  2. java.lang.String key)
Description copied from interface: WcmDataStoreBindingListener
Method called when an object is un-bound from WcmDataStore.
Specified by:
Parameters:
ds - A reference to the datastore that the key is being removed from.
key - The key being unbound.