|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
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 |
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 |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |