org.apache.pluto.spi.optional
Class PortletInvocationEvent
java.lang.Object
org.apache.pluto.spi.optional.PortletInvocationEvent
public class PortletInvocationEvent
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LOAD
public static int LOAD
ACTION
public static int ACTION
RENDER
public static int RENDER
ADMIN
public static int ADMIN
PortletInvocationEvent
public PortletInvocationEvent(PortletRequest portletRequest,
PortletWindow portletWindow,
int invocationMethod)
getPortletRequest
public PortletRequest getPortletRequest()
getInvocationMethod
public int getInvocationMethod()
getPortletWindow
public PortletWindow getPortletWindow()
Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.