Modifier and Type | Method and Description |
---|---|
String |
XmlContent.getXml(javax.servlet.http.HttpServletRequest request)
This method should return the body of an Xml document providing the content
|
String |
XmlContent.getXmlDocument(javax.servlet.http.HttpServletRequest request)
This method should return the whole Xml document providing the content (including the header)
|
Modifier and Type | Method and Description |
---|---|
String |
AliasPortlet.getXml(javax.servlet.http.HttpServletRequest request)
Returns the Xml code of the Alias portlet without XML heading
|
String |
PortletHtmlContent.getXml(javax.servlet.http.HttpServletRequest request)
This method should return the body of an Xml document providing the content
|
String |
AliasPortlet.getXmlDocument(javax.servlet.http.HttpServletRequest request)
Returns the Xml code of the Alias portlet with XML heading
|
String |
PortletHtmlContent.getXmlDocument(javax.servlet.http.HttpServletRequest request)
This method should return the whole Xml document providing the content (including the header)
|
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 |
---|---|
static void |
SiteMessageService.setMessage(javax.servlet.http.HttpServletRequest request,
String strMessageKey)
Set the INFO message, store it in session and throw a LuteceSiteMessageException
|
static void |
SiteMessageService.setMessage(javax.servlet.http.HttpServletRequest request,
String strMessageKey,
int nMessageType)
Set the message, store it in session and throw a LuteceSiteMessageException
|
static void |
SiteMessageService.setMessage(javax.servlet.http.HttpServletRequest request,
String strMessageKey,
int nMessageType,
String strUrl)
Set the message, store it in session and throw a LuteceSiteMessageException
|
static void |
SiteMessageService.setMessage(javax.servlet.http.HttpServletRequest request,
String strMessageKey,
int nMessageType,
String strUrl,
Map<String,Object> requestParameters)
Set the message, store it in session and throw a LuteceSiteMessageException
|
static void |
SiteMessageService.setMessage(javax.servlet.http.HttpServletRequest request,
String strMessageKey,
int nMessageType,
String strUrl,
String strTitleKey,
Object[] messageArgs)
Set the message, store it in session and throw a LuteceSiteMessageException
|
static void |
SiteMessageService.setMessage(javax.servlet.http.HttpServletRequest request,
String strMessageKey,
Object[] messageArgs,
int nMessageType)
Set the message, store it in session and throw a LuteceSiteMessageException
|
static void |
SiteMessageService.setMessage(javax.servlet.http.HttpServletRequest request,
String strMessageKey,
Object[] messageArgs,
int nMessageType,
String strUrl,
String strTitleKey)
Set the message, store it in session and throw a LuteceSiteMessageException
|
static void |
SiteMessageService.setMessage(javax.servlet.http.HttpServletRequest request,
String strMessageKey,
Object[] messageArgs,
String strTitleKey,
int nMessageType)
Set the message, store it in session and throw a LuteceSiteMessageException
|
static void |
SiteMessageService.setMessage(javax.servlet.http.HttpServletRequest request,
String strMessageKey,
Object[] messageArgs,
String strTitleKey,
String strUrl,
String strTarget,
int nMessageType)
Set the message, store it in session and throw a LuteceSiteMessageException
|
static void |
SiteMessageService.setMessage(javax.servlet.http.HttpServletRequest request,
String strMessageKey,
Object[] messageArgs,
String strTitleKey,
String strUrl,
String strTarget,
int nMessageType,
Map<String,Object> requestParameters)
Set the message, store it in session and throw a LuteceSiteMessageException
|
static void |
SiteMessageService.setMessage(javax.servlet.http.HttpServletRequest request,
String strMessageKey,
Object[] messageArgs,
String strTitleKey,
String strUrl,
String strTarget,
int nMessageType,
Map<String,Object> requestParameters,
String strBackUrl)
Set the message, store it in session and throw a LuteceSiteMessageException
|
static void |
SiteMessageService.setMessage(javax.servlet.http.HttpServletRequest request,
String strMessageKey,
String strTitleKey,
int nMessageType)
Set the message, store it in session and throw a LuteceSiteMessageException
|
Modifier and Type | Method and Description |
---|---|
String |
PageService.buildPageContent(String strIdPage,
int nMode,
javax.servlet.http.HttpServletRequest request)
Build the page content.
|
String |
IPageService.getPage(javax.servlet.http.HttpServletRequest request,
int nMode)
Returns the page for a given ID.
|
String |
PageContentService.getPage(javax.servlet.http.HttpServletRequest request,
int nMode)
Returns the HTML (or XML) code for a page for a given mode.
|
String |
PageService.getPage(javax.servlet.http.HttpServletRequest request,
int nMode)
Returns the page for a given ID.
|
String |
IPageService.getPage(String strIdPage,
int nMode,
javax.servlet.http.HttpServletRequest request)
Returns the page for a given ID.
|
String |
PageService.getPage(String strIdPage,
int nMode,
javax.servlet.http.HttpServletRequest request)
Returns the page for a given ID.
|
String |
IPageService.getPageContent(int nIdPage,
int nMode,
javax.servlet.http.HttpServletRequest request)
Build the page content.
|
String |
PageService.getPageContent(int nIdPage,
int nMode,
javax.servlet.http.HttpServletRequest request)
Build the page content.
|
Modifier and Type | Method and Description |
---|---|
static String |
PortalService.getDefaultPage(javax.servlet.http.HttpServletRequest request,
int nMode)
Return the default page of the portal (the home page)
|
String |
StandaloneAppService.getPage(javax.servlet.http.HttpServletRequest request,
int nMode)
Build the XPage content.
|
Modifier and Type | Method and Description |
---|---|
List<org.apache.lucene.document.Document> |
PageIndexer.getDocuments(String nIdDocument)
Returns a List of lucene documents to add to the index
|
List<org.apache.lucene.document.Document> |
SearchIndexer.getDocuments(String strIdDocument)
Returns a List of lucene documents to add to the index
|
void |
PageIndexer.indexDocuments()
Index all lucene documents from the plugin, replace List<Document> getDocuments( ) method
|
void |
SearchIndexer.indexDocuments()
Index all lucene documents from the plugin, replace List<Document> getDocuments( ) method
|
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.
|
static String |
PortalJspBean.sendResource(javax.servlet.http.HttpServletRequest request)
Do send a resource
|
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 |
---|---|
static String |
SearchApp.encodeUrl(javax.servlet.http.HttpServletRequest request,
String strSource)
Encode an url string
|
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.
|
Copyright © 2020 City of Paris. All rights reserved.