|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.pluto.spi.optional.PortletInvocationEvent
public class PortletInvocationEvent
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 |
---|
public static int LOAD
public static int ACTION
public static int RENDER
public static int ADMIN
Constructor Detail |
---|
public PortletInvocationEvent(PortletRequest portletRequest, PortletWindow portletWindow, int invocationMethod)
Method Detail |
---|
public PortletRequest getPortletRequest()
public int getInvocationMethod()
public PortletWindow getPortletWindow()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |