|
||||||||||
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.
Field Summary | |
---|---|
static String |
ANCHOR_QUESTION_ANSWER
|
static String |
ANCHOR_SUBJECT
|
static String |
PARAMETER_FAQ_ID
|
Constructor Summary | |
---|---|
HelpdeskApp()
Creates a new QuizPage object. |
Method Summary | |
---|---|
void |
doSendQuestionMail(javax.servlet.http.HttpServletRequest request)
Processes the sending of a question |
String |
getContactForm(javax.servlet.http.HttpServletRequest request,
fr.paris.lutece.portal.service.plugin.Plugin plugin,
Faq faq)
Returns the contact form |
String |
getContactFormError(javax.servlet.http.HttpServletRequest request,
Faq faq)
Returns the contact form's result page |
String |
getContactFormResult(javax.servlet.http.HttpServletRequest request,
Faq faq)
Returns the contact form's result page |
String |
getFaqList(javax.servlet.http.HttpServletRequest request,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
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 |
Field Detail |
---|
public static final String ANCHOR_SUBJECT
public static final String ANCHOR_QUESTION_ANSWER
public static final String PARAMETER_FAQ_ID
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) throws fr.paris.lutece.portal.service.message.SiteMessageException
getPage
in interface fr.paris.lutece.portal.web.xpages.XPageApplication
request
- The HTTP request.nMode
- The current mode.plugin
- The plugin.
fr.paris.lutece.portal.service.message.SiteMessageException
- The Site message exceptionpublic String getContactForm(javax.servlet.http.HttpServletRequest request, fr.paris.lutece.portal.service.plugin.Plugin plugin, Faq faq)
request
- The Html requestplugin
- The pluginfaq
- The Faq
concerned by contact form
public void doSendQuestionMail(javax.servlet.http.HttpServletRequest request) throws fr.paris.lutece.portal.service.message.SiteMessageException
request
- The Http request
fr.paris.lutece.portal.service.message.SiteMessageException
- The Site message exceptionpublic String getContactFormResult(javax.servlet.http.HttpServletRequest request, Faq faq) throws fr.paris.lutece.portal.service.message.SiteMessageException
request
- The Http requestfaq
- The Faq
concerned by contact form result
fr.paris.lutece.portal.service.message.SiteMessageException
- The Site message exceptionpublic String getContactFormError(javax.servlet.http.HttpServletRequest request, Faq faq)
request
- The Http requestfaq
- The Faq
concerned by contact error
public String getFaqList(javax.servlet.http.HttpServletRequest request, fr.paris.lutece.portal.service.plugin.Plugin plugin) throws fr.paris.lutece.portal.service.message.SiteMessageException
request
- The Http requestplugin
- The plugin
fr.paris.lutece.portal.service.message.SiteMessageException
- The Site message exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |