Class CalendarExplorerApplication
- java.lang.Object
-
- org.ametys.runtime.plugin.component.AbstractLogEnabled
-
- org.ametys.core.ui.StaticFileImportsClientSideElement
-
- org.ametys.core.ui.StaticClientSideElement
-
- org.ametys.plugins.explorer.applications.DefaultExplorerApplication
-
- org.ametys.plugins.explorer.calendars.CalendarExplorerApplication
-
- All Implemented Interfaces:
ClientSideElement,ExplorerApplication,LogEnabled,PluginAware,Configurable,Serviceable
public class CalendarExplorerApplication extends DefaultExplorerApplication
Explorer application implementation for calendar
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.ametys.core.ui.ClientSideElement
ClientSideElement.Script, ClientSideElement.ScriptFile
-
-
Field Summary
-
Fields inherited from class org.ametys.core.ui.StaticFileImportsClientSideElement
_currentUserProvider, _dependencies, _featureName, _id, _pluginName, _rightManager, _rights, _rightsMode, _script
-
-
Constructor Summary
Constructors Constructor Description CalendarExplorerApplication()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>getAdditionalExplorerParameters()Provides a map of additional parameters specific to the applicationMap<String,String>getAdditionalNodeParameters(ExplorerNode node)Provides a map of additional parameters that will be used to generate the explorer node corresponding to this application-
Methods inherited from class org.ametys.plugins.explorer.applications.DefaultExplorerApplication
getScripts
-
Methods inherited from class org.ametys.core.ui.StaticClientSideElement
_configureClass, _configureParameters, _configureScript, configureInitialParameters
-
Methods inherited from class org.ametys.core.ui.StaticFileImportsClientSideElement
_configureDependencies, _configureImports, _configureRights, _configureRightsMode, configure, getDependencies, getId, getPluginName, getRights, getScripts, hasRight, service, setPluginInfo, toString
-
Methods inherited from class org.ametys.runtime.plugin.component.AbstractLogEnabled
getLogger, setLogger
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.ametys.core.ui.ClientSideElement
getDependencies, getId, getPluginName, getRights, getScripts
-
-
-
-
Constructor Detail
-
CalendarExplorerApplication
public CalendarExplorerApplication()
-
-
Method Detail
-
getAdditionalExplorerParameters
public Map<String,Object> getAdditionalExplorerParameters()
Description copied from interface:ExplorerApplicationProvides a map of additional parameters specific to the application- Specified by:
getAdditionalExplorerParametersin interfaceExplorerApplication- Overrides:
getAdditionalExplorerParametersin classDefaultExplorerApplication- Returns:
- The map of additional parameters
-
getAdditionalNodeParameters
public Map<String,String> getAdditionalNodeParameters(ExplorerNode node)
Description copied from interface:ExplorerApplicationProvides a map of additional parameters that will be used to generate the explorer node corresponding to this application- Specified by:
getAdditionalNodeParametersin interfaceExplorerApplication- Overrides:
getAdditionalNodeParametersin classDefaultExplorerApplication- Parameters:
node- The application node- Returns:
- The map of additional parameters
-
-