Package org.ametys.cms.scripts
Class CmsScriptExecArguments.Impl
java.lang.Object
org.ametys.cms.scripts.CmsScriptExecArguments.Impl
- All Implemented Interfaces:
CmsScriptExecArguments
,ScriptExecArguments
- Enclosing interface:
- CmsScriptExecArguments
The default implementation for
Must be constructed from a
CmsScriptExecArguments
Must be constructed from a
Map
containing at least the key "script", and optionally the keys "model" and "selection"-
Nested Class Summary
Nested classes/interfaces inherited from interface org.ametys.cms.scripts.CmsScriptExecArguments
CmsScriptExecArguments.Impl
-
Method Summary
Modifier and TypeMethodDescriptionscript()
The script to execute, as textThe id of search model for searching contents in CMS ScriptToolThe current selection of contents
-
Method Details
-
script
Description copied from interface:ScriptExecArguments
The script to execute, as text- Specified by:
script
in interfaceScriptExecArguments
- Returns:
- The script to execute, as text
-
searchModelId
Description copied from interface:CmsScriptExecArguments
The id of search model for searching contents in CMS ScriptTool- Specified by:
searchModelId
in interfaceCmsScriptExecArguments
- Returns:
- The id of search model for searching contents in CMS ScriptTool
-
selection
Description copied from interface:CmsScriptExecArguments
The current selection of contents- Specified by:
selection
in interfaceCmsScriptExecArguments
- Returns:
- The current selection of contents
-