Package com.ocs.dynamo
Class DynamoFrontendExportAutoConfigure
- java.lang.Object
-
- com.ocs.dynamo.DynamoFrontendExportAutoConfigure
-
@Configuration public class DynamoFrontendExportAutoConfigure extends Object
Auto configuration for the frontend-export module. Responsible for registering an export delegate that is used by the- Author:
- Bas Rutten
-
-
Constructor Summary
Constructors Constructor Description DynamoFrontendExportAutoConfigure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExportDelegateexportDelegate()
-
-
-
Method Detail
-
exportDelegate
@Bean @ConditionalOnMissingBean(com.ocs.dynamo.ui.composite.export.ExportDelegate.class) public ExportDelegate exportDelegate()
-
-