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:ScriptExecArgumentsThe script to execute, as text- Specified by:
scriptin interfaceScriptExecArguments- Returns:
- The script to execute, as text
-
searchModelId
Description copied from interface:CmsScriptExecArgumentsThe id of search model for searching contents in CMS ScriptTool- Specified by:
searchModelIdin interfaceCmsScriptExecArguments- Returns:
- The id of search model for searching contents in CMS ScriptTool
-
selection
Description copied from interface:CmsScriptExecArgumentsThe current selection of contents- Specified by:
selectionin interfaceCmsScriptExecArguments- Returns:
- The current selection of contents
-