|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.helpdesk.web.HelpdeskApp
public class HelpdeskApp
This class implements the HelpDesk XPage.
Constructor Summary | |
---|---|
HelpdeskApp()
Creates a new QuizPage object. |
Method Summary | |
---|---|
java.lang.String |
doSendQuestionMail(javax.servlet.http.HttpServletRequest request)
Processes the sending of a question |
java.lang.String |
getContactForm(javax.servlet.http.HttpServletRequest request)
Returns the contact form |
java.lang.String |
getContactFormError(javax.servlet.http.HttpServletRequest request)
Returns the contact form's result page |
java.lang.String |
getContactFormResult(javax.servlet.http.HttpServletRequest request)
Returns the contact form's result page |
fr.paris.lutece.portal.web.xpages.XPage |
getPage(javax.servlet.http.HttpServletRequest request,
int nMode,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Returns the Helpdesk 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 |
---|
public HelpdeskApp()
Method Detail |
---|
public fr.paris.lutece.portal.web.xpages.XPage getPage(javax.servlet.http.HttpServletRequest request, int nMode, fr.paris.lutece.portal.service.plugin.Plugin plugin)
getPage
in interface fr.paris.lutece.portal.web.xpages.XPageApplication
request
- The HTTP request.nMode
- The current mode.plugin
- The plugin.
public java.lang.String getContactForm(javax.servlet.http.HttpServletRequest request)
request
- The Html request
public java.lang.String doSendQuestionMail(javax.servlet.http.HttpServletRequest request)
request
- The Http request
public java.lang.String getContactFormResult(javax.servlet.http.HttpServletRequest request)
request
- The Http request
public java.lang.String getContactFormError(javax.servlet.http.HttpServletRequest request)
request
- The Http request
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |