public class IlvGanttServerActionsParser extends IlvAbstractServerActionParser
IlvGanttAnnotationParser
class is used to parse the
annotation for jviews gantt.IlvServerActionParam
,
IlvServerActions
ITEM_END, ITEM_START, LOG, SERVER_ACTIONS_INIT_PARAM
Constructor and Description |
---|
IlvGanttServerActionsParser(IlvGanttServletSupport servletSupport)
Construct
IlvGanttServerActionsParser class. |
Modifier and Type | Method and Description |
---|---|
protected void |
addServerAction(String actionName,
EventListener actionListener)
Add server action listener to servlet support.
|
protected Map |
getActionTable()
Gets the action table of servlet support.
|
protected IlvServletSupport |
getServletSupport()
Gets the servlet support.
|
protected void |
removeServerAction(String actionName,
EventListener actionListener)
Remove server action listener from servlet support.
|
parserServerActionAnnotation, parserServerActionWebXML
public IlvGanttServerActionsParser(IlvGanttServletSupport servletSupport)
IlvGanttServerActionsParser
class.servletSupport
- the IlvGanttServletSupport
object.protected void addServerAction(String actionName, EventListener actionListener)
addServerAction
in class IlvAbstractServerActionParser
actionName
- The action name.actionListener
- The action listener.protected Map getActionTable()
getActionTable
in class IlvAbstractServerActionParser
protected IlvServletSupport getServletSupport()
getServletSupport
in class IlvAbstractServerActionParser
protected void removeServerAction(String actionName, EventListener actionListener)
removeServerAction
in class IlvAbstractServerActionParser
actionName
- The action name.actionListener
- The action listener.© Copyright 2024 Rogue Wave Software, Inc., a Perforce company.. All Rights Reserved.