Uses of Class
fr.paris.lutece.portal.service.plugin.Plugin

Packages that use Plugin
fr.paris.lutece.portal.business.user.attribute   
fr.paris.lutece.portal.service.dashboard   
fr.paris.lutece.portal.service.dashboard.admin   
fr.paris.lutece.portal.service.filter   
fr.paris.lutece.portal.service.includes   
fr.paris.lutece.portal.service.plugin   
fr.paris.lutece.portal.service.servlet   
fr.paris.lutece.portal.web.admin   
fr.paris.lutece.portal.web.search   
fr.paris.lutece.portal.web.xpages   
fr.paris.lutece.util.sql   
 

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 IAttribute.getPlugin()
          Get plugin
 Plugin AbstractAttribute.getPlugin()
          Get plugin
 

Methods in fr.paris.lutece.portal.business.user.attribute with parameters of type Plugin
 void IAttribute.setPlugin(Plugin plugin)
          Set plugin
 void AbstractAttribute.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 DashboardComponent.getPlugin()
          Returns the Plugin
 Plugin IDashboardComponent.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 DashboardComponent.setPlugin(Plugin plugin)
          Sets the Plugin
 void IDashboardComponent.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
 Plugin PluginEvent.getPlugin()
          Returns the 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.
 

Constructors in fr.paris.lutece.portal.service.plugin with parameters of type Plugin
PluginEvent(Plugin plugin, int nType)
          Creates a new instance of PluginEvent
 

Uses of Plugin in fr.paris.lutece.portal.service.servlet
 

Methods in fr.paris.lutece.portal.service.servlet that return Plugin
 Plugin LuteceServlet.getPlugin()
          Returns the Plugin
 

Methods in fr.paris.lutece.portal.service.servlet with parameters of type Plugin
 void ServletService.registerServlet(ServletEntry entry, Plugin plugin)
          Register a servlet
 void LuteceServlet.setPlugin(Plugin plugin)
          Sets the Plugin
 

Constructors in fr.paris.lutece.portal.service.servlet with parameters of type Plugin
LuteceServlet(java.lang.String strName, javax.servlet.Servlet servlet, 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.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
 



Copyright © 2011 Mairie de Paris. All Rights Reserved.