1 13 package info.magnolia.cms.servlets; 14 15 import java.io.IOException ; 16 17 import javax.servlet.ServletException ; 18 import javax.servlet.http.HttpServlet ; 19 import javax.servlet.http.HttpServletRequest ; 20 import javax.servlet.http.HttpServletResponse ; 21 22 23 31 public class DAVServlet extends HttpServlet { 32 33 36 private static final long serialVersionUID = 222L; 37 38 protected void service(HttpServletRequest req, HttpServletResponse res) throws ServletException , IOException { 39 } 40 41 protected void doGet(HttpServletRequest req, HttpServletResponse res) throws ServletException , IOException { 42 } 43 } 44 | Popular Tags |