Package org.cxbox.core.crudma.ext.impl
Class AnySourceBcStateCrudmaGatewayInvokeExtensionProvider
java.lang.Object
org.cxbox.core.crudma.ext.impl.AnySourceBcStateCrudmaGatewayInvokeExtensionProvider
- All Implemented Interfaces:
CrudmaGatewayInvokeExtensionProvider
@Component
@Order(100)
public class AnySourceBcStateCrudmaGatewayInvokeExtensionProvider
extends Object
implements CrudmaGatewayInvokeExtensionProvider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> org.cxbox.api.util.Invoker<T,RuntimeException> extendInvoker(CrudmaActionHolder.CrudmaAction crudmaAction, org.cxbox.api.util.Invoker<T, RuntimeException> invoker, boolean readOnly)
-
Constructor Details
-
AnySourceBcStateCrudmaGatewayInvokeExtensionProvider
public AnySourceBcStateCrudmaGatewayInvokeExtensionProvider()
-
-
Method Details
-
extendInvoker
public <T> org.cxbox.api.util.Invoker<T,RuntimeException> extendInvoker(CrudmaActionHolder.CrudmaAction crudmaAction, org.cxbox.api.util.Invoker<T, RuntimeException> invoker, boolean readOnly) - Specified by:
extendInvokerin interfaceCrudmaGatewayInvokeExtensionProvider
-