com.acme
Class PojoAnnotationTest

java.lang.Object
  extended by com.acme.PojoAnnotationTest

@Servlet(urlMappings="/ttt/*",
         name="PojoAnnotationTest",
         initParams=@InitParam(name="x",value="y"))
public class PojoAnnotationTest
extends Object


Constructor Summary
PojoAnnotationTest()
           
 
Method Summary
 void anything(HttpServletRequest request, HttpServletResponse response)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PojoAnnotationTest

public PojoAnnotationTest()
Method Detail

anything

public void anything(HttpServletRequest request,
                     HttpServletResponse response)
              throws ServletException,
                     IOException
Throws:
ServletException
IOException


Copyright © 1995-2008 Mort Bay Consulting. All Rights Reserved.