public class PluginJspBean extends AdminFeaturesPageJspBean
| Modifier and Type | Field and Description |
|---|---|
static String |
RIGHT_MANAGE_PLUGINS |
| Constructor and Description |
|---|
PluginJspBean() |
| Modifier and Type | Method and Description |
|---|---|
String |
doInstallPlugin(javax.servlet.http.HttpServletRequest request,
javax.servlet.ServletContext context)
Install a plugin
|
String |
doModifyPluginPool(javax.servlet.http.HttpServletRequest request)
Defines the database connection pool to be used by the plugin
|
String |
doUninstallPlugin(javax.servlet.http.HttpServletRequest request,
javax.servlet.ServletContext context)
Uninstall a plugin
|
String |
getConfirmUninstallPlugin(javax.servlet.http.HttpServletRequest request)
Returns the page of confirmation for uninstalling a plugin
|
String |
getManagePlugins(javax.servlet.http.HttpServletRequest request)
Returns the plugins management page
|
String |
getPluginDescription(javax.servlet.http.HttpServletRequest request)
Displays a plugin's description
|
getAdminPage, getFeatureIcon, getHomeUrl, getLocale, getPageTitle, getUser, init, setFeatureGroup, setFeatureIcon, setPageTitleProperty, validate, validate, validatepublic static final String RIGHT_MANAGE_PLUGINS
public String getManagePlugins(javax.servlet.http.HttpServletRequest request)
request - The Http requestpublic String doInstallPlugin(javax.servlet.http.HttpServletRequest request, javax.servlet.ServletContext context) throws AccessDeniedException
request - The Http requestcontext - The servlet contextAccessDeniedException - if the security token is invalidpublic String doUninstallPlugin(javax.servlet.http.HttpServletRequest request, javax.servlet.ServletContext context) throws AccessDeniedException
request - The Http requestcontext - The servlet contextAccessDeniedException - if the security token is invalidpublic String getConfirmUninstallPlugin(javax.servlet.http.HttpServletRequest request)
request - The Http Requestpublic String doModifyPluginPool(javax.servlet.http.HttpServletRequest request) throws AccessDeniedException
request - The http requestAccessDeniedException - if the security token is invalidpublic String getPluginDescription(javax.servlet.http.HttpServletRequest request)
request - The HTTP requestCopyright © 2020 City of Paris. All rights reserved.