Package org.openurp.app.util
Class UrpPropertiesExporter
java.lang.Object
org.openurp.app.util.UrpPropertiesExporter
- All Implemented Interfaces:
jakarta.servlet.ServletContextListener,EventListener
public class UrpPropertiesExporter extends Object implements jakarta.servlet.ServletContextListener
-
Constructor Summary
Constructors Constructor Description UrpPropertiesExporter() -
Method Summary
Modifier and Type Method Description voidcontextDestroyed(jakarta.servlet.ServletContextEvent sce)voidcontextInitialized(jakarta.servlet.ServletContextEvent sce)
-
Constructor Details
-
UrpPropertiesExporter
public UrpPropertiesExporter()
-
-
Method Details
-
contextInitialized
public void contextInitialized(jakarta.servlet.ServletContextEvent sce)- Specified by:
contextInitializedin interfacejakarta.servlet.ServletContextListener
-
contextDestroyed
public void contextDestroyed(jakarta.servlet.ServletContextEvent sce)- Specified by:
contextDestroyedin interfacejakarta.servlet.ServletContextListener
-