KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > hudson > util > IncompatibleServletVersionDetected


1 package hudson.util;
2
3 /**
4  * Model object used to display the error top page if
5  * we find out that the container doesn't support servlet 2.4.
6  *
7  * <p>
8  * <tt>index.jelly</tt> would display a nice friendly error page.
9  *
10  * @author Kohsuke Kawaguchi
11  */

12 public class IncompatibleServletVersionDetected {
13 }
14
Popular Tags