com.raritantechnologies.quickstart.taglibrary.ajax
Class AjaxLookupServlet

java.lang.Object
  extended byHttpServlet
      extended bycom.raritantechnologies.quickstart.taglibrary.ajax.AjaxLookupServlet

public class AjaxLookupServlet
extends HttpServlet

Lookup servlet that is used to return data from a single lookup field.

See Also:
Serialized Form

Constructor Summary
AjaxLookupServlet()
           
 
Method Summary
 void service(HttpServletRequest pReq, HttpServletResponse pRes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AjaxLookupServlet

public AjaxLookupServlet()
Method Detail

service

public void service(HttpServletRequest pReq,
                    HttpServletResponse pRes)
             throws ServletException,
                    java.io.IOException
Throws:
ServletException
java.io.IOException