|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.greetingscard.web.GreetingsCardApp
public class GreetingsCardApp
This class implements the HelpDesk XPage.
Constructor Summary | |
---|---|
GreetingsCardApp()
Creates a new QuizPage object. |
Method Summary | |
---|---|
static fr.paris.lutece.util.html.HtmlTemplate |
getLocaleTemplate(java.lang.String strTemplate,
java.util.Locale locale,
java.lang.Object model,
int nMode)
Returns a reference on a template object (load the template or get it from the cache if present.) |
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 Greetingscard 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 GreetingsCardApp()
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
- occurs when a site message need to be displayedpublic static fr.paris.lutece.util.html.HtmlTemplate getLocaleTemplate(java.lang.String strTemplate, java.util.Locale locale, java.lang.Object model, int nMode)
strTemplate
- The name of the templatelocale
- The current locale to localize the templatemodel
- the model to use for loadingnMode
- the mode HTML or Flash
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |