public interface XPageApplication extends Serializable
| Modifier and Type | Method and Description |
|---|---|
XPage |
getPage(javax.servlet.http.HttpServletRequest request,
int nMode,
Plugin plugin)
Returns the XPage content depending on the request parameters and the current mode.
|
XPage getPage(javax.servlet.http.HttpServletRequest request, int nMode, Plugin plugin) throws UserNotSignedException, SiteMessageException
request - The HTTP request.nMode - The current mode.plugin - The pluginUserNotSignedException - If the application ask for an user signSiteMessageException - occurs when a site message need to be displayedCopyright © 2020 City of Paris. All rights reserved.