Class CustomJavaActionDelegateProvider
java.lang.Object
com.mendix.webui.internal.component.CustomJavaActionDelegateProvider
The provider for obtaining a feedback delegate for a custom Java action.
This is an internal class that is not to be used and may change at any time.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final ConcurrentHashMap
<String, CustomJavaActionDelegate> All delegates by Mendix instance ID. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic CustomJavaActionDelegate
Returns a delegate for custom Java actions.
-
Field Details
-
customJavaActionDelegates
All delegates by Mendix instance ID.
-
-
Constructor Details
-
CustomJavaActionDelegateProvider
public CustomJavaActionDelegateProvider()
-
-
Method Details
-
get
Returns a delegate for custom Java actions.- Parameters:
context
- the context for retrieving the current runtime server- Returns:
- the feedback delegate
-