Package org.openurp.app.util
Class UrpPropertiesExporter
java.lang.Object
org.openurp.app.util.UrpPropertiesExporter
- All Implemented Interfaces:
jakarta.servlet.ServletContextListener,EventListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcontextDestroyed(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
-