Package org.apache.catalina.util
Class SystemPropertyReplacerListener
java.lang.Object
org.apache.catalina.util.SystemPropertyReplacerListener
- All Implemented Interfaces:
- LifecycleListener
Deprecated.
No longer used. Will be removed in Tomcat 9.
Helper class used to do property replacement on system properties.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidlifecycleEvent(LifecycleEvent event) Deprecated.Acknowledge the occurrence of the specified event.
- 
Constructor Details- 
SystemPropertyReplacerListenerpublic SystemPropertyReplacerListener()Deprecated.
 
- 
- 
Method Details- 
lifecycleEventDeprecated.Description copied from interface:LifecycleListenerAcknowledge the occurrence of the specified event.- Specified by:
- lifecycleEventin interface- LifecycleListener
- Parameters:
- event- LifecycleEvent that has occurred
 
 
-