|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Plugin in fr.paris.lutece.portal.business.user.attribute |
---|
Fields in fr.paris.lutece.portal.business.user.attribute declared as Plugin | |
---|---|
protected Plugin |
AbstractAttribute._plugin
|
Methods in fr.paris.lutece.portal.business.user.attribute that return Plugin | |
---|---|
Plugin |
AbstractAttribute.getPlugin()
Get plugin |
Plugin |
IAttribute.getPlugin()
Get plugin |
Methods in fr.paris.lutece.portal.business.user.attribute with parameters of type Plugin | |
---|---|
void |
AbstractAttribute.setPlugin(Plugin plugin)
Set plugin |
void |
IAttribute.setPlugin(Plugin plugin)
Set plugin |
Uses of Plugin in fr.paris.lutece.portal.service.dashboard |
---|
Methods in fr.paris.lutece.portal.service.dashboard that return Plugin | |
---|---|
Plugin |
IDashboardComponent.getPlugin()
Returns the Plugin |
Plugin |
DashboardComponent.getPlugin()
Returns the Plugin |
Methods in fr.paris.lutece.portal.service.dashboard with parameters of type Plugin | |
---|---|
void |
DashboardService.registerDashboardComponent(DashboardComponentEntry entry,
Plugin plugin)
Register a Dashboard Component |
void |
IDashboardComponent.setPlugin(Plugin plugin)
Sets the Plugin |
void |
DashboardComponent.setPlugin(Plugin plugin)
Sets the Plugin |
Uses of Plugin in fr.paris.lutece.portal.service.dashboard.admin |
---|
Methods in fr.paris.lutece.portal.service.dashboard.admin with parameters of type Plugin | |
---|---|
void |
AdminDashboardService.registerDashboardComponent(DashboardComponentEntry entry,
Plugin plugin)
Register a Dashboard Component |
Uses of Plugin in fr.paris.lutece.portal.service.filter |
---|
Methods in fr.paris.lutece.portal.service.filter that return Plugin | |
---|---|
Plugin |
LuteceFilter.getPlugin()
Returns the Plugin |
Methods in fr.paris.lutece.portal.service.filter with parameters of type Plugin | |
---|---|
void |
FilterService.registerFilter(FilterEntry entry,
Plugin plugin)
Register a filter |
void |
LuteceFilter.setPlugin(Plugin plugin)
Sets the Plugin |
Constructors in fr.paris.lutece.portal.service.filter with parameters of type Plugin | |
---|---|
LuteceFilter(java.lang.String strName,
javax.servlet.Filter filter,
java.lang.String strMapping,
Plugin plugin,
java.util.Map<java.lang.String,java.lang.String> mapInitParameters)
Constructor |
Uses of Plugin in fr.paris.lutece.portal.service.includes |
---|
Methods in fr.paris.lutece.portal.service.includes that return Plugin | |
---|---|
Plugin |
PageIncludeEntry.getPlugin()
Gets the plugin instance associated to the application |
Uses of Plugin in fr.paris.lutece.portal.service.plugin |
---|
Subclasses of Plugin in fr.paris.lutece.portal.service.plugin | |
---|---|
class |
PluginDefaultImplementation
This class provides the default implementation of the plugin's abstract class. |
Methods in fr.paris.lutece.portal.service.plugin that return Plugin | |
---|---|
static Plugin |
PluginService.getPlugin(java.lang.String strPluginName)
Returns a Plugin object from its name |
Methods in fr.paris.lutece.portal.service.plugin that return types with arguments of type Plugin | |
---|---|
static java.util.Collection<Plugin> |
PluginService.getPluginList()
Returns the plugins file list |
Methods in fr.paris.lutece.portal.service.plugin with parameters of type Plugin | |
---|---|
int |
Plugin.compareTo(Plugin plugin)
Implementation of the Comparable interface. |
static void |
PluginService.updatePluginData(Plugin plugin)
Update plugins data. |
Uses of Plugin in fr.paris.lutece.portal.web.admin |
---|
Methods in fr.paris.lutece.portal.web.admin that return Plugin | |
---|---|
Plugin |
PluginAdminPageJspBean.getPlugin()
Returns the Plugin |
Uses of Plugin in fr.paris.lutece.portal.web.search |
---|
Methods in fr.paris.lutece.portal.web.search with parameters of type Plugin | |
---|---|
XPage |
SearchApp.getPage(javax.servlet.http.HttpServletRequest request,
int nMode,
Plugin plugin)
Returns search results |
Uses of Plugin in fr.paris.lutece.portal.web.xpages |
---|
Methods in fr.paris.lutece.portal.web.xpages that return Plugin | |
---|---|
Plugin |
XPageApplicationEntry.getPlugin()
Gets the plugin instance associated to the application |
Methods in fr.paris.lutece.portal.web.xpages with parameters of type Plugin | |
---|---|
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. |
Uses of Plugin in fr.paris.lutece.util.sql |
---|
Constructors in fr.paris.lutece.util.sql with parameters of type Plugin | |
---|---|
DAOUtil(java.lang.String strSQL,
Plugin plugin)
Creates a new DAOUtil object. |
|
Transaction(Plugin plugin)
Constructor |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |