Package org.gatein.pc.api.invocation
Class EventInvocation
- java.lang.Object
-
- org.gatein.pc.api.invocation.PortletInvocation
-
- org.gatein.pc.api.invocation.EventInvocation
-
public class EventInvocation extends PortletInvocation
- Version:
- $Revision: 630 $
- Author:
- Julien Viet
-
-
Field Summary
-
Fields inherited from class org.gatein.pc.api.invocation.PortletInvocation
attributes, clientContext, ctx, instanceContext, mode, navigationalState, portalContext, publicNavigationalState, req, requestAttributes, resp, securityContext, serverContext, target, userContext, windowContext, windowState
-
-
Constructor Summary
Constructors Constructor Description EventInvocation(PortletInvocationContext ctx)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QNamegetName()SerializablegetPayload()voidsetName(QName name)voidsetPayload(Serializable payload)-
Methods inherited from class org.gatein.pc.api.invocation.PortletInvocation
getAttribute, getClientContext, getContext, getDispatchedRequest, getDispatchedResponse, getInstanceContext, getMode, getNavigationalState, getPortalContext, getPublicNavigationalState, getRequest, getRequestAttributes, getResponse, getSecurityContext, getServerContext, getTarget, getUserContext, getWindowContext, getWindowState, removeAttribute, setAttribute, setClientContext, setDispatchedRequest, setDispatchedResponse, setInstanceContext, setMode, setNavigationalState, setPortalContext, setPublicNavigationalState, setRequest, setRequestAttributes, setResponse, setSecurityContext, setServerContext, setTarget, setUserContext, setWindowContext, setWindowState
-
-
-
-
Constructor Detail
-
EventInvocation
public EventInvocation(PortletInvocationContext ctx) throws IllegalArgumentException
- Throws:
IllegalArgumentException
-
-
Method Detail
-
getName
public QName getName()
-
setName
public void setName(QName name)
-
getPayload
public Serializable getPayload()
-
setPayload
public void setPayload(Serializable payload)
-
-