Package org.apache.struts2.dispatcher
Interface DispatcherListener
public interface DispatcherListener
A interface to tag those that want to execute code on the init and
destory of a Dispatcher.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Called when the dispatcher is destroyedvoid
Called when the dispatcher is initialized
-
Method Details
-
dispatcherInitialized
Called when the dispatcher is initialized- Parameters:
du
- The dispatcher instance
-
dispatcherDestroyed
Called when the dispatcher is destroyed- Parameters:
du
- The dispatcher instance
-