message.portlets
Class MessageReaderPortlet

java.lang.Object
  extended byGenericPortlet
      extended bymessage.portlets.MessageReaderPortlet

public class MessageReaderPortlet
extends GenericPortlet

A message snooper portlet for debugging. Shows all existing message boxes and their contents, and lists all input/output mappings registered at the MessageCentre.

See Also:
MessageCentre, Serialized Form

Constructor Summary
MessageReaderPortlet()
           
 
Method Summary
 void doEdit(RenderRequest request, RenderResponse response)
           
 void doHelp(RenderRequest request, RenderResponse response)
           
 void doView(RenderRequest request, RenderResponse response)
           
 void processAction(ActionRequest request, ActionResponse actionResponse)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MessageReaderPortlet

public MessageReaderPortlet()
Method Detail

processAction

public void processAction(ActionRequest request,
                          ActionResponse actionResponse)
                   throws PortletException,
                          java.io.IOException
Throws:
PortletException
java.io.IOException

doView

public void doView(RenderRequest request,
                   RenderResponse response)
            throws PortletException,
                   java.io.IOException
Throws:
PortletException
java.io.IOException

doEdit

public void doEdit(RenderRequest request,
                   RenderResponse response)
            throws PortletException,
                   java.io.IOException
Throws:
PortletException
java.io.IOException

doHelp

public void doHelp(RenderRequest request,
                   RenderResponse response)
            throws PortletException,
                   java.io.IOException
Throws:
PortletException
java.io.IOException