Overview  Package   Class  Tree  Serialized  Deprecated  Index  Help 

com.ibm.struts.data
Interface IUserConfigurationDataStore


public interface IUserConfigurationDataStore

IUserConfigurationDataStore is the interface for storing user configuration data persistently. The interface is provided so that data can be stored in both a portal environment or a servlet environment. Portal provides a persistent storage that can be used and the servlet environment would have to provide a custom store. Note that there is one set of user configuration data. The data values in the map must all conform to the java.io.Serializable interface. This class has been deprecated in favor of the the public package com.ibm.portal.struts.data.

Since:
4.2
See Also:
IUserConfigurationDataStore

Field Summary
static java.lang.String KEY
          Deprecated. The key used for storing the IUserConfigurationDataStore object in the servlet context.
 

Method Summary
 java.util.Map get(javax.servlet.http.HttpServletRequest request)
          Deprecated. Gets the user configuration data from the data store.
 void java.util.Map)">put(javax.servlet.http.HttpServletRequest request, java.util.Map data)
          Deprecated. Stores the given user configuration data in the data store.
 

Field Detail

KEY

public static final java.lang.String KEY
Deprecated. 
The key used for storing the IUserConfigurationDataStore object in the servlet context.

Method Detail
java.util.Map)">

put

public void put(javax.servlet.http.HttpServletRequest request,
                java.util.Map data)
         throws java.io.IOException
Deprecated. 
Stores the given user configuration data in the data store.

Parameters:
request - used as context object
data - the Map
Throws:
java.io.IOException - exception if I/O fails

get

public java.util.Map get(javax.servlet.http.HttpServletRequest request)
                  throws java.io.IOException
Deprecated. 
Gets the user configuration data from the data store.

Parameters:
request - used as context object
Returns:
the stored data map
Throws:
java.io.IOException - exception if I/O fails

Overview  Package   Class  Tree  Serialized  Deprecated  Index  Help 

 

WebSphere is a trademark of the IBM Corporation in the United States, other countries, or both.

 

IBM is a trademark of the IBM Corporation in the United States, other countries, or both.