message
Class MessageUtils

java.lang.Object
  extended bymessage.MessageUtils

public class MessageUtils
extends java.lang.Object

Some functions for use with the dynamic mapping form. These could be put into a portlet's class/superclass instead.


Field Summary
static java.lang.String MSG
           
 
Constructor Summary
MessageUtils()
           
 
Method Summary
static void prepareMappingForm(PortletRequest request, java.lang.String portletID, java.lang.String sessionID)
          To be called in doEdit.
static void processMappingForm(ActionRequest request, ActionResponse response, java.lang.String portletID, java.lang.String sessionID)
          To be called in processAction when the edit_mappings.jsp form has been submitted.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MSG

public static java.lang.String MSG
Constructor Detail

MessageUtils

public MessageUtils()
Method Detail

prepareMappingForm

public static void prepareMappingForm(PortletRequest request,
                                      java.lang.String portletID,
                                      java.lang.String sessionID)
To be called in doEdit. Puts stuff in the request attributes for use by edit_mappings.jsp; the doEdit code subsequently needs to include this jsp.


processMappingForm

public static void processMappingForm(ActionRequest request,
                                      ActionResponse response,
                                      java.lang.String portletID,
                                      java.lang.String sessionID)
To be called in processAction when the edit_mappings.jsp form has been submitted. Reads in the values and updates the MessageCentre, then saves to the portlet's preferences.