|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.portal.service.plugin.Plugin
fr.paris.lutece.portal.service.plugin.PluginDefaultImplementation
fr.paris.lutece.plugins.form.service.FormPlugin
public class FormPlugin
class FormPlugin
Field Summary | |
---|---|
static java.lang.String |
PLUGIN_NAME
|
Fields inherited from class fr.paris.lutece.portal.service.plugin.Plugin |
---|
PLUGIN_TYPE_APPLICATION, PLUGIN_TYPE_CONTENTSERVICE, PLUGIN_TYPE_DAEMON, PLUGIN_TYPE_FEATURE, PLUGIN_TYPE_INSERTSERVICE, PLUGIN_TYPE_PORTLET |
Constructor Summary | |
---|---|
FormPlugin()
|
Method Summary | |
---|---|
void |
addXPageTheme(int nIdForm,
fr.paris.lutece.portal.business.style.Theme xPageTheme)
Define the theme the plugin use for rendering a Xpage |
fr.paris.lutece.portal.business.style.Theme |
getXPageTheme(javax.servlet.http.HttpServletRequest request)
Returns the theme the plugin use for rendering a Xpage |
void |
init()
Initialize the plugin form |
void |
updatePoolName(java.lang.String strPoolName)
Updates a database connection pool associated to the plugin and stores it |
Methods inherited from class fr.paris.lutece.portal.service.plugin.Plugin |
---|
addFreemarkerMacrosFile, addJavascriptFile, compareTo, getApplications, getConnectionService, getContentService, getContentServices, getCopyright, getCssStyleSheets, getDaemons, getDbPoolName, getDescription, getDocumentationUrl, getFreeMarkerMacrosFiles, getIconUrl, getInsertServices, getJavascriptFiles, getMaxCoreVersion, getMinCoreVersion, getName, getParams, getParamValue, getPortletTypes, getProvider, getProviderUrl, getRights, getServiceClass, getType, getVersion, hasDaemons, hasPortlets, initConnectionService, install, isCssStylesheetsScopePortal, isCssStylesheetsScopeXPage, isDbPoolRequired, isInstalled, isJavascriptFilesScopePortal, isJavascriptFilesScopeXPage, registerAdminDashboardComponents, registerContentServices, registerDaemons, registerDashboardComponents, registerFilters, registerInsertServices, registerListeners, registerPageIncludes, registerPortlets, registerRBACResourceTypes, registerRights, registerSearchIndexers, registerServlets, registerXPageApplications, setConnectionService, setCopyright, setDescription, setDocumentationUrl, setIconUrl, setIsDbPoolRequired, setIsInstalled, setMaxCoreVersion, setMinCoreVersion, setName, setParams, setParamValue, setPoolName, setPortletTypes, setProvider, setProviderUrl, setRights, setServiceClass, setStatus, setVersion, toString, uninstall, unregisterPortlets, unregisterRights, update |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String PLUGIN_NAME
Constructor Detail |
---|
public FormPlugin()
Method Detail |
---|
public void init()
init
in class fr.paris.lutece.portal.service.plugin.PluginDefaultImplementation
public fr.paris.lutece.portal.business.style.Theme getXPageTheme(javax.servlet.http.HttpServletRequest request)
getXPageTheme
in class fr.paris.lutece.portal.service.plugin.Plugin
public void addXPageTheme(int nIdForm, fr.paris.lutece.portal.business.style.Theme xPageTheme)
xPageTheme
- The themepublic void updatePoolName(java.lang.String strPoolName)
updatePoolName
in class fr.paris.lutece.portal.service.plugin.Plugin
strPoolName
- the name of the pool
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |