Class DefaultExplorerApplication
- 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
-
- All Implemented Interfaces:
ClientSideElement
,ExplorerApplication
,LogEnabled
,PluginAware
,Configurable
,Serviceable
- Direct Known Subclasses:
CalendarExplorerApplication
public class DefaultExplorerApplication extends StaticClientSideElement implements ExplorerApplication
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 DefaultExplorerApplication()
-
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 applicationList<ClientSideElement.Script>
getScripts(boolean ignoreRights, Map<String,Object> contextParameters)
This method return the scripts that will be used on client side.-
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
-
DefaultExplorerApplication
public DefaultExplorerApplication()
-
-
Method Detail
-
getAdditionalExplorerParameters
public Map<String,Object> getAdditionalExplorerParameters()
Description copied from interface:ExplorerApplication
Provides a map of additional parameters specific to the application- Specified by:
getAdditionalExplorerParameters
in interfaceExplorerApplication
- Returns:
- The map of additional parameters
-
getAdditionalNodeParameters
public Map<String,String> getAdditionalNodeParameters(ExplorerNode node)
Description copied from interface:ExplorerApplication
Provides a map of additional parameters that will be used to generate the explorer node corresponding to this application- Specified by:
getAdditionalNodeParameters
in interfaceExplorerApplication
- Parameters:
node
- The application node- Returns:
- The map of additional parameters
-
getScripts
public List<ClientSideElement.Script> getScripts(boolean ignoreRights, Map<String,Object> contextParameters)
Description copied from interface:ClientSideElement
This method return the scripts that will be used on client side. This class will be parametrized by initial and current parameters.- Specified by:
getScripts
in interfaceClientSideElement
- Overrides:
getScripts
in classStaticFileImportsClientSideElement
- Parameters:
ignoreRights
- True to ignore the rights verification.contextParameters
- Contextuals parameters transmitted by the environment.- Returns:
- The list of scripts or an empty list.
-
-