META-INF.web-fragment.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of syllabus-http Show documentation
Show all versions of syllabus-http Show documentation
HTTP implementation for Syllabus Core
<web-fragment xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-fragment_3_0.xsd" version="3.0"> <name>GraylesTransmissionCore</name> <servlet> <servlet-name>TransmissionServlet</servlet-name> <servlet-class>nz.ac.auckland.syllabus.http.SyllabusServlet</servlet-class> </servlet> <servlet-mapping> <servlet-name>TransmissionServlet</servlet-name> <url-pattern>/api/*</url-pattern> </servlet-mapping> </web-fragment>