public class StandaloneAppJspBean extends Object
Constructor and Description |
---|
StandaloneAppJspBean() |
Modifier and Type | Method and Description |
---|---|
String |
getContent(javax.servlet.http.HttpServletRequest request)
Returns the content of a page according to the parameters found in the http request.
|
String |
getContent(javax.servlet.http.HttpServletRequest request,
int nMode)
Returns the content of a page according to the parameters found in the http request.
|
String |
getPluginList(javax.servlet.http.HttpServletRequest request)
Display the list of plugins app installed on the instance of lutece
|
public String getContent(javax.servlet.http.HttpServletRequest request) throws UserNotSignedException, SiteMessageException
request
- The http requestUserNotSignedException
- The UserNotSignedExceptionSiteMessageException
- occurs when a site message need to be displayedpublic String getContent(javax.servlet.http.HttpServletRequest request, int nMode) throws UserNotSignedException, SiteMessageException
request
- The http requestnMode
- The mode (normal or administration)UserNotSignedException
- The UserNotSignedExceptionSiteMessageException
- occurs when a site message need to be displayedpublic String getPluginList(javax.servlet.http.HttpServletRequest request)
request
- The HTTP requestCopyright © 2020 City of Paris. All rights reserved.