Package org.apache.catalina.startup
Class Tomcat.DefaultWebXmlListener
java.lang.Object
org.apache.catalina.startup.Tomcat.DefaultWebXmlListener
- All Implemented Interfaces:
- LifecycleListener
- Enclosing class:
- Tomcat
Fix reload - required if reloading and using programmatic configuration. When a context is reloaded, any
 programmatic configuration is lost. This listener sets the equivalent of conf/web.xml when the context starts.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidlifecycleEvent(LifecycleEvent event) Acknowledge the occurrence of the specified event.
- 
Constructor Details- 
DefaultWebXmlListenerpublic DefaultWebXmlListener()
 
- 
- 
Method Details- 
lifecycleEventDescription copied from interface:LifecycleListenerAcknowledge the occurrence of the specified event.- Specified by:
- lifecycleEventin interface- LifecycleListener
- Parameters:
- event- LifecycleEvent that has occurred
 
 
-