|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.pluto.spi.optional.PortletInvocationEvent
Field Summary | |
static int |
ACTION
|
static int |
ADMIN
|
static int |
LOAD
|
static int |
RENDER
|
Constructor Summary | |
PortletInvocationEvent(javax.portlet.PortletRequest portletRequest,
PortletWindow portletWindow,
int invocationMethod)
|
Method Summary | |
int |
getInvocationMethod()
|
javax.portlet.PortletRequest |
getPortletRequest()
|
PortletWindow |
getPortletWindow()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static int LOAD
public static int ACTION
public static int RENDER
public static int ADMIN
Constructor Detail |
public PortletInvocationEvent(javax.portlet.PortletRequest portletRequest, PortletWindow portletWindow, int invocationMethod)
Method Detail |
public javax.portlet.PortletRequest getPortletRequest()
public int getInvocationMethod()
public PortletWindow getPortletWindow()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |