public class IlvPopupMenuAction extends Object implements IlvServerAction
ServerActionEvent
into a
ilog.views.util.servlet.event.ServletActionEvent
used in the
pop-up menu model and to delegate the processing of this event to the selected menu item action listener.Modifier and Type | Field and Description |
---|---|
static String |
ACTION_NAME
The action name handled by this server action.
|
Constructor and Description |
---|
IlvPopupMenuAction()
Creates a new
IlvPopupMenuAction instance. |
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(ServerActionEvent event)
Performs the action requested from the client side.
|
protected IlvMenu |
getMenuFromSession(jakarta.servlet.http.HttpServletRequest request)
Retrieves the previously created menu from the session.
|
public static final String ACTION_NAME
public IlvPopupMenuAction()
IlvPopupMenuAction
instance.public void actionPerformed(ServerActionEvent event) throws jakarta.servlet.ServletException
IlvServerAction
actionPerformed
in interface IlvServerAction
event
- The server action event.jakarta.servlet.ServletException
protected IlvMenu getMenuFromSession(jakarta.servlet.http.HttpServletRequest request)
request
- The http request.© Copyright 2024 Rogue Wave Software, Inc., a Perforce company.. All Rights Reserved.