|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectilog.views.faces.dhtml.servlet.IlvFacesPopupMenuActionListener
public class IlvFacesPopupMenuActionListener
This class defines an action listener triggered by a menu in IMAGE_SERVLET_CONTEXT.
| Field Summary | |
|---|---|
static String |
ACTION_NAME
The action name handled by this server action. |
| Constructor Summary | |
|---|---|
IlvFacesPopupMenuActionListener()
Creates a new IlvFacesPopupMenuActionListener instance. |
|
| Method Summary | |
|---|---|
void |
actionPerformed(ServerActionEvent event)
Performs the action requested from the client side. |
protected Object |
getGraphicComponent(ServerActionEvent event)
Returns the graphic component displayed by the image. |
protected IlvMenu |
getMenuFromSession(javax.servlet.http.HttpServletRequest request)
Returns the menu model from the session, |
protected Object |
invokeFinder(IlvObjectSelectedFinder baseFinder,
IlvManagerView view,
String[] params)
Invokes the specified finder with the parameters extracted from the action. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String ACTION_NAME
| Constructor Detail |
|---|
public IlvFacesPopupMenuActionListener()
IlvFacesPopupMenuActionListener instance.
| Method Detail |
|---|
public void actionPerformed(ServerActionEvent event)
throws javax.servlet.ServletException
actionPerformed in interface ServerActionListenerevent - The server action event.
javax.servlet.ServletException
protected Object invokeFinder(IlvObjectSelectedFinder baseFinder,
IlvManagerView view,
String[] params)
baseFinder - The finder to invoke.view - The view component.params - The action parameters.
protected IlvMenu getMenuFromSession(javax.servlet.http.HttpServletRequest request)
request - The HTTP request.
protected Object getGraphicComponent(ServerActionEvent event)
event - The event.
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||