| Package | Description |
|---|---|
| fr.paris.lutece.portal.util.mvc.xpage | |
| fr.paris.lutece.portal.web.search | |
| fr.paris.lutece.portal.web.xpages |
| Modifier and Type | Method and Description |
|---|---|
protected XPage |
MVCApplication.download(byte[] data,
String strFilename,
String strContentType)
Initiates a download of a byte array
|
protected XPage |
MVCApplication.download(String strData,
String strFilename,
String strContentType)
Initiates a file download
|
XPage |
MVCApplication.getPage(javax.servlet.http.HttpServletRequest request,
int nMode,
Plugin plugin)
Returns the content of the page
|
protected XPage |
MVCApplication.getXPage()
Returns a new XPage object with default values
|
protected XPage |
MVCApplication.getXPage(String strTemplate)
Returns a new XPage object with default values and the content filled
by a template
|
protected XPage |
MVCApplication.getXPage(String strTemplate,
Locale locale)
Returns a new XPage object with default values and the content filled
by a template using a default model and for a given locale
|
protected XPage |
MVCApplication.getXPage(String strTemplate,
Locale locale,
Map<String,Object> model)
Returns a new XPage object with default values and the content filled
by a template using a given model and for a given locale
|
protected XPage |
MVCApplication.redirect(javax.servlet.http.HttpServletRequest request,
String strTarget)
Redirect to requested page
|
protected XPage |
MVCApplication.redirect(javax.servlet.http.HttpServletRequest request,
String strView,
Map<String,String> additionalParameters)
Redirect to an url defined by given parameters
|
protected XPage |
MVCApplication.redirect(javax.servlet.http.HttpServletRequest request,
String strView,
String strParameter,
int nValue)
Redirect to an url defined by given parameters
|
protected XPage |
MVCApplication.redirect(javax.servlet.http.HttpServletRequest request,
String strView,
String strParameter1,
int nValue1,
String strParameter2,
int nValue2)
Redirect to an url defined by given parameters
|
protected XPage |
MVCApplication.redirectMessageBox(javax.servlet.http.HttpServletRequest request,
MVCMessageBox messageBox)
Redirect to a Message Box page
|
protected XPage |
MVCApplication.redirectView(javax.servlet.http.HttpServletRequest request,
String strView)
Redirect to requested view
|
protected XPage |
MVCApplication.responseJSON(String strJSON)
Return a response as JSON content
|
protected XPage |
MVCApplication.responseXML(String strXML)
Return a response as XML content
|
| Modifier and Type | Method and Description |
|---|---|
XPage |
SearchApp.getPage(javax.servlet.http.HttpServletRequest request,
int nMode,
Plugin plugin)
Returns search results
|
| Modifier and Type | Method and Description |
|---|---|
XPage |
XPageApplication.getPage(javax.servlet.http.HttpServletRequest request,
int nMode,
Plugin plugin)
Returns the XPage content depending on the request parameters and the current mode.
|
XPage |
SiteMapApp.getPage(javax.servlet.http.HttpServletRequest request,
int nMode,
Plugin plugin)
Build or get in the cache the page which contains the site map depending
on the mode
|
XPage |
XPageSecuredApplication.getPage(javax.servlet.http.HttpServletRequest request,
int nMode,
Plugin plugin,
LuteceUser user)
Returns the XPage content depending on the request parameters and the current mode.
|
Copyright © 2016 City of Paris. All rights reserved.