|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ibm.portal.struts.portlet.PortletPreferencesUserConfigurationDataStore
public class PortletPreferencesUserConfigurationDataStore
PortletPreferencesUserConfigurationDataStore is a IUserConfigurationDataStore implementation for use within WebSphere Portal.
| Field Summary | |
|---|---|
protected static Log |
log
Commons Logging instance for this class. |
static java.lang.String |
SerializableObject
String prefixed to the String value of the serializable object stored in PortletPreferences. |
| Fields inherited from interface com.ibm.struts.data.IUserConfigurationDataStore |
|---|
KEY |
| Constructor Summary | |
|---|---|
PortletPreferencesUserConfigurationDataStore()
PortletPreferencesUserConfigurationDataStore constructor |
|
| Method Summary | |
|---|---|
java.util.Map |
get(HttpServletRequest request)
Get the UserConfigurationData from the data store. |
void |
put(HttpServletRequest request,
java.util.Map data)
Store the given user configuration data in the data store. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static Log log
public static final java.lang.String SerializableObject
| Constructor Detail |
|---|
public PortletPreferencesUserConfigurationDataStore()
| Method Detail |
|---|
public void put(HttpServletRequest request,
java.util.Map data)
throws java.io.IOException
put in interface IUserConfigurationDataStorerequest - used as context objectdata - the data Map
java.io.IOException - if data can not be saved
public java.util.Map get(HttpServletRequest request)
throws java.io.IOException
get in interface IUserConfigurationDataStorerequest - Used as context object
java.io.IOException - If data can not be retrieved
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||