1 16 package org.mortbay.http.handler; 17 18 import java.io.IOException ; 19 20 import org.mortbay.http.HttpException; 21 import org.mortbay.http.HttpRequest; 22 import org.mortbay.http.HttpResponse; 23 24 25 26 27 31 public class NullHandler extends AbstractHttpHandler 32 { 33 36 public void handle(String pathInContext, String pathParams, HttpRequest request, HttpResponse response) throws HttpException, IOException  37 { 38 } 39 } 40 41 42 43 44 | Popular Tags |