|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RecycleException | |
com.taursys.xml | This package contains the core Mapper XML components and containers. |
com.taursys.xml.event | This package contains event related classes for Mapper XML components. |
com.taursys.xml.render | This package contains rendering subcomponents for Mapper XML components. |
Uses of RecycleException in com.taursys.xml |
Methods in com.taursys.xml that throw RecycleException | |
void |
DocumentElement.processRecycleEvent(RecycleEvent e)
Processes a RecycleEvent recycling self and children, and then by propagating event to listeners. |
void |
DispatchingContainer.processRecycleEvent(RecycleEvent e)
Dispatches given RecycleEvent to children then notifies all
RecycleListeners of event. |
void |
Component.processRecycleEvent(RecycleEvent e)
Processes a given RecycleEvent. |
protected void |
Component.fireRecycle(RecycleEvent e)
Notifies all registered listeners of a given RecycleEvent |
Uses of RecycleException in com.taursys.xml.event |
Methods in com.taursys.xml.event that throw RecycleException | |
void |
RecycleListener.recycle(RecycleEvent e)
Message to tell a Component to recycle itself. |
void |
RecycleDispatcher.dispatch()
Dispatches a RecycleEvent to all registered components. |
Uses of RecycleException in com.taursys.xml.render |
Methods in com.taursys.xml.render that throw RecycleException | |
void |
TemplateRenderer.recycle()
Recycles this component by restoring the Document element to a default state. |
void |
DocumentElementRenderer.recycle()
Recycles this component by restoring the Document element to a default state. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |