Class ActionControllerV2EditorProviderImpl
java.lang.Object
ru.cg.webbpm.studio.subsystems.ui_scripting.editor.provider.ActionControllerV2EditorProviderImpl
- All Implemented Interfaces:
org.springframework.core.Ordered
,ScriptEditorProvider
@Component
public class ActionControllerV2EditorProviderImpl
extends Object
implements ScriptEditorProvider
- Author:
- krylov
-
Field Summary
Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
-
Constructor Summary
ConstructorsConstructorDescriptionActionControllerV2EditorProviderImpl
(ScriptEditorManager scriptEditorManager, PropertyValueManager propertyValueManager) -
Method Summary
-
Constructor Details
-
ActionControllerV2EditorProviderImpl
@Autowired public ActionControllerV2EditorProviderImpl(ScriptEditorManager scriptEditorManager, PropertyValueManager propertyValueManager)
-
-
Method Details
-
accept
- Specified by:
accept
in interfaceScriptEditorProvider
-
create
- Specified by:
create
in interfaceScriptEditorProvider
-
getOrder
public int getOrder()- Specified by:
getOrder
in interfaceorg.springframework.core.Ordered
- Specified by:
getOrder
in interfaceScriptEditorProvider
-