Package org.apache.catalina.util
Class SystemPropertyReplacerListener
- java.lang.Object
- 
- org.apache.catalina.util.SystemPropertyReplacerListener
 
- 
- All Implemented Interfaces:
- LifecycleListener
 
 @Deprecated public class SystemPropertyReplacerListener extends java.lang.Object implements LifecycleListener Deprecated.No longer used. Will be removed in Tomcat 9.Helper class used to do property replacement on system properties.
- 
- 
Constructor SummaryConstructors Constructor Description SystemPropertyReplacerListener()Deprecated.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidlifecycleEvent(LifecycleEvent event)Deprecated.Acknowledge the occurrence of the specified event.
 
- 
- 
- 
Method Detail- 
lifecycleEventpublic void lifecycleEvent(LifecycleEvent event) Deprecated.Description copied from interface:LifecycleListenerAcknowledge the occurrence of the specified event.- Specified by:
- lifecycleEventin interface- LifecycleListener
- Parameters:
- event- LifecycleEvent that has occurred
 
 
- 
 
-