| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ActionEvent
An ActionEvent is sent by the portlet container when an HTTP request is received that is associated with an action.
Field Summary | |
---|---|
static int | ACTION_PERFORMED
Deprecated. Event identifier indicating that portlet request has been received that one or more actions associated with it. |
Method Summary | |
---|---|
PortletAction | getAction()
Deprecated. Use getActionString() instead |
java.lang.String | getActionString()
Deprecated. Returns the action string that this action event carries. |
Methods inherited from interface org.apache.jetspeed.portlet.event.Event |
---|
getPortlet, getRequest |
Field Detail |
---|
static final int ACTION_PERFORMED
An event with this id is fired when an action has to be performed.
Method Detail |
---|
PortletAction getAction()
java.lang.String getActionString()
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |