org.jboss.portal.portlet.controller.request
Class PortletEventRequest
java.lang.Object
org.jboss.portal.portlet.controller.request.ControllerRequest
org.jboss.portal.portlet.controller.request.ContainerRequest
org.jboss.portal.portlet.controller.request.PortletRequest
org.jboss.portal.portlet.controller.request.PortletEventRequest
public class PortletEventRequest
- extends PortletRequest
An event request. The purpose of this type of request is to allow
the portal to fire events to a portlet.
- Version:
- $Revision: 630 $
- Author:
- Julien Viet
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortletEventRequest
public PortletEventRequest(java.lang.String windowId,
PortletWindowNavigationalState windowNavigationalState,
PortletPageNavigationalState pageNavigationalState,
javax.xml.namespace.QName name,
java.io.Serializable payload)
getName
public javax.xml.namespace.QName getName()
getPayload
public java.io.Serializable getPayload()
Copyright © 2008. All Rights Reserved.