com.acme
Class PojoAnnotationTest
java.lang.Object
com.acme.PojoAnnotationTest
@Servlet(urlMappings="/ttt/*",
name="PojoAnnotationTest",
initParams=@InitParam(name="x",value="y"))
public class PojoAnnotationTest
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PojoAnnotationTest
public PojoAnnotationTest()
anything
public void anything(HttpServletRequest request,
HttpServletResponse response)
throws ServletException,
IOException
- Throws:
ServletException
IOException
Copyright © 1995-2008 Mort Bay Consulting. All Rights Reserved.