public class DefaultExplorerApplication extends StaticClientSideElement implements ExplorerApplication
ClientSideElement.Script, ClientSideElement.ScriptFile
_currentUserProvider, _dependencies, _featureName, _id, _pluginName, _rightManager, _rights, _rightsMode, _script
Constructor and Description |
---|
DefaultExplorerApplication() |
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
getAdditionalExplorerParameters()
Provides a map of additional parameters specific to the application
|
Map<String,String> |
getAdditionalNodeParameters(ExplorerNode node)
Provides a map of additional parameters that will be used to generate
the explorer node corresponding to this application
|
List<ClientSideElement.Script> |
getScripts(boolean ignoreRights,
Map<String,Object> contextParameters)
This method return the scripts that will be used on client side.
|
_configureClass, _configureParameters, _configureScript, configureInitialParameters
_configureDependencies, _configureImports, _configureRights, _configureRightsMode, configure, getDependencies, getId, getPluginName, getRights, getScripts, hasRight, service, setPluginInfo, toString
getLogger, setLogger
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getDependencies, getId, getPluginName, getRights, getScripts
public DefaultExplorerApplication()
public Map<String,Object> getAdditionalExplorerParameters()
ExplorerApplication
getAdditionalExplorerParameters
in interface ExplorerApplication
public Map<String,String> getAdditionalNodeParameters(ExplorerNode node)
ExplorerApplication
getAdditionalNodeParameters
in interface ExplorerApplication
node
- The application nodepublic List<ClientSideElement.Script> getScripts(boolean ignoreRights, Map<String,Object> contextParameters)
ClientSideElement
getScripts
in interface ClientSideElement
getScripts
in class StaticFileImportsClientSideElement
ignoreRights
- True to ignore the rights verification.contextParameters
- Contextuals parameters transmitted by the environment.