org.apache.pluto.spi.optional
Class PortletInvocationEvent

java.lang.Object
  extended by org.apache.pluto.spi.optional.PortletInvocationEvent

public class PortletInvocationEvent
extends java.lang.Object


Field Summary
static int ACTION
           
static int ADMIN
           
static int LOAD
           
static int RENDER
           
 
Constructor Summary
PortletInvocationEvent(PortletRequest portletRequest, PortletWindow portletWindow, int invocationMethod)
           
 
Method Summary
 int getInvocationMethod()
           
 PortletRequest getPortletRequest()
           
 PortletWindow getPortletWindow()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOAD

public static int LOAD

ACTION

public static int ACTION

RENDER

public static int RENDER

ADMIN

public static int ADMIN
Constructor Detail

PortletInvocationEvent

public PortletInvocationEvent(PortletRequest portletRequest,
                              PortletWindow portletWindow,
                              int invocationMethod)
Method Detail

getPortletRequest

public PortletRequest getPortletRequest()

getInvocationMethod

public int getInvocationMethod()

getPortletWindow

public PortletWindow getPortletWindow()


Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.