public class PortletInvocationEvent extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
ACTION |
static int |
ADMIN |
static int |
LOAD |
static int |
RENDER |
| Constructor and Description |
|---|
PortletInvocationEvent(javax.portlet.PortletRequest portletRequest,
org.apache.pluto.container.PortletWindow portletWindow,
int invocationMethod) |
| Modifier and Type | Method and Description |
|---|---|
int |
getInvocationMethod() |
javax.portlet.PortletRequest |
getPortletRequest() |
org.apache.pluto.container.PortletWindow |
getPortletWindow() |
public static int LOAD
public static int ACTION
public static int RENDER
public static int ADMIN
Copyright © 2003-2019 The Apache Software Foundation. All Rights Reserved.