public class StoreMethodInterceptor extends Object implements org.aopalliance.intercept.MethodInterceptor
| Constructor and Description |
|---|
StoreMethodInterceptor(ContentStore<Object,Serializable> store,
Class<?> domainClass,
Class<? extends Serializable> contentIdClass,
Map<Method,StoreExtension> extensions,
org.springframework.context.ApplicationEventPublisher publisher) |
| Modifier and Type | Method and Description |
|---|---|
Object |
invoke(org.aopalliance.intercept.MethodInvocation invocation) |
void |
setStoreFragments(StoreFragments storeFragments) |
public StoreMethodInterceptor(ContentStore<Object,Serializable> store, Class<?> domainClass, Class<? extends Serializable> contentIdClass, Map<Method,StoreExtension> extensions, org.springframework.context.ApplicationEventPublisher publisher)
public void setStoreFragments(StoreFragments storeFragments)
Copyright © 2020 Paul Warren. All rights reserved.