@Controller(xpageName="appointment",
pageTitleI18nKey="appointment.appointmentApp.defaultTitle",
pagePathI18nKey="appointment.appointmentApp.defaultPath")
public class ReleaseApp
extends fr.paris.lutece.portal.util.mvc.xpage.MVCApplication
Modifier and Type | Field and Description |
---|---|
static String |
MESSAGE_DEFAULT_PAGE_TITLE
Default page title of XPages of this app
|
static String |
MESSAGE_DEFAULT_PATH
Default page of XPages of this app
|
static String |
VIEW_APPOINTMENT_FORM_FIRST_STEP
Name of the view of the first step of the form
|
static String |
VIEW_APPOINTMENT_FORM_SECOND_STEP
Name of the view of the second step of the form
|
protected static String |
XPAGE_NAME
The name of the XPage
|
Constructor and Description |
---|
ReleaseApp() |
Modifier and Type | Method and Description |
---|---|
fr.paris.lutece.portal.web.xpages.XPage |
doValidateForm(javax.servlet.http.HttpServletRequest request)
Do validate data entered by a user to fill a form
|
fr.paris.lutece.portal.web.xpages.XPage |
getFormList(javax.servlet.http.HttpServletRequest request)
Get the list of appointment form list
|
fr.paris.lutece.portal.web.xpages.XPage |
getViewForm(javax.servlet.http.HttpServletRequest request)
Get the page to complete a form
|
addError, addError, addInfo, addInfo, addWarning, addWarning, download, download, fillCommons, getActionFullUrl, getActionUrl, getDefaultPagePath, getDefaultPageTitle, getLocale, getModel, getPage, getViewFullUrl, getViewUrl, getXPage, getXPage, getXPage, getXPage, getXPageName, populate, redirect, redirect, redirect, redirect, redirectMessageBox, redirectView, responseJSON, responseXML, validateBean, validateBean
public static final String VIEW_APPOINTMENT_FORM_FIRST_STEP
public static final String VIEW_APPOINTMENT_FORM_SECOND_STEP
public static final String MESSAGE_DEFAULT_PATH
public static final String MESSAGE_DEFAULT_PAGE_TITLE
protected static final String XPAGE_NAME
@View(value="getViewFormList", defaultView=true) public fr.paris.lutece.portal.web.xpages.XPage getFormList(javax.servlet.http.HttpServletRequest request)
request
- The requestpublic fr.paris.lutece.portal.web.xpages.XPage getViewForm(javax.servlet.http.HttpServletRequest request)
request
- The request@Action(value="doValidateForm") public fr.paris.lutece.portal.web.xpages.XPage doValidateForm(javax.servlet.http.HttpServletRequest request) throws fr.paris.lutece.portal.service.message.SiteMessageException
request
- The requestddd
- The requestfr.paris.lutece.portal.service.message.SiteMessageException
Copyright © 2016 City of Paris. All rights reserved.