|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.taursys.xml.event.Dispatcher com.taursys.xml.event.InputDispatcher com.taursys.xml.event.TemplateInputDispatcher
TemplateInputDispatcher is a Dispatcher for InputEvents for Templates
Field Summary |
Fields inherited from class com.taursys.xml.event.Dispatcher |
components, map |
Constructor Summary | |
TemplateInputDispatcher(Template template)
Constructs a new TemplateInputDispatcher |
Method Summary | |
void |
dispatch(java.util.Map map)
Dispatches an Event to each registered component with the given key/value Map . |
protected int |
getParentIndex()
Overrides to return this TemplateDispatcher's index |
Methods inherited from class com.taursys.xml.event.InputDispatcher |
dispatchToComponent |
Methods inherited from class com.taursys.xml.event.Dispatcher |
addNotify, dispatch, dispatch, getIndex, getParameter, getParentDispatcher, incrementIndex, removeNotify, resetIndex, setParentDispatcher |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TemplateInputDispatcher(Template template)
Method Detail |
public void dispatch(java.util.Map map) throws java.lang.Exception
Map
. This method invokes the dispatchToComponent
for each registered component.
dispatch
in class Dispatcher
map
- a Map containing message key/values for dispatching
java.lang.Exception
protected int getParentIndex()
getParentIndex
in class Dispatcher
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |