com.raritantechnologies.quickstart.userInterface
Class SetSessionAttributeServlet

java.lang.Object
  extended byHttpServlet
      extended bycom.raritantechnologies.quickstart.userInterface.SetSessionAttributeServlet

public class SetSessionAttributeServlet
extends HttpServlet

Enables a session attribute to be set. Will either redirect to a specified URL or send an SC_NO_CONTENT header back to the browser.

See Also:
Serialized Form

Constructor Summary
SetSessionAttributeServlet()
           
 
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

SetSessionAttributeServlet

public SetSessionAttributeServlet()
Method Detail

service

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