|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InitContextEvent | |
com.taursys.servlet | This package contains components and subcomponents to build servlet based web applications. |
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. |
Uses of InitContextEvent in com.taursys.servlet |
Methods in com.taursys.servlet with parameters of type InitContextEvent | |
protected void |
ServletForm.processInitContextEvent(InitContextEvent e)
Processes a given InitContextEvent by setting the formContext ,
parameterMap , request and response
from the given message, then dispatching an InitContextEvent
to the Form's children, and finally propagating the
InitContextEvent to registered listeners. |
Uses of InitContextEvent in com.taursys.xml |
Methods in com.taursys.xml with parameters of type InitContextEvent | |
protected void |
Form.processInitContextEvent(InitContextEvent e)
Processes a given InitContextEvent by setting the formContext
and parameterMap from the given message, then dispatching an
InitContextEvent to the Form's children, and
finally propagating the InitContextEvent to registered
listeners. |
protected void |
Form.fireInitContextReceived(InitContextEvent e)
Notifies all registered listeners of a given InitContextEvent |
Uses of InitContextEvent in com.taursys.xml.event |
Methods in com.taursys.xml.event with parameters of type InitContextEvent | |
void |
InitContextListener.initContext(InitContextEvent e)
Message to tell a Component to initialize its context from the given InitContextEvent . |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |