Modifier and Type | Method and Description |
---|---|
abstract Plugin |
SimpleAdminUserFieldListener.getPlugin()
Get the plugin
|
Plugin |
IAttribute.getPlugin()
Get plugin
|
Plugin |
AbstractAttribute.getPlugin()
Get plugin
|
Modifier and Type | Method and Description |
---|---|
void |
IAttribute.setPlugin(Plugin plugin)
Set plugin
|
void |
AbstractAttribute.setPlugin(Plugin plugin)
Set plugin
|
Modifier and Type | Method and Description |
---|---|
static List<XslExport> |
XslExportHome.getListByPlugin(Plugin plugin)
Loads the data of XslExport associated with a given plugin and returns them in a list
|
static ReferenceList |
XslExportHome.getRefListByPlugin(Plugin plugin)
Loads the data of XslExport associated with a given plugin and returns them in a list
|
List<XslExport> |
IXslExportDAO.selectListByPlugin(Plugin plugin)
Get the list of Xsl Export associated to a specified plugin.
|
List<XslExport> |
XslExportDAO.selectListByPlugin(Plugin plugin)
Get the list of Xsl Export associated to a specified plugin.
|
Modifier and Type | Method and Description |
---|---|
Plugin |
RunnableQueueItem.getPlugin()
Get the plugin that created the runnable
|
Modifier and Type | Method and Description |
---|---|
static void |
ThreadLauncherDaemon.addItemToQueue(Runnable runnable,
String strKey,
Plugin plugin)
Add a runnable to the launch queue.
|
Constructor and Description |
---|
RunnableQueueItem(Runnable runnable,
String strKey,
Plugin plugin)
Creates a new
RunnableQueueItem |
Modifier and Type | Method and Description |
---|---|
Plugin |
DashboardComponent.getPlugin()
Returns the Plugin
|
Plugin |
IDashboardComponent.getPlugin()
Returns the Plugin
|
Modifier and Type | Method and Description |
---|---|
void |
DashboardService.registerDashboardComponent(DashboardComponentEntry entry,
Plugin plugin)
Register a Dashboard Component
|
void |
DashboardComponent.setPlugin(Plugin plugin)
Sets the Plugin
|
void |
IDashboardComponent.setPlugin(Plugin plugin)
Sets the Plugin
|
Modifier and Type | Method and Description |
---|---|
void |
AdminDashboardService.registerDashboardComponent(DashboardComponentEntry entry,
Plugin plugin)
Register a Dashboard Component
|
Modifier and Type | Method and Description |
---|---|
Plugin |
LuteceFilter.getPlugin()
Returns the Plugin
|
Modifier and Type | Method and Description |
---|---|
void |
FilterService.registerFilter(FilterEntry entry,
Plugin plugin)
Register a filter
|
void |
LuteceFilter.setPlugin(Plugin plugin)
Sets the Plugin
|
Constructor and Description |
---|
LuteceFilter(String strName,
javax.servlet.Filter filter,
String strMapping,
Plugin plugin,
Map<String,String> mapInitParameters)
Constructor
|
Modifier and Type | Method and Description |
---|---|
Plugin |
PageIncludeEntry.getPlugin()
Gets the plugin instance associated to the application
|
Modifier and Type | Class and Description |
---|---|
class |
PluginDefaultImplementation
This class provides the default implementation of the plugin's abstract class.
|
Modifier and Type | Method and Description |
---|---|
static Plugin |
PluginService.getCore()
Gets the core.
|
Plugin |
PluginEvent.getPlugin()
Returns the Plugin
|
static Plugin |
PluginService.getPlugin(String strPluginName)
Returns a Plugin object from its name
|
Modifier and Type | Method and Description |
---|---|
static Collection<Plugin> |
PluginService.getPluginList()
Returns the plugins file list
|
Modifier and Type | Method and Description |
---|---|
int |
Plugin.compareTo(Plugin plugin)
Implementation of the Comparable interface.
|
static void |
PluginService.updatePluginData(Plugin plugin)
Update plugins data.
|
Constructor and Description |
---|
PluginEvent(Plugin plugin,
int nType)
Creates a new instance of PluginEvent
|
Modifier and Type | Method and Description |
---|---|
Plugin |
LuteceServlet.getPlugin()
Returns the Plugin
|
Modifier and Type | Method and Description |
---|---|
void |
ServletService.registerServlet(ServletEntry entry,
Plugin plugin)
Register a servlet
|
Constructor and Description |
---|
LuteceServlet(String strName,
javax.servlet.Servlet servlet,
String strMapping,
Plugin plugin,
Map<String,String> mapInitParameters)
Constructor
|
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 |
---|---|
Plugin |
PluginAdminPageJspBean.getPlugin()
Returns the Plugin
|
Modifier and Type | Method and Description |
---|---|
XPage |
SearchApp.getPage(javax.servlet.http.HttpServletRequest request,
int nMode,
Plugin plugin)
Returns search results
|
Modifier and Type | Method and Description |
---|---|
Plugin |
XPageApplicationEntry.getPlugin()
Gets the plugin instance associated to the application
|
Modifier and Type | Method and Description |
---|---|
XPage |
SiteMapApp.getPage(javax.servlet.http.HttpServletRequest request,
int nMode,
Plugin plugin)
Build or get in the cache the page which contains the site map depending on the mode
|
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.
|
XPage |
XPageSecuredApplication.getPage(javax.servlet.http.HttpServletRequest request,
int nMode,
Plugin plugin,
LuteceUser user)
Returns the XPage content depending on the request parameters and the current mode.
|
Modifier and Type | Method and Description |
---|---|
static void |
TransactionManager.beginTransaction(Plugin plugin)
Begin a transaction for the current thread using the pool of a specific plugin with the default transaction isolation.
|
static void |
TransactionManager.beginTransaction(Plugin plugin,
int nTransactionIsolation)
Begin a transaction for the current thread using the pool of a specific plugin
|
static void |
TransactionManager.commitTransaction(Plugin plugin)
Commit the transaction associated to the pool of a given plugin.
|
static MultiPluginTransaction |
TransactionManager.getCurrentTransaction(Plugin plugin)
Get the current transaction for the pool of a given plugin.
|
static void |
TransactionManager.rollBack(Plugin plugin)
Roll back a transaction associated to the pool of a given plugin.
|
static void |
TransactionManager.rollBack(Plugin plugin,
Exception e)
Roll back a transaction associated to the pool of a given plugin with an exception.
|
Constructor and Description |
---|
DAOUtil(String strSQL,
Integer autoGeneratedKeys,
Plugin plugin)
Creates a new DAOUtil object.
|
DAOUtil(String strSQL,
Integer autoGeneratedKeys,
Plugin plugin,
boolean bLogQueries)
Creates a new DAOUtil object.
|
DAOUtil(String strSQL,
Plugin plugin)
Creates a new DAOUtil object.
|
DAOUtil(String strSQL,
Plugin plugin,
boolean bLogQueries)
Creates a new DAOUtil object.
|
MultiPluginTransaction(Plugin plugin)
Constructor
|
Transaction(Plugin plugin)
Constructor
|
Copyright © 2020 City of Paris. All rights reserved.