com.ibm.ccd.ui.portlets.user
Class UserRegistrationPortletSessionBean

java.lang.Object
  extended by com.ibm.ccd.ui.portlets.user.UserRegistrationPortletSessionBean

Deprecated. Use SelfCare Portlet provided by Websphere Portal instead.

public class UserRegistrationPortletSessionBean
extends java.lang.Object

A sample Java bean that stores portlet instance data in portlet session.


Constructor Summary
UserRegistrationPortletSessionBean()
          Deprecated.  
 
Method Summary
 java.lang.String getFormText()
          Deprecated. Get last text for the text form.
 void setFormText(java.lang.String formText)
          Deprecated. Set last text for the text form.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserRegistrationPortletSessionBean

public UserRegistrationPortletSessionBean()
Deprecated. 
Method Detail

setFormText

public void setFormText(java.lang.String formText)
Deprecated. 
Set last text for the text form.

Parameters:
formText - last text for the text form.

getFormText

public java.lang.String getFormText()
Deprecated. 
Get last text for the text form.

Returns:
last text for the text form