Package org.alfresco.repo.model.ml
Class MLContentInterceptor
java.lang.Object
org.alfresco.repo.model.ml.MLContentInterceptor
- All Implemented Interfaces:
org.aopalliance.aop.Advice,org.aopalliance.intercept.Interceptor,org.aopalliance.intercept.MethodInterceptor
public class MLContentInterceptor
extends Object
implements org.aopalliance.intercept.MethodInterceptor
Replaces content readers according to the empty translation status.
- Since:
- 2.1
- Author:
- Derek Hulley
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioninvoke(org.aopalliance.intercept.MethodInvocation invocation) voidsetContentService(ContentService directContentService) voidsetMultilingualContentService(MultilingualContentService directMultilingualContentService) voidsetNodeService(NodeService bean)
-
Constructor Details
-
MLContentInterceptor
public MLContentInterceptor()
-
-
Method Details
-
setNodeService
-
setContentService
-
setMultilingualContentService
public void setMultilingualContentService(MultilingualContentService directMultilingualContentService) -
invoke
- Specified by:
invokein interfaceorg.aopalliance.intercept.MethodInterceptor- Throws:
Throwable
-