All Downloads are FREE. Search and download functionalities are using the official Maven repository.

WEB-INF.web.xml Maven / Gradle / Ivy

<?xml version="1.0" encoding="UTF-8"?>
<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/javaee"
         xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd" id="WebApp_ID" version="3.0">

    <filter>
        <filter-name>HotRefreshFilter</filter-name>
        <filter-class>com.hyf.hotrefresh.adapter.web.HotRefreshFilter</filter-class>
        <async-supported>true</async-supported>
    </filter>
    <filter-mapping>
        <filter-name>HotRefreshFilter</filter-name>
        <url-pattern>/*</url-pattern>
    </filter-mapping>

</web-app>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy