public class IlvChartServerActionParser extends IlvAbstractServerActionParser
IlvChartServerActionParser
class is used to parse the
server action annotation of the servlet.ITEM_END, ITEM_START, LOG, SERVER_ACTIONS_INIT_PARAM
Constructor and Description |
---|
IlvChartServerActionParser(IlvChartServletSupport support) |
Modifier and Type | Method and Description |
---|---|
protected void |
addServerAction(String actionName,
EventListener actionListener)
Add server action listener to servlet support.
|
protected Map<String,IlvEventListenerCollection<EventListener>> |
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 IlvChartServerActionParser(IlvChartServletSupport support)
protected void addServerAction(String actionName, EventListener actionListener)
addServerAction
in class IlvAbstractServerActionParser
actionName
- The action name.actionListener
- The action listener.protected void removeServerAction(String actionName, EventListener actionListener)
removeServerAction
in class IlvAbstractServerActionParser
actionName
- The action name.actionListener
- The action listener.protected Map<String,IlvEventListenerCollection<EventListener>> getActionTable()
getActionTable
in class IlvAbstractServerActionParser
protected IlvServletSupport getServletSupport()
getServletSupport
in class IlvAbstractServerActionParser
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.