org.sakaiproject.tool.assessment.ui.servlet.qti
Class ShowQTIServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by org.sakaiproject.tool.assessment.ui.servlet.qti.ShowQTIServlet
All Implemented Interfaces:
Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class ShowQTIServlet
extends javax.servlet.http.HttpServlet

Title: Samigo

Description: Sakai Assessment Manager Export to QTI

Version:
$Id: ShowMediaServlet.java 244 2005-06-24 04:06:14Z daisyf@stanford.edu $
Author:
Ed Smiley
See Also:
Serialized Form

Constructor Summary
ShowQTIServlet()
           
 
Method Summary
 void doGet(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
          passthu to post
 void doPost(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
          Get the faces context and display the contents of the XMLDisplay bean
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShowQTIServlet

public ShowQTIServlet()
Method Detail

doGet

public void doGet(javax.servlet.http.HttpServletRequest req,
                  javax.servlet.http.HttpServletResponse res)
           throws javax.servlet.ServletException,
                  IOException
passthu to post

Overrides:
doGet in class javax.servlet.http.HttpServlet
Parameters:
req -
res -
Throws:
javax.servlet.ServletException
IOException

doPost

public void doPost(javax.servlet.http.HttpServletRequest req,
                   javax.servlet.http.HttpServletResponse res)
            throws javax.servlet.ServletException,
                   IOException
Get the faces context and display the contents of the XMLDisplay bean

Overrides:
doPost in class javax.servlet.http.HttpServlet
Parameters:
req -
res -
Throws:
javax.servlet.ServletException
IOException


Copyright © 2005-2012 Sakai Project. All Rights Reserved.