fr.paris.lutece.plugins.quiz.web
Class QuizApp

java.lang.Object
  extended byfr.paris.lutece.plugins.quiz.web.QuizApp
All Implemented Interfaces:
fr.paris.lutece.portal.web.xpages.XPageApplication

public class QuizApp
extends java.lang.Object
implements fr.paris.lutece.portal.web.xpages.XPageApplication

This class manages Quiz page.


Constructor Summary
QuizApp()
          Creates a new QuizPage object.
 
Method Summary
 fr.paris.lutece.portal.web.xpages.XPage getPage(javax.servlet.http.HttpServletRequest request, int nMode, fr.paris.lutece.portal.service.Plugin plugin)
          Returns the Quiz XPage content depending on the request parameters and the current mode.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QuizApp

public QuizApp()
Creates a new QuizPage object.

Method Detail

getPage

public fr.paris.lutece.portal.web.xpages.XPage getPage(javax.servlet.http.HttpServletRequest request,
                                                       int nMode,
                                                       fr.paris.lutece.portal.service.Plugin plugin)
Returns the Quiz XPage content depending on the request parameters and the current mode.

Specified by:
getPage in interface fr.paris.lutece.portal.web.xpages.XPageApplication
Parameters:
request - The HTTP request.
nMode - The current mode.
plugin - The Plugin
Returns:
The page content.