org.apache.jetspeed.messaging
Class PortletMessagingImpl

java.lang.Object
  extended by org.apache.jetspeed.messaging.PortletMessagingImpl

public class PortletMessagingImpl
extends Object

Message

Version:
$Id: $
Author:
David Sean Taylor

Field Summary
private  javax.portlet.ActionRequest actionRequest
           
private  javax.portlet.ActionResponse actionResponse
           
private  org.apache.pluto.invoker.PortletInvoker invoker
           
private  org.apache.jetspeed.container.window.PortletWindowAccessor windowAccessor
           
 
Constructor Summary
PortletMessagingImpl(org.apache.jetspeed.container.window.PortletWindowAccessor windowAccessor)
           
 
Method Summary
 void processActionMessage(String portletName, org.apache.jetspeed.request.RequestContext jetspeedRequest)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

windowAccessor

private org.apache.jetspeed.container.window.PortletWindowAccessor windowAccessor

invoker

private org.apache.pluto.invoker.PortletInvoker invoker

actionRequest

private javax.portlet.ActionRequest actionRequest

actionResponse

private javax.portlet.ActionResponse actionResponse
Constructor Detail

PortletMessagingImpl

public PortletMessagingImpl(org.apache.jetspeed.container.window.PortletWindowAccessor windowAccessor)
Method Detail

processActionMessage

public void processActionMessage(String portletName,
                                 org.apache.jetspeed.request.RequestContext jetspeedRequest)
                          throws javax.portlet.PortletException,
                                 IOException
Throws:
javax.portlet.PortletException
IOException


Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.