Class MLTranslationInterceptor
java.lang.Object
org.alfresco.repo.model.filefolder.MLTranslationInterceptor
- All Implemented Interfaces:
org.aopalliance.aop.Advice,org.aopalliance.intercept.Interceptor,org.aopalliance.intercept.MethodInterceptor
public class MLTranslationInterceptor
extends Object
implements org.aopalliance.intercept.MethodInterceptor
An interceptor that replaces files nodes with their equivalent
translations according to the locale. It is to be used with the
FileFolderService.- Since:
- 2.1
- Author:
- Derek Hulley
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioninvoke(org.aopalliance.intercept.MethodInvocation invocation) voidsetFileFolderService(FileFolderService fileFolderService) voidsetMultilingualContentService(MultilingualContentService multilingualContentService) voidsetNodeService(NodeService nodeService)
-
Constructor Details
-
MLTranslationInterceptor
public MLTranslationInterceptor()Constructor.
-
-
Method Details
-
setNodeService
-
setMultilingualContentService
-
setFileFolderService
-
invoke
- Specified by:
invokein interfaceorg.aopalliance.intercept.MethodInterceptor- Throws:
Throwable
-