类 UrpPropertiesExporter
java.lang.Object
org.openurp.app.util.UrpPropertiesExporter
- 所有已实现的接口:
jakarta.servlet.ServletContextListener,EventListener
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidcontextDestroyed(jakarta.servlet.ServletContextEvent sce) voidcontextInitialized(jakarta.servlet.ServletContextEvent sce)
-
构造器详细资料
-
UrpPropertiesExporter
public UrpPropertiesExporter()
-
-
方法详细资料
-
contextInitialized
public void contextInitialized(jakarta.servlet.ServletContextEvent sce) - 指定者:
contextInitialized在接口中jakarta.servlet.ServletContextListener
-
contextDestroyed
public void contextDestroyed(jakarta.servlet.ServletContextEvent sce) - 指定者:
contextDestroyed在接口中jakarta.servlet.ServletContextListener
-