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