Modifier and Type | Method and Description |
---|---|
AdminUser |
AdminAuthenticationService.getRemoteUser(javax.servlet.http.HttpServletRequest request)
Gets the AdminUser attached to the current Http session
|
void |
AdminAuthenticationService.registerUser(javax.servlet.http.HttpServletRequest request,
AdminUser user)
Register the user in the Http session
|
Modifier and Type | Method and Description |
---|---|
abstract String |
ContentService.getPage(javax.servlet.http.HttpServletRequest request,
int nMode)
Returns the HTML (or XML) code for a page for a given mode.
|
String |
XPageAppService.getPage(javax.servlet.http.HttpServletRequest request,
int nMode)
Build the XPage content.
|
Modifier and Type | Method and Description |
---|---|
String |
PageContentService.getPage(javax.servlet.http.HttpServletRequest request,
int nMode)
Returns the HTML (or XML) code for a page for a given mode.
|
Modifier and Type | Method and Description |
---|---|
String |
StandaloneAppService.getPage(javax.servlet.http.HttpServletRequest request,
int nMode)
Build the XPage content.
|
Modifier and Type | Method and Description |
---|---|
LuteceUser |
SecurityService.getRemoteUser(javax.servlet.http.HttpServletRequest request)
Gets the LuteceUser attached to the current Http session
|
Principal |
SecurityService.getUserPrincipal(javax.servlet.http.HttpServletRequest request)
Returns the user's principal
|
Modifier and Type | Method and Description |
---|---|
XPage |
MVCApplication.getPage(javax.servlet.http.HttpServletRequest request,
int nMode,
Plugin plugin)
Returns the content of the page
|
Modifier and Type | Method and Description |
---|---|
String |
StandaloneAppJspBean.getContent(javax.servlet.http.HttpServletRequest request)
Returns the content of a page according to the parameters found in the http request.
|
String |
PortalJspBean.getContent(javax.servlet.http.HttpServletRequest request)
Returns the content of a page according to the parameters found in the http
request.
|
String |
StandaloneAppJspBean.getContent(javax.servlet.http.HttpServletRequest request,
int nMode)
Returns the content of a page according to the parameters found in the http request.
|
String |
PortalJspBean.getContent(javax.servlet.http.HttpServletRequest request,
int nMode)
Returns the content of a page according to the parameters found in the http
request.
|
Modifier and Type | Method and Description |
---|---|
String |
AdminPageJspBean.getAdminPagePreview(javax.servlet.http.HttpServletRequest request)
Returns the html code for displaying the page whose identifier is specified
in parameter from the administration unit.
|
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.
|
Copyright © 2020 City of Paris. All rights reserved.